Skip to content

Commit

Permalink
add support for memento v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jul 6, 2022
1 parent fe82635 commit b6755a1
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 @@ -3,6 +3,7 @@ PowerModels.jl Change Log

### Staged
- Add specialized version of `sol_component_fixed` for PowerModels (#821)
- Add support for Memento v1.4
- Fix `tnep` ne_branch solution values to be consistent with regular branches (#820)

### v0.19.5
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ipopt = "~0.8, ~0.9, ~1"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "~0.22, ~0.23, 1"
Juniper = "~0.8, ~0.9"
Memento = "~1.0, ~1.1, ~1.2, ~1.3"
Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4"
NLsolve = "4.0"
SCS = "~0.9, ~1.0"
julia = "1.6"
Expand Down

0 comments on commit b6755a1

Please sign in to comment.