Skip to content

Commit 2af21a1

Browse files
yashvardhan747dpsanders
authored andcommitted
making module compatible for version 1.0 onwards (#126)
* making module compatible for version 1.0 onwards * made corredtion in News.md
1 parent d168f09 commit 2af21a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# IntervalConstraintProgramming.jl
22

3+
# v1.0
4+
## Minimum Julia version
5+
- The minimum Julia version supported is now Julia 1.0.
6+
7+
## New Dependency added: `ModelingToolkit.jl`
8+
9+
- By the help of `ModelingToolkit.jl` we can construct contractors and separators without the use of macros.
10+
311
# v0.9
412
## Minimum Julia version
513
- The minimum Julia version supported is now Julia 0.7. The package is fully compatible with Julia 1.0.

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
julia 0.7
1+
julia 1.0
22
ModelingToolkit
33
IntervalArithmetic 0.15
44
IntervalRootFinding 0.4

0 commit comments

Comments
 (0)