From 22ac2df595f6d3c156101302e9acadffb7c96587 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 19 Jul 2016 12:13:40 -0400 Subject: [PATCH] bump version; NEWS --- NEWS.md | 22 ++++++++++++++++++++-- test/imgcomp.jl | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f9161fe7..c791d969 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,11 +3,29 @@ #### notes on release changes, ongoing development, and future planned work -- All new development should target 0.7! +- All new development should target 0.9! +- Minor version 0.8 is the last one to support Julia 0.4!! + - Critical bugfixes only --- -## 0.8 (current master/dev) +## 0.9 (current master/dev) + +--- + +## 0.8 + +#### + +- manual drawing of axes/ticks/labels +- get_ticks uses optimize_ticks and Showoff +- changed PLOTS_DEFAULTS to be a global variable, not ENV key +- parameterized Segments for pushing tuples +- fix to axis extrema for Bool/nothing +- GR: + - manually draw 2D axes... fixes several issues and missing features + - fontsize fix +- PGFPlots: pass axis syle #### 0.8.0 diff --git a/test/imgcomp.jl b/test/imgcomp.jl index e1e5d878..e422e758 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.8.1" +const _current_plots_version = v"0.9.0" function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)