File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 1
1
# NEWS for IntervalOptimisation.jl
2
2
3
+ ## v0.4
4
+ - Drop support for Julia 0.7
5
+
3
6
## v0.3
4
7
- Drop support for Julia 0.6. The package is now fully compatible with Julia 1.0.
5
8
Original file line number Diff line number Diff line change
1
+ name = " IntervalOptimisation"
2
+ uuid = " c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
3
+ version = " 0.4.0"
4
+
5
+ [compat ]
6
+ DataStructures = " ≥ 0.9.0"
7
+ ForwardDiff = " ≥ 0.8.0"
8
+ IntervalArithmetic = " ≥ 0.15.0"
9
+ IntervalConstraintProgramming = " ≥ 0.9.0"
10
+ IntervalRootFinding = " ≥ 0.4.0"
11
+ julia = " ≥ 1.0.0"
12
+
13
+ [deps ]
14
+ DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
15
+ ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
16
+ IntervalArithmetic = " d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
17
+ IntervalConstraintProgramming = " 138f1668-1576-5ad7-91b9-7425abbf3153"
18
+ IntervalRootFinding = " d2bf35a9-74e0-55ec-b149-d360ff49b807"
19
+
20
+ [extras ]
21
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
22
+
23
+ [targets ]
24
+ test = [" Test" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments