From 4ee397add6a879964aae2825952eb5c538ff2245 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Thu, 17 Jun 2021 10:54:35 -0600 Subject: [PATCH] prep for release 0.18.2 --- CHANGELOG.md | 4 ++++ Project.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27aefc57..5db489e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.18.2 - Fixed sign bug in BFA models (#779) - Fixed `correct_component_refrence_bus!` when no active generators are present (#776) +- Add support for Memento v1.2 ### v0.18.1 - Fixed multi-network support in sparse SDP models (#769) diff --git a/Project.toml b/Project.toml index f0ba593f..957704c2 100644 --- a/Project.toml +++ b/Project.toml @@ -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.18.1" +version = "0.18.2" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" @@ -22,7 +22,7 @@ JSON = "~0.18, ~0.19, ~0.20, ~0.21" JuMP = "~0.21" Juniper = ">= 0.4" MathOptInterface = "~0.9" -Memento = "~1.0, ~1.1" +Memento = "~1.0, ~1.1, ~1.2" NLsolve = "4.0" SCS = ">= 0.6.3" julia = "^1"