From 06d20a503e6f7ba61924c9d838bda044e142f2e3 Mon Sep 17 00:00:00 2001 From: Rie Huntington Date: Thu, 23 Jul 2026 15:39:42 -0400 Subject: [PATCH 1/2] Allow PolyhedralRelaxations 0.3.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2e27e301..929059d9 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ Ipopt = "1" JSON = "~0.18, ~0.19, ~0.20, ~0.21, ~1" JuMP = "1.23.2" LoggingExtras = "0.4.7, 1" -PolyhedralRelaxations = "0.3.5" +PolyhedralRelaxations = "0.3.6" SCS = "0.9, 1.0, 1.1" SpecialFunctions = "2" julia = "^1.10" From 73f97f08d0628dea9f4174bb28386e52a0e453fd Mon Sep 17 00:00:00 2001 From: Rie Huntington Date: Thu, 23 Jul 2026 15:52:53 -0400 Subject: [PATCH 2/2] UPD: add CHANGELOG entry for PolyhedralRelaxations compat --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fef08f..d9c776ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fixed typo in single phase line parameters, should have been `line.c0 = line.c1` (#468) - Fixed missing `npts` property in loadshape in case3_balanced.dss (#466) - Fixed typo in unit tests 'blanced' to 'balanced' (#461) +- Updated `PolyhedralRelaxations` compat to v0.3.6 ## v0.16.0