Skip to content

Commit

Permalink
prep for release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jun 17, 2021
1 parent 97ef99f commit 4ee397a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ PowerModels.jl Change Log
=========================

### Staged
- nothing

### v0.18.2
- Fixed sign bug in BFA models (#779)
- Fixed `correct_component_refrence_bus!` when no active generators are present (#776)
- Add support for Memento v1.2

### v0.18.1
- Fixed multi-network support in sparse SDP models (#769)
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PowerModels"
uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655"
authors = ["Carleton Coffrin"]
repo = "https://github.com/lanl-ansi/PowerModels.jl"
version = "0.18.1"
version = "0.18.2"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand All @@ -22,7 +22,7 @@ JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "~0.21"
Juniper = ">= 0.4"
MathOptInterface = "~0.9"
Memento = "~1.0, ~1.1"
Memento = "~1.0, ~1.1, ~1.2"
NLsolve = "4.0"
SCS = ">= 0.6.3"
julia = "^1"
Expand Down

0 comments on commit 4ee397a

Please sign in to comment.