From fdf2d5b20b90a8d697e1c2e789e132f235ed824e Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Thu, 5 Oct 2017 12:22:12 +0200 Subject: [PATCH] ready for release --- NEWS.md | 5 +++++ src/Plots.jl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 491b699f..6f68c1f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,11 @@ --- ## (current master) +## 0.13.1 + +- fix a bug when passing a vector of functions with no bounds (e.g. `plot([sin, cos])`) +- export pct and px from Plots.PlotMeasures + ## 0.13.0 - support `plotattributes` rather than `d` in recipes diff --git a/src/Plots.jl b/src/Plots.jl index e2ffa95c..33703c9f 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots