Skip to content

Commit 4246e55

Browse files
committed
v0.10.0 Release Prep.
1 parent 71ee016 commit 4246e55

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## staged
44

5+
- none.
6+
7+
## v0.10.0
8+
59
- Updated to use the new `NonlinearExpr` syntax introduced in JuMP v1.15. In most cases, there should be no user-visible changes. `Breaking change`: PowerModels v0.21.2+, PowerModelsDistribution v0.16+, and JuMP v1.23.2+ should be used to support new compatibility (enforced in `Project.toml`). This upgrade signifcantly decreases the time to build large-scale models.
610
- Added a new problem formulation `opfitd_storage_linear.jl` that removes the complementary_nl constraint by making rs=0 and xs=0, allows the use of a linear storage model for T&D co-optimization using nonlinear formulations.
711
- Fixed issue with functions in `objective_storage.jl` not transforming correctly the cost.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "PowerModelsITD"
22
uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380"
33
authors = ["Juan Ospina", "David M Fobes"]
44
repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git"
5-
version = "0.9.2"
5+
version = "0.10.0"
66

77
[deps]
88
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"

0 commit comments

Comments
 (0)