From b2f92e246eb729f99bac89710961f1175e692ea1 Mon Sep 17 00:00:00 2001 From: piever Date: Thu, 22 Mar 2018 19:39:18 +0000 Subject: [PATCH] update news --- NEWS.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b4b51cdd..265d53fd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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()