-
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.
Updates for PowerModels v0.14 (#194)
* update build_model to instantiate_model * add optimizer kwarg to optimize_model * update powermodels version in project * update post_ methods to build_ * remove manifest from docs * update powermodels version in docs project.toml * UPD: Changelog and bump version to v0.7 Co-authored-by: David M Fobes <[email protected]>
- Loading branch information
1 parent
cc5b09f
commit 5eddee6
Showing
20 changed files
with
48 additions
and
300 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.6.1" | ||
version = "0.7.0" | ||
|
||
[deps] | ||
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" | ||
|
@@ -21,7 +21,7 @@ JuMP = "~0.19.2, ~0.20" | |
Juniper = ">= 0.4" | ||
MathOptInterface = "~0.8, ~0.9" | ||
Memento = "~0.10, ~0.11, ~0.12" | ||
PowerModels = "~0.13" | ||
PowerModels = "~0.14" | ||
SCS = ">= 0.4" | ||
julia = "^1" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
5eddee6
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()
5eddee6
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/8377
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: