Skip to content

Commit

Permalink
NEWS for 0.9 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Oct 9, 2018
1 parent 627b15f commit 90813ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# IntervalConstraintProgramming.jl

# v0.9
## Minimum Julia version
- The minimum Julia version supported is now Julia 0.7. The package is fully compatible with Julia 1.0.

## Functionality removed
- Pavings are now immutable, so `refine!` no longer works.


# v0.8
## Minimum Julia version
- The minimum Julia version required has been bumped to 0.6; this will be the last release to support 0.6.
Expand All @@ -18,7 +26,7 @@ The reverse functions used for constraint propagation have been factored out int
- 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`
- 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
Expand Down

0 comments on commit 90813ef

Please sign in to comment.