bump version and NEWS

This commit is contained in:
Thomas Breloff 2016-08-25 13:04:58 -04:00
parent 011f51fbd9
commit 3335bf21fa
2 changed files with 28 additions and 1 deletions

27
NEWS.md
View File

@ -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

View File

@ -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)