From 83cfed63773f9fd75f44fb9eb05b670bd47d8190 Mon Sep 17 00:00:00 2001 From: Juan Ospina Date: Tue, 17 Jan 2023 14:26:00 -0700 Subject: [PATCH] v0.7.6 Release Prep. --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ffec8..845f113 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none. + +## v0.7.6 + - Bumped PMITD compatibility of `PMD` and `PM` to the latest versions (i.e., v0.14.5, and v0.19.8). - Added new unit tests that test SOC-based formulations with transformers (SOC transformers constraints were added to `PMD`). - Added new function `calc_transmission_branch_flow_ac!` to `data.jl` that computes the branch power flows for transmission system when solving PFITD. diff --git a/Project.toml b/Project.toml index 7287f1d..15a769a 100755 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsITD" uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380" authors = ["Juan Ospina", "David M Fobes"] repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git" -version = "0.7.5" +version = "0.7.6" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"