From 0e64dda95d3317c6131a93ab930973e0b8efce3e Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 10 Jan 2017 10:54:01 -0500 Subject: [PATCH] Update NEWS.md for 0.4 --- NEWS.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5cf112a..7b11c78 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,12 +2,22 @@ # v0.4 - `@function f(x) = 4x` defines a function -- Functions may be used inside constraints (only functions of a single variable, - returning a single variable, for now). -- Functions may be iterated. -- Local variables may be introduced. -- Simple plotting solution for the results of `pave`. -- Major internals rewrite. +- Functions may be used inside constraints +- Functions may be iterated +- Functions may be multi-dimensional +- Local variables may be introduced +- Simple plotting solution for the results of `pave` using `Plots.jl` recipes +(via `ValidatedNumerics.jl`): +``` +using Plots +gr() # preferred (fast) backed for `Plots.jl` +plot(paving.inner) +plot!(paving.boundary) +``` +- Major internals rewrite +- Unary minus and `power_rev` with odd powers now work correctly +- Examples updated +- Basic documentation using `Documenter.jl` # v0.3