From 35033ad707de697521266af49332eb100af39306 Mon Sep 17 00:00:00 2001 From: Nick Laws Date: Sun, 28 Jul 2024 13:50:18 -0600 Subject: [PATCH] v0.4.4 (for CommonOPF v0.4..1) --- CHANGELOG.md | 8 ++------ Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e2bbd..00ba1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index ea445b3..a75ad74 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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"