Skip to content

Commit

Permalink
v0.4.4 (for CommonOPF v0.4..1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Jul 28, 2024
1 parent d5f419a commit 35033ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# BranchFlowModel Changelog

## dev

### transition to CommonOPF.Network (from CommonOPF.Inputs)
- add model_single_phase_network.jl and test build and solve
- this will replace model_single_phase.jl in next release
- remove `combine_parallel_lines!!`
## v0.4.4
- transition to CommonOPF.Network (from CommonOPF.Inputs) in v0.4 of CommonOPF

## v0.4.3
- upgrade CommonOPF to v0.3.8
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BranchFlowModel"
uuid = "73c867df-75f8-459f-abd8-059b58de1e18"
authors = ["Nick Laws"]
version = "0.4.3"
version = "0.4.4"

[deps]
CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
Expand All @@ -13,7 +13,7 @@ MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CommonOPF = "0.4"
CommonOPF = "0.4.1"
Graphs = "1.8"
JSON = "0.21"
JuMP = "1"
Expand Down

0 comments on commit 35033ad

Please sign in to comment.