Skip to content

Commit 91e0631

Browse files
few additions
1 parent 67f1f94 commit 91e0631

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# NEWS for IntervalOptimisation.jl
22

3+
## v0.4
4+
- This version have some new features added.
5+
36
## v0.3
47
- Drop support for Julia 0.6. The package is now fully compatible with Julia 1.0.
58

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name = "IntervalOptimisation"
22
uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
3+
version = "0.4.0"
34

45
[compat]
56
DataStructures = "≥ 0.9.0"
67
ForwardDiff = "≥ 0.8.0"
78
IntervalArithmetic = "≥ 0.15.0"
89
IntervalConstraintProgramming = "≥ 0.9.0"
910
IntervalRootFinding = "≥ 0.4.0"
10-
julia = "0.7.0"
11+
julia = "1.0.0"
1112

1213
[deps]
1314
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

REQUIRE

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)