From 3335bf21fae5813a6c06bdfb9733b90d0a397a8d Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Thu, 25 Aug 2016 13:04:58 -0400 Subject: [PATCH] bump version and NEWS --- NEWS.md | 27 +++++++++++++++++++++++++++ test/imgcomp.jl | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f37b265a..ab28b46a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,11 +6,38 @@ - All new development should target 0.9! - Minor version 0.8 is the last one to support Julia 0.4!! - Critical bugfixes only + - `backports` branch is for Julia 0.4 --- ## 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 - fixes to cycle diff --git a/test/imgcomp.jl b/test/imgcomp.jl index c21835c9..f7312fcf 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -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 # 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)