diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e75ee93..cc13150a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,11 @@ Classify the change according to the following categories: ##### Removed ### Patches -## Develop -### Added +## develop +### Patches - Added `CST` and `HighTempThermalStorage` to all/superset inputs test. +- Update REopt.jl to v0.55.1 for fix to NSRDB API call for CST +- Add CapEx to initial capex output (should have been included before) ## v3.16.1 ### Patches diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index 900b0cbc2..196aae6bd 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -948,9 +948,9 @@ version = "1.11.0" [[deps.REopt]] deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"] -git-tree-sha1 = "eec11e26eeeb249eb09daae0d1c3c21f4badc238" +git-tree-sha1 = "103761fa0f7447377726347af656cde6ab1160cc" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" -version = "0.55.0" +version = "0.55.1" [[deps.Random]] deps = ["SHA"] @@ -1257,7 +1257,7 @@ uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" version = "1.59.0+0" [[deps.oneTBB_jll]] -deps = ["Artifacts", "JLLWrappers", "Libdl"] +deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"] git-tree-sha1 = "d5a767a3bb77135a99e433afe0eb14cd7f6914c3" uuid = "1317d2d5-d96f-522e-a858-c73665f53c3e" version = "2022.0.0+0"