From 0510f93a4d5ac2a619bb751094120b6a902380e2 Mon Sep 17 00:00:00 2001 From: yashcodes <747747747yash> Date: Wed, 27 Mar 2019 21:29:03 +0530 Subject: [PATCH 1/2] making module compatible for version 1.0 onwards --- NEWS.md | 9 +++++++++ REQUIRE | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 667f3db..a088c84 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # 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 make contractors and separators without the use of macros, which proved to be very important for `IntervalOptimisation.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. diff --git a/REQUIRE b/REQUIRE index 46ef1f6..f4b7bcc 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.7 +julia 1.0 ModelingToolkit IntervalArithmetic 0.15 IntervalRootFinding 0.4 From 3b2af4439d81dad1191824c123412acf462969f3 Mon Sep 17 00:00:00 2001 From: yashcodes <747747747yash> Date: Thu, 28 Mar 2019 07:28:43 +0530 Subject: [PATCH 2/2] made corredtion in News.md --- NEWS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index a088c84..504ebe1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,13 @@ # IntervalConstraintProgramming.jl -#v1.0 -##Minimum Julia version +# v1.0 +## Minimum Julia version - The minimum Julia version supported is now Julia 1.0. -##New Dependency added: - `ModelingToolkit.jl` +## New Dependency added: `ModelingToolkit.jl` + +- By the help of `ModelingToolkit.jl` we can construct contractors and separators without the use of macros. -- By the help of `ModelingToolkit.jl` we can make contractors and separators without the use of macros, which proved to be very important for `IntervalOptimisation.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.