From 49ad3a51aa46d9355860d86bac29118c94b5c569 Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Tue, 28 Aug 2018 14:49:42 +0200 Subject: [PATCH] update news --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2ef59484..c559c05f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,27 @@ ## (current master) - All new development should target Julia 1.x! +## 0.20.0 +Many updates, min julia 1.0 +- change display type to use PlotsDisplay (fixes Juno integration) +- change all internal uses of `d` to `plotattributes` (no user change) +- change spy implementation to use `scatter` not `heatmap` +- sort x axes when passing a vector of strings as x +- improve performance of marker_z +- update CI to 1.0 +- minor depwarn ifixes +- only draw one colorbar with GR +- add colorbar_title to GR and pgfplots +- fix savefig with latexstrings for PyPlot +- fix NamedTuple integration +- don't export `P2` and `P3` +- make it possible to use 2-argument function as argument to marker_z +- make `plotattr` work again + +## 0.19.3 +- fix some julia 0.7 deprecations +- fix 32-bit OS functionality + ## 0.19.2 - several small fixes for 1.0 compatibility