update news
This commit is contained in:
parent
841b05631d
commit
c2da4acb48
6
NEWS.md
6
NEWS.md
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user