Skip to content

Commit cab2433

Browse files
authored
Add NEWS for 0.14 (#180)
1 parent c67aa77 commit cab2433

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# What's new in `IntervalArithmetic.jl`
22

3+
## v0.14
4+
5+
### Breaking changes
6+
- `IntervalBox` is no longer a subtype of `StaticVector` or of `AbstractArray`,
7+
but rather contains an `SVector` of `Interval`s. The internal `SVector` of an `IntervalBox` `X` is available as `X.v`. [#152](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/152)
8+
9+
### New functions
10+
- Various functions, including `bisect`, were moved here from `IntervalRootFinding.jl`. [#160](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/160)
11+
12+
- The set operations ``, `` and `` were added [#154](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/154)
13+
14+
### Supported versions of Julia
15+
- This is slated to be the last minor release supporting Julia 0.6.
16+
17+
### First contributions
18+
- @mforets and @Kolaru made first contributions to the package.
19+
320
## v0.13
421

522
### Breaking changes

0 commit comments

Comments
 (0)