update news

This commit is contained in:
piever 2018-03-22 19:39:18 +00:00
parent 004ad15875
commit b2f92e246e

19
NEWS.md
View File

@ -3,7 +3,7 @@
#### notes on release changes, ongoing development, and future planned work
- All new development should target 0.14!
- All new development should target 0.15!
- Minor version 0.11 is the last one to support Julia 0.5!!
- Critical bugfixes only
- `backports` branch is for Julia 0.5
@ -11,6 +11,23 @@
---
## (current master)
## 0.15.1
- fix scientific notation for labels in GR
- fix labels with logscale
- fix image cropping with GR
- fix grouping of annotations
- fix annotations in Plotly
- allow saving notebook with plots as pdf from IJulia
- fix fillrange and ribbon for step recipes
- implement native ticks that respond to zoom
- fix bar plot with one bar
- contour labels and colorbar fixes
- interactive linked axis for PyPlot
- add `NamedTuple` syntax to group with named legend
- use bar recipe in Plotly
- implement categorical ticks
## 0.15.0
- improve resolution of png output of GR with savefig()