prepare release
This commit is contained in:
parent
4cb3e6a23c
commit
11ae5ea014
9
NEWS.md
9
NEWS.md
@ -11,6 +11,15 @@
|
|||||||
---
|
---
|
||||||
## (current master)
|
## (current master)
|
||||||
|
|
||||||
|
## 0.26.3
|
||||||
|
- fix `vline` with dates
|
||||||
|
- fix PyPlot logscale bug
|
||||||
|
- avoid annotation clipping for PyPlot
|
||||||
|
- allow plotting of Any vectors and 3D plotting again in convertToAnyVector
|
||||||
|
- specify legend title font in GR and PyPlot
|
||||||
|
- delete `pushtomaster.sh`
|
||||||
|
- use `=== nothing`
|
||||||
|
|
||||||
## 0.26.2
|
## 0.26.2
|
||||||
- improve empty animation build error
|
- improve empty animation build error
|
||||||
- fix GR axis flip for heatmaps and images
|
- fix GR axis flip for heatmaps and images
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name = "Plots"
|
name = "Plots"
|
||||||
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||||
author = ["Tom Breloff (@tbreloff)"]
|
author = ["Tom Breloff (@tbreloff)"]
|
||||||
version = "0.26.2"
|
version = "0.26.3"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user