update news

This commit is contained in:
Daniel Schwabeneder 2019-04-07 16:23:26 +02:00
parent 841b05631d
commit c2da4acb48
2 changed files with 7 additions and 1 deletions

View File

@ -11,8 +11,14 @@
--- ---
## (current master) ## (current master)
## 0.25.0
- Replace StaticArrays with GeometryTypes
- Contour fixes for GR
## 0.24.0 ## 0.24.0
- Update to the new PyCall and PyPlot API - Update to the new PyCall and PyPlot API
- fix drawing of ticks
- fix y label position with GR
## 0.23.2 ## 0.23.2
- pyplot fixes - pyplot fixes

View File

@ -1,6 +1,6 @@
module Plots module Plots
_current_plots_version = v"0.24.0" _current_plots_version = v"0.25.0"
using Reexport using Reexport