File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments