From 81302c1e9dad35ae1c713268f5fe39452819fa12 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 11 Oct 2016 12:43:38 -0400 Subject: [PATCH] NEWS; bump version --- NEWS.md | 25 +++++++++++++++++++++++++ test/imgcomp.jl | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a832f440..640a192e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,31 @@ ## 0.9 (current master/dev) +#### 0.9.4 + +- optimizations surrounding Subplot.series_list +- better Atom support, support plotlyjs +- gr: + - gks_wstype defaults and gr_set_output + - heatmap uses GR.drawimage +- histogram2d puts NaN for zeros +- improved support of NaN in heatmaps +- rebuilt spy recipes to output scatters with marker_z set +- deprecate png support in plotly... point to plotlyjs +- fixes: + - axis widen with lims set + - reset_extrema, setxyz + - bar plot widen + - better tick padding + - consistent tick rotation + - consistent aspect_ratio + - pyplot dpi + - plotly horizontal bars + - handle series attributes when combining subplots + - gr images transposed + - converted Date/DateTime to new type recipe approach for arrays +- issues closed include: #505 #513 #479 #523 #526 #529 + #### 0.9.3 - support pdf and eps in plotlyjs backend diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 9eb79021..fe0493a1 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.4" +const _current_plots_version = v"0.9.5" function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)