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 diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index 812dd30e1..499e0c00a 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -922,9 +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 = "4db74039055f6084d8bd45304de9de856462d917" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" -version = "0.53.1" +version = "0.53.2" [[deps.Random]] deps = ["SHA"]