diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9b25d..6a7f43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ GasPowerModels.jl Change Log ### staged - nothing +### v0.7.0 +- Update to JuMP's new nonlinear interface +- Update to GasModels v0.10 and PowerModelsRestoration v0.9 +- Drop support for JuMP v0.23 (breaking) + ### v0.6.0 - Update to PowerModelsRestoration v0.8 (breaking) diff --git a/Project.toml b/Project.toml index cdbd594..1c15ac8 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "GasPowerModels" uuid = "1fcaf345-95e3-5b8b-91d6-2145eb844b9d" authors = ["Russell Bent"] repo = "https://github.com/lanl-ansi/GasPowerModels.jl" -version = "0.6.0" +version = "0.7.0" [deps] GasModels = "5e113713-6c35-5477-b766-e1109486666f" @@ -13,12 +13,12 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9" PowerModelsRestoration = "23adbb12-a187-11e9-26a2-eb4d4e6e68fb" [compat] -GasModels = "~0.9" +GasModels = "~0.10" InfrastructureModels = "~0.6, ~0.7" JSON = "~0.21" -JuMP = "~0.23, 1" +JuMP = "1.15" Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4" -PowerModelsRestoration = "~0.8" +PowerModelsRestoration = "~0.9" julia = "1.6" [extras]