bump version and NEWS
This commit is contained in:
parent
011f51fbd9
commit
3335bf21fa
27
NEWS.md
27
NEWS.md
@ -6,11 +6,38 @@
|
|||||||
- All new development should target 0.9!
|
- All new development should target 0.9!
|
||||||
- Minor version 0.8 is the last one to support Julia 0.4!!
|
- Minor version 0.8 is the last one to support Julia 0.4!!
|
||||||
- Critical bugfixes only
|
- Critical bugfixes only
|
||||||
|
- `backports` branch is for Julia 0.4
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 0.9 (current master/dev)
|
## 0.9 (current master/dev)
|
||||||
|
|
||||||
|
#### 0.9.1
|
||||||
|
|
||||||
|
- Pkg.dir --> dirname (@tkelman)
|
||||||
|
- `axis = nothing` magic
|
||||||
|
- fixes:
|
||||||
|
- clim for line_z
|
||||||
|
- sticks default range for log scale
|
||||||
|
- rotate method
|
||||||
|
- pyplot heatmap
|
||||||
|
- spurious scale warnings
|
||||||
|
- gr image/alpha
|
||||||
|
- plotly.js path
|
||||||
|
- orientation extrema
|
||||||
|
- bar, reset orientation
|
||||||
|
- switch transpose_z to use permutedims
|
||||||
|
- skinny x/+ markers
|
||||||
|
- ticks in pgfplots
|
||||||
|
- eps in savefig (@anriseth)
|
||||||
|
- add_backend convenience
|
||||||
|
- type recipes for Date/DateTime (@maximsch2)
|
||||||
|
- mirror attribute and twinx convenience
|
||||||
|
- Axis.sp --> Axis.sps
|
||||||
|
- recipe postprocessing for allowing aliases and magic args in recipe bodies
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### 0.9.0
|
#### 0.9.0
|
||||||
|
|
||||||
- fixes to cycle
|
- fixes to cycle
|
||||||
|
|||||||
@ -24,7 +24,7 @@ default(size=(500,300))
|
|||||||
# TODO: use julia's Condition type and the wait() and notify() functions to initialize a Window, then wait() on a condition that
|
# TODO: use julia's Condition type and the wait() and notify() functions to initialize a Window, then wait() on a condition that
|
||||||
# is referenced in a button press callback (the button clicked callback will call notify() on that condition)
|
# is referenced in a button press callback (the button clicked callback will call notify() on that condition)
|
||||||
|
|
||||||
const _current_plots_version = v"0.9.0"
|
const _current_plots_version = v"0.9.2"
|
||||||
|
|
||||||
|
|
||||||
function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)
|
function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user