Skip to content

Commit 90813ef

Browse files
authored
NEWS for 0.9 (#106)
1 parent 627b15f commit 90813ef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# IntervalConstraintProgramming.jl
22

3+
# v0.9
4+
## Minimum Julia version
5+
- The minimum Julia version supported is now Julia 0.7. The package is fully compatible with Julia 1.0.
6+
7+
## Functionality removed
8+
- Pavings are now immutable, so `refine!` no longer works.
9+
10+
311
# v0.8
412
## Minimum Julia version
513
- The minimum Julia version required has been bumped to 0.6; this will be the last release to support 0.6.
@@ -18,7 +26,7 @@ The reverse functions used for constraint propagation have been factored out int
1826
- Objects such as `Contractor` have been simplified by putting functions and the code that generated them inside a `GeneratedFunction` type
1927

2028
## Dependency change
21-
- The dependency on `ValidatedNumerics.jl` has been replaced by `IntervalArithmetic.jl` and `IntervalRootFinding.jl`
29+
- The dependency on `ValidatedNumerics.jl` has been replaced by `IntervalArithmetic.jl` and `IntervalRootFinding.jl`
2230

2331
# v0.5
2432
- API change: Contractors now have their dimension as a type parameter

0 commit comments

Comments
 (0)