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
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# What's new in `IntervalArithmetic.jl`
2
2
3
+
## v0.15
4
+
5
+
### Supported versions of Julia
6
+
- Julia 0.6 is no longer supported. The package is now fully compatible with Julia 0.7 and 1.0. [#201](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/201)
7
+
8
+
### Breaking changes
9
+
-`showall` has been removed from Julia. We now export the function `showfull` instead. [#203](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/203
10
+
11
+
- In keeping with the change to base Julia, `atan2` has been replaced by the 2-argument method of `atan`. [#192](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/192)
12
+
13
+
### First contributions
14
+
Caroline Wormell and Mohamed Tarek made first contributions to the package.
15
+
16
+
3
17
## v0.14
4
18
5
19
### Breaking changes
@@ -15,7 +29,7 @@ but rather contains an `SVector` of `Interval`s. The internal `SVector` of an `I
15
29
- This is slated to be the last minor release supporting Julia 0.6.
16
30
17
31
### First contributions
18
-
-@mforets and @Kolaru made first contributions to the package.
32
+
-@mforets and @Kolaru made first contributions to the package.
0 commit comments