Skip to content

Commit

Permalink
v0.7.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikunia authored Feb 22, 2021
1 parent 179169c commit f88cfbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Juniper.jl Changelog

### v0.7.0
- Removed JuMP dependency [PR #207 by blegat](https://github.com/lanl-ansi/Juniper.jl/pull/207)

### v0.6.5
Bugfix: FPump failed for an optimizer without attributes [Issue #201](https://github.com/lanl-ansi/Juniper.jl/pull/201)
- Bugfix: FPump failed for an optimizer without attributes [Issue #201](https://github.com/lanl-ansi/Juniper.jl/pull/201)

### v0.6.4
- Use of `JUNIPER_RNG` for random numbers. Makes sure that `rand` outside of Juniper is unaffected.
Expand Down
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Juniper"
uuid = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
authors = ["Ole Kröger <[email protected]>", "Kaarthik Sundar [email protected]"]
repo = "https://github.com/lanl-ansi/Juniper.jl.git"
version = "0.6.5"
version = "0.7.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -18,7 +18,6 @@ Cbc = ">= 0.6.4"
GLPK = ">= 0.11.3"
Ipopt = ">= 0.6.0"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "^0.21.0"
MathOptInterface = "^0.9.1"
MutableArithmetics = "0.2.14"
julia = "1"
Expand Down

0 comments on commit f88cfbe

Please sign in to comment.