From 8d9ff7af11f512ba9dd575cbc4999f0ac61342c5 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 26 Jul 2017 14:50:57 +0200 Subject: [PATCH] prepare v0.12.1 release --- NEWS.md | 16 +++++++++++++++- src/Plots.jl | 2 +- test/imgcomp.jl | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2637f9bb..dd5f37b1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,8 +9,22 @@ - `backports` branch is for Julia 0.4 --- +## 0.12.1 (current master/dev) -## 0.12 (current master/dev) +- fix deprecation warnings +- switch from FixedSizeArrays to StaticArrays.FixedSizeArrays +- drop FactCheck in tests +- remove julia 0.5 compliant uses of transpose operator +- fix GR heatmap bugs +- fix GR guide padding +- improve legend markers in GR +- add surface alpha for Plotly(JS) +- add fillrange to Plotly(JS) +- allow usage of Matplotlib 1.5 with PyPlot +- fix GLVisualize for julia 0.6 +- conform to changes in InspectDR + +#### 0.12.0 - 0.6 only diff --git a/src/Plots.jl b/src/Plots.jl index 993fb246..0d7dffa7 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots diff --git a/test/imgcomp.jl b/test/imgcomp.jl index cd3b7058..2c02003c 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.12.0" +const _current_plots_version = v"0.12.1" function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)