Skip to content

Commit 45b4d99

Browse files
authored
NEWS updates for 0.6 (#86)
1 parent fd44add commit 45b4d99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# IntervalConstraintProgramming.jl
22

3+
# v0.6
4+
## Minimum Julia version
5+
- The minimum Julia version required has been bumped to 0.5
6+
7+
## API change
8+
- Objects such as `Contractor` have been simplified by putting functions and the code that generated them inside a `GeneratedFunction` type
9+
10+
## Dependency change
11+
- The dependency on `ValidatedNumerics.jl` has been replaced by `IntervalArithmetic.jl` and `IntervalRootFinding.jl`
12+
313
# v0.5
414
- API change: Contractors now have their dimension as a type parameter
515
- Refactoring for type stability

0 commit comments

Comments
 (0)