You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# What's new in `IntervalArithmetic.jl`
2
2
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.
0 commit comments