Skip to content

Commit b86375e

Browse files
authored
Update NEWS.md for 0.4 (#53)
1 parent 096cc83 commit b86375e

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

NEWS.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
# v0.4
44
- `@function f(x) = 4x` defines a function
5-
- Functions may be used inside constraints (only functions of a single variable,
6-
returning a single variable, for now).
7-
- Functions may be iterated.
8-
- Local variables may be introduced.
9-
- Simple plotting solution for the results of `pave`.
10-
- Major internals rewrite.
5+
- Functions may be used inside constraints
6+
- Functions may be iterated
7+
- Functions may be multi-dimensional
8+
- Local variables may be introduced
9+
- Simple plotting solution for the results of `pave` using `Plots.jl` recipes
10+
(via `ValidatedNumerics.jl`):
11+
```
12+
using Plots
13+
gr() # preferred (fast) backed for `Plots.jl`
14+
plot(paving.inner)
15+
plot!(paving.boundary)
16+
```
17+
- Major internals rewrite
18+
- Unary minus and `power_rev` with odd powers now work correctly
19+
- Examples updated
20+
- Basic documentation using `Documenter.jl`
1121

1222

1323
# v0.3

0 commit comments

Comments
 (0)