From 73c76bf5997d4683331616f4ba46e173190a6c5d Mon Sep 17 00:00:00 2001 From: bill-becker Date: Mon, 30 Jun 2025 22:01:53 -0600 Subject: [PATCH 1/3] Temp update REopt.jl to develop with fix --- julia_src/Manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index 812dd30e1..5a969ff5b 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -922,7 +922,9 @@ 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 = "529bf6dbf7aea07e8682b05af143f6ce4f6f7483" +git-tree-sha1 = "82d4b4dc327cfbca5141cbdace57b84d8e10fedd" +repo-rev = "develop" +repo-url = "https://github.com/NREL/REopt.jl.git" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" version = "0.53.1" From 6fbda46a56b7e7336aa3157eef38a2b1d28f40b2 Mon Sep 17 00:00:00 2001 From: bill-becker Date: Tue, 1 Jul 2025 08:22:18 -0600 Subject: [PATCH 2/3] Update Changelog with pending and last two patch versions --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7556a65f..4cee93ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,14 @@ Classify the change according to the following categories: - Updated GHP input validation and defaults in `reoptjl/models.py` and `validators.py`. - Updated `/ghpghx` endpoint to support new GHP input fields. +## v3.13.2 +### Patches +- `PV` `size_class` and cost defaults not updating correctly when both `max_kw` and the site's land or roof space are input + +## v3.13.1 +### Patches +- Issue with `CHP` and `PV` cost curves when with-incentives segments is greater than no-incentives segments + ## v3.12.3 ### Minor Updates ### Added From 72be9a2ab605c3697391af8519cc82964afd0e3e Mon Sep 17 00:00:00 2001 From: bill-becker Date: Tue, 1 Jul 2025 12:21:06 -0600 Subject: [PATCH 3/3] Update REopt.jl to latest registered v0.53.2 --- julia_src/Manifest.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index 5a969ff5b..499e0c00a 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -922,11 +922,9 @@ 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 = "82d4b4dc327cfbca5141cbdace57b84d8e10fedd" -repo-rev = "develop" -repo-url = "https://github.com/NREL/REopt.jl.git" +git-tree-sha1 = "4db74039055f6084d8bd45304de9de856462d917" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" -version = "0.53.1" +version = "0.53.2" [[deps.Random]] deps = ["SHA"]