-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add jump v0.21 to allowed versions * FIX: failing tests with JuMP v0.21 In the APO formulation version of `constraint_mc_power_balance_load`, instead of looping over the conductors explicitly, we attempted to use `.==`, which doesn’t seem work in the new version of JuMP for some reason if even some of the `sum` calls are empty. * UPD: changelog and version bump Co-authored-by: David M Fobes <[email protected]>
- Loading branch information
1 parent
ea55a3d
commit c1d34bb
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "PowerModelsDistribution" | |
uuid = "d7431456-977f-11e9-2de3-97ff7677985e" | ||
authors = ["David M Fobes <[email protected]>", "Carleton Coffrin"] | ||
repo = "https://github.com/lanl-ansi/PowerModelsDistribution.jl.git" | ||
version = "0.8.0" | ||
version = "0.8.1" | ||
|
||
[deps] | ||
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" | ||
|
@@ -19,7 +19,7 @@ Cbc = ">= 0.4" | |
InfrastructureModels = "~0.4" | ||
Ipopt = ">= 0.4" | ||
JSON = "~0.18, ~0.19, ~0.20, ~0.21" | ||
JuMP = "~0.19.2, ~0.20" | ||
JuMP = "~0.19.2, ~0.20, ~0.21" | ||
Juniper = ">= 0.4" | ||
MathOptInterface = "~0.8, ~0.9" | ||
Memento = "~0.10, ~0.11, ~0.12" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1d34bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
c1d34bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/10894
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: