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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down