Skip to content

Commit

Permalink
Update Compat for new NL interface (#70)
Browse files Browse the repository at this point in the history
* update compat for new nl interface
  • Loading branch information
ccoffrin committed Feb 2, 2024
1 parent bb95d7f commit 736126c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 736126c

Please sign in to comment.