From c8a7a050dec58fcf1aeab0c75ea7d23e744b5a87 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 4 Sep 2017 12:02:19 +0200 Subject: [PATCH 1/2] Update News.md with 12.4 improvements --- NEWS.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8a7e19d7..603ed9da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,11 +6,27 @@ - All new development should target 0.12! - Minor version 0.11 is the last one to support Julia 0.5!! - Critical bugfixes only - - `backports` branch is for Julia 0.4 + - `backports` branch is for Julia 0.5 --- ## (current master) +## 0.12.4 + +- added a new `framestyle` argument with choices: :box, :semi, :axes, :grid and :none +- changed the default bar width to 0.8 +- added working ribbon to plotly backend +- ensure that automatic ticks always generate 4 to 8 ticks +- group now groups keyword arguments of the same length as the input +- allow passing DateTime objects as ticks +- allow specifying the number of ticks as an integre +- fix bug on errorbars in gr +- fixed some but not all world age issues +- better margin with room for text +- added a `match` option for linecolor +- better error message un unsupported series types +- add a 'stride' keyword for the pyplot backend + ## 0.12.3 - new grid line style defaults From 4f8fc61689239d3ae0aec981e6a2dd08680567bb Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 4 Sep 2017 12:02:34 +0200 Subject: [PATCH 2/2] Turn off precompile for release --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index c75a8e65..1af493c7 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots