Skip to content

Commit

Permalink
Update NEWS for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jan 31, 2017
1 parent eecfab5 commit 861c100
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## v0.6
- Add a plot recipe for (only) 2D `IntervalBox`es using `RecipesBase.jl`.
This enables plotting using `Plots.jl` via `plot(X)` or `plot([X, Y])`,
i.e. individual `IntervalBox`es or of a `Vector` of `IntervalBox`es.
This enables plotting using `Plots.jl`: an individual `IntervalBox` `X` using `plot(X)`,
and a `Vector` of them using `plot([X, Y])`

- Rewritten rounding functionality which gives type-stable interval functions, and hence
better performance

- `(1..2) × (3..4)` syntax for constructing `IntervalBox`es

- `@interval` now always returns an `Interval`.
Before e.g. `@interval mid(X)` for `X` an interval returned a number instead.



## v0.5
Expand Down

0 comments on commit 861c100

Please sign in to comment.