From f88cfbeb016947fd8da1f71671363691f14b8e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Kr=C3=B6ger?= Date: Mon, 22 Feb 2021 21:30:47 +0100 Subject: [PATCH] v0.7.0 (#210) --- CHANGELOG.md | 5 ++++- Project.toml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1e68b..bf3cb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Project.toml b/Project.toml index 9e43322..253d115 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Juniper" uuid = "2ddba703-00a4-53a7-87a5-e8b9971dde84" authors = ["Ole Kröger ", "Kaarthik Sundar kaarthik@lanl.gov"] repo = "https://github.com/lanl-ansi/Juniper.jl.git" -version = "0.6.5" +version = "0.7.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -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"