Skip to content

Commit

Permalink
add notes to changelog and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jun 23, 2024
1 parent e340de8 commit a6967da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ PowerModels.jl Change Log
### Staged
- nothing

### v0.21.2
- In place building of basic network data (#915,#916)
- Performance improvements to `calc_connected_components` (#914)

### v0.21.1
- Fix bug in `calc_theta_delta_bounds` (#907)

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.21.1"
version = "0.21.2"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The primary developer is Carleton Coffrin (@ccoffrin) with support from the foll
- Miles Lubin (@mlubin) MIT, Julia/JuMP advise
- Yeesian Ng (@yeesian) MIT, Documenter.jl setup
- Kaarthik Sundar (@kaarthiksundar) LANL, OBBT utility
- Mathieu Tanneau (@mtanneau) Georgia Tech, PTDF matrix computation
- Mathieu Tanneau (@mtanneau) Georgia Tech, PTDF matrix computation, performance and memory improvements
- Byron Tasseff (@tasseff) LANL, multi-infrastructure updates


Expand Down

0 comments on commit a6967da

Please sign in to comment.