Skip to content

Commit

Permalink
UPD: JuMP v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed May 10, 2022
1 parent 173c205 commit 1ef95d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## staged

- Added compat for JuMP v1
- Fixed bug in `_map_eng2math` where global keys were not being propagated in multinetwork
- Fixed bug/typo in `_create_storage` where `kwhstored` was derived from `:stored` instead of `Symbol("%stored")`
- Fixed bug in function `_dss2eng_loadshape!()` where `qmult` data was overwriting `pmult` data [#386](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/386)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Glob = "1.3"
InfrastructureModels = "0.7.3"
Ipopt = "0.9, 1.0.2"
JSON = "0.18, 0.19, 0.20, 0.21"
JuMP = "0.22, 0.23"
JuMP = "0.22, 0.23, 1"
LoggingExtras = "0.4.7"
PolyhedralRelaxations = "0.3.3"
SCS = "0.9, 1.0, 1.1"
Expand Down

0 comments on commit 1ef95d0

Please sign in to comment.