Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 17, 2024
1 parent 20d0bfc commit 3320e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# PowerModelsDistribution.jl Change Log

## staged
## v0.16.0

- Updated to use the new `NonlinearExpr` syntax in JuMP v1.15. In most cases,
there should be no user-visible changes. However, if you access the internal
JuMP mdoel object, the constraints are now `NonlinearExpr` objects instead of
`NLPBlock`. In addition, you may encounter small numerical differences in the
solution due to a different ordering of the constraints.
- Indicated broken tests in `"2w_dy_lead"` and `"3-bus SOCConicUBF opf_bf"` by using `@test_skip`

## v0.15.2
Expand Down
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CSV = "0.8.5, 0.9, 0.10"
Dates = "1.6"
FilePaths = "0.8.3"
Glob = "1.3"
Graphs = "1"
Expand All @@ -34,9 +33,7 @@ JuMP = "1.23.2"
LoggingExtras = "0.4.7, 1"
PolyhedralRelaxations = "0.3.5"
SCS = "0.9, 1.0, 1.1"
SparseArrays = "1.6"
SpecialFunctions = "2"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 3320e5b

Please sign in to comment.