From 9f1a8516942dd8ab21cfc708cf76f086aed5aa7f Mon Sep 17 00:00:00 2001 From: Kaarthik Sundar Date: Thu, 17 Oct 2024 11:54:47 -0600 Subject: [PATCH] changelog mod --- CHANGELOG.md | 4 ++++ Project.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aee13f..bbc379b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Staged - nothing +## v0.10.2 +- bug fix in Steady State transfer cost model +- fix for power expression and power variable writing + ## v0.10.1 - use JuMP v1.23.2 to fix a bug in NLExpression's get value. diff --git a/Project.toml b/Project.toml index d9add651..0c181e09 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "GasModels" uuid = "5e113713-6c35-5477-b766-e1109486666f" authors = ["Russell Bent ", "Kaarthik Sundar ", "David Fobes "] repo = "https://github.com/lanl-ansi/GasModels.jl.git" -version = "0.10.1" +version = "0.10.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -23,7 +23,7 @@ HiGHS = "~0.3, ~1" InfrastructureModels = "~0.6, ~0.7" Ipopt = "~0.8, ~0.9, ~1" JSON = "~0.18, ~0.19, ~0.20, ~0.21" -JuMP = "1.23.2" +JuMP = "~1.0, 1" Juniper = ">= 0.4" Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4" PolyhedralRelaxations = "~0.3"