From 756247fcee2025b76cdcdbaab3e42f01c582adf5 Mon Sep 17 00:00:00 2001 From: bill-becker Date: Wed, 16 Oct 2024 15:44:06 -0600 Subject: [PATCH 1/3] Update REopt.jl to develop -> 0.48.1 --- julia_src/Manifest.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index feddf4486..d8594df3a 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -917,9 +917,11 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [[deps.REopt]] deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"] -git-tree-sha1 = "32499f329265d270e9f77c8831892772b5fbf28f" +git-tree-sha1 = "79c315746fe8274cf047d5d8d04be1b75020065b" +repo-rev = "develop" +repo-url = "https://github.com/NREL/REopt.jl.git" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" -version = "0.48.0" +version = "0.48.1" [[deps.Random]] deps = ["SHA"] From 2125b18b049abd307cb0fe91a20de2ddb4dd4c56 Mon Sep 17 00:00:00 2001 From: bill-becker Date: Wed, 16 Oct 2024 20:05:55 -0600 Subject: [PATCH 2/3] Update REopt.jl to v0.48.1 --- julia_src/Manifest.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index d8594df3a..b64b17376 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -918,8 +918,6 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [[deps.REopt]] deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"] git-tree-sha1 = "79c315746fe8274cf047d5d8d04be1b75020065b" -repo-rev = "develop" -repo-url = "https://github.com/NREL/REopt.jl.git" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" version = "0.48.1" From 18e68bd6bc1c8f938e2f801827ebd4addf0c0f62 Mon Sep 17 00:00:00 2001 From: bill-becker Date: Wed, 16 Oct 2024 20:17:38 -0600 Subject: [PATCH 3/3] Update CHANGELOG with REopt.jl updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a410c04..bb961ce7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ Classify the change according to the following categories: ##### Removed ### Patches +## v3.10.1 +### Minor Updates +##### Fixed +- ASHP min allowable sizing +- Prevent battery simultaneous charge/discharge +##### Changed +- Updated GHP to allow costs to be calculated for GHP and GHX separately and without running GhpGhx.jl, for district energy applications + ## v3.10.0 ### Minor Updates #### Added