We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f1f94 commit 91e0631Copy full SHA for 91e0631
NEWS.md
@@ -1,5 +1,8 @@
1
# NEWS for IntervalOptimisation.jl
2
3
+## v0.4
4
+- This version have some new features added.
5
+
6
## v0.3
7
- Drop support for Julia 0.6. The package is now fully compatible with Julia 1.0.
8
Project.toml
@@ -1,13 +1,14 @@
name = "IntervalOptimisation"
uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
+version = "0.4.0"
[compat]
DataStructures = "≥ 0.9.0"
ForwardDiff = "≥ 0.8.0"
IntervalArithmetic = "≥ 0.15.0"
9
IntervalConstraintProgramming = "≥ 0.9.0"
10
IntervalRootFinding = "≥ 0.4.0"
-julia = "≥ 0.7.0"
11
+julia = "≥ 1.0.0"
12
13
[deps]
14
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
REQUIRE
0 commit comments