Skip to content

Commit

Permalink
prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Aug 28, 2019
1 parent fb27477 commit 27353b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ PowerModels.jl Change Log
=========================

### Staged
- Update to InfrastructureModels v0.3
- Update to JuMP v0.20
- nothing

### v0.12.5
- Update to InfrastructureModels v0.3 and JuMP v0.20
- Fixed power balance duals in w-space formulations (#591)
- Dropped CI on Julia v1.0

Expand Down
2 changes: 1 addition & 1 deletion 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.12.4"
version = "0.12.5"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand Down
2 changes: 1 addition & 1 deletion src/io/matpower.jl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ function _matpower_to_powermodels!(mp_data::Dict{String,<:Any})
# use once available
InfrastructureModels.arrays_to_dicts!(pm_data)

for optional in ["dcline", "load", "shunt", "storage"]
for optional in ["dcline", "load", "shunt", "storage", "switch"]
if length(pm_data[optional]) == 0
pm_data[optional] = Dict{String,Any}()
end
Expand Down

0 comments on commit 27353b6

Please sign in to comment.