Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 861c100

Browse files
committed
Update NEWS for 0.6
1 parent eecfab5 commit 861c100

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

NEWS.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## v0.6
44
- Add a plot recipe for (only) 2D `IntervalBox`es using `RecipesBase.jl`.
5-
This enables plotting using `Plots.jl` via `plot(X)` or `plot([X, Y])`,
6-
i.e. individual `IntervalBox`es or of a `Vector` of `IntervalBox`es.
5+
This enables plotting using `Plots.jl`: an individual `IntervalBox` `X` using `plot(X)`,
6+
and a `Vector` of them using `plot([X, Y])`
7+
8+
- Rewritten rounding functionality which gives type-stable interval functions, and hence
9+
better performance
10+
11+
- `(1..2) × (3..4)` syntax for constructing `IntervalBox`es
12+
13+
- `@interval` now always returns an `Interval`.
14+
Before e.g. `@interval mid(X)` for `X` an interval returned a number instead.
15+
716

817

918
## v0.5

0 commit comments

Comments
 (0)