Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# IntervalConstraintProgramming.jl

# v1.0
## Minimum Julia version
- The minimum Julia version supported is now Julia 1.0.

## New Dependency added: `ModelingToolkit.jl`

- By the help of `ModelingToolkit.jl` we can construct contractors and separators without the use of macros.

# v0.9
## Minimum Julia version
- The minimum Julia version supported is now Julia 0.7. The package is fully compatible with Julia 1.0.
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.7
julia 1.0
ModelingToolkit
IntervalArithmetic 0.15
IntervalRootFinding 0.4
Expand Down