We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd44add commit 45b4d99Copy full SHA for 45b4d99
NEWS.md
@@ -1,5 +1,15 @@
1
# IntervalConstraintProgramming.jl
2
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
13
# v0.5
14
- API change: Contractors now have their dimension as a type parameter
15
- Refactoring for type stability
0 commit comments