Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second changelog entry about adding CapEx to initial capex output appears unrelated to the REopt.jl version update described in the PR. If this change is not part of the current PR, it should be documented in a separate PR or removed from this changelog entry.

Suggested change
- Add CapEx to initial capex output (should have been included before)

Copilot uses AI. Check for mistakes.

## v3.16.1
### Patches
Expand Down
6 changes: 3 additions & 3 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"
Expand Down