From 558627e7a9ab001c3c7bdd16de67837762d05ffd Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 27 Jun 2016 14:02:01 -0400 Subject: [PATCH] NEWS --- NEWS.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS.md b/NEWS.md index e36c71f4..e4fc2925 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,30 @@ ## 0.7 (current master/dev) +#### 0.7.3 + +- rebuild violin and boxplot recipes +- "plot recipes" +- `cgrad` method for easy color gradient creation +- improvements to inset subplots +- Segments and iter_segments for NaN-separated vectors +- `bar` recipe now creates a `shape` series +- writemime fix for Interact.jl +- `link = :square` option +- !!! set `shape` attributes with line/fill, NOT marker/markerstroke !!! +- basic DPI support +- moved chorddiagram to PlotRecipes +- GR: + - use temp files for img output + - basic support for marker strokes and other marker fixes +- PyPlot: + - Switch to recipes for bar, histogram, histogram2d +- GLVisualize + - subplots + - path/scatter and path3d/scatter3d + - initial drawing of axes +- many smaller fixes and improvements + #### 0.7.2 - line_z arg for multicolored line segments