Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down