Skip to content

Commit

Permalink
Merge pull request #608 from NREL/develop
Browse files Browse the repository at this point in the history
Update REopt.jl to v0.48.1
  • Loading branch information
Bill-Becker authored Oct 17, 2024
2 parents 6f45f96 + bd6a0fb commit b418203
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Classify the change according to the following categories:
##### Removed
### Patches

## v3.10.1
### Minor Updates
##### Fixed
- ASHP min allowable sizing
- Prevent battery simultaneous charge/discharge
##### Changed
- Updated GHP to allow costs to be calculated for GHP and GHX separately and without running GhpGhx.jl, for district energy applications

## v3.10.0
### 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 @@ -917,9 +917,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 = "32499f329265d270e9f77c8831892772b5fbf28f"
git-tree-sha1 = "79c315746fe8274cf047d5d8d04be1b75020065b"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
version = "0.48.0"
version = "0.48.1"

[[deps.Random]]
deps = ["SHA"]
Expand Down

0 comments on commit b418203

Please sign in to comment.