From 9eb14e48664ddccd88df76fc0d2ae496a664b800 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 18 Apr 2017 11:23:29 -0500 Subject: [PATCH] NEWS updates for 0.6 --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index 04b6dbc..08ed6c2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # IntervalConstraintProgramming.jl +# v0.6 +## Minimum Julia version +- The minimum Julia version required has been bumped to 0.5 + +## API change +- Objects such as `Contractor` have been simplified by putting functions and the code that generated them inside a `GeneratedFunction` type + +## Dependency change +- The dependency on `ValidatedNumerics.jl` has been replaced by `IntervalArithmetic.jl` and `IntervalRootFinding.jl` + # v0.5 - API change: Contractors now have their dimension as a type parameter - Refactoring for type stability