From b6a7c1036c4d28387da45861ad5172aa60d7e5b6 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 16 Jul 2019 13:52:52 +0200 Subject: [PATCH 1/2] update NEWS.md --- NEWS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.md b/NEWS.md index 130921c8..08a760c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,29 @@ --- ## (current master) +## 0.26.0 +- use FFMPEG.jl +- add missing method for convertToAnyVector + +## 0.25.3 +- add areaplot +- allow missing in z_color arguments +- more general tuple recipe +- stephist logscale improvements + +## 0.25.2 +- improvements to handle missings +- pyplot: allow setting the color gradient for z values +- document :colorbar_entry +- limit number of automatic bins +- fix ENV['PLOTS_DEFAULT_BACKEND'] +- don't let aspect_ratio impact subplot size +- implement arrowstyle for GR +- fix bug in plotly_convert_to_datetime +- improve missing support +- gr: polar heatmaps +- make sure show returns nothing + ## 0.25.1 - fix gr_display From daf9556bedd14c33079ab7b55a549cd7a04eac38 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 16 Jul 2019 13:53:20 +0200 Subject: [PATCH 2/2] up version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0d611db2..b2a0ce78 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "0.25.3" +version = "0.26.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"