File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments