Merge pull request #1070 from JuliaPlots/release-0.12.4

Release 0.12.4
This commit is contained in:
Michael Krabbe Borregaard 2017-09-04 12:05:07 +02:00 committed by GitHub
commit ddf4136022
2 changed files with 18 additions and 2 deletions

18
NEWS.md
View File

@ -6,11 +6,27 @@
- All new development should target 0.12! - All new development should target 0.12!
- Minor version 0.11 is the last one to support Julia 0.5!! - Minor version 0.11 is the last one to support Julia 0.5!!
- Critical bugfixes only - Critical bugfixes only
- `backports` branch is for Julia 0.4 - `backports` branch is for Julia 0.5
--- ---
## (current master) ## (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 ## 0.12.3
- new grid line style defaults - new grid line style defaults

View File

@ -1,4 +1,4 @@
__precompile__(true) __precompile__(false)
module Plots module Plots