up version
This commit is contained in:
parent
3459bcd817
commit
e615718f1b
12
NEWS.md
12
NEWS.md
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
#### notes on release changes, ongoing development, and future planned work
|
#### notes on release changes, ongoing development, and future planned work
|
||||||
|
|
||||||
- Minor version 0.17 is the last one to support Julia 0.6!!
|
|
||||||
- Minor version 0.11 is the last one to support Julia 0.5!!
|
|
||||||
- Critical bugfixes only
|
|
||||||
- `backports` branch is for Julia 0.5
|
|
||||||
|
|
||||||
---
|
|
||||||
## (current master)
|
## (current master)
|
||||||
|
|
||||||
|
## 0.28.3
|
||||||
|
- support generalized array interface
|
||||||
|
- save to pdf, svg and eps in plotlyjs
|
||||||
|
- fix for clims in line_z
|
||||||
|
- optimize heatmap logic in gr
|
||||||
|
|
||||||
## 0.26.3
|
## 0.26.3
|
||||||
- fix `vline` with dates
|
- fix `vline` with dates
|
||||||
- fix PyPlot logscale bug
|
- fix PyPlot logscale bug
|
||||||
|
|||||||
@ -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.28.2"
|
version = "0.28.3"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user