diff --git a/NEWS.md b/NEWS.md index ab28b46a..b94c37a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,28 @@ ## 0.9 (current master/dev) +#### 0.9.2 + +- glvisualize backend (@SimonDanisch) + - too much to list! ready for alpha testing +- Volume and volume seriestype +- Atom: support for PlotPane and proper gui display +- gr: + - clims + - aspect ratio +- pgfplots: + - fixes for ticks, axes, and more +- pyplot: + - font families + - colorbar guide + - pixel marker +- unicodeplots + - basic support for shapes +- improved add_backend +- refactor of is_supported methods +- element-wise type recipes (see https://github.com/tbreloff/Plots.jl/issues/460#issuecomment-248428908) +- several other fixes/improvements + #### 0.9.1 - Pkg.dir --> dirname (@tkelman) diff --git a/test/imgcomp.jl b/test/imgcomp.jl index f7312fcf..8c9330a5 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.2" +const _current_plots_version = v"0.9.3" function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)