Skip to content

Commit b418203

Browse files
authored
Merge pull request #608 from NREL/develop
Update REopt.jl to v0.48.1
2 parents 6f45f96 + bd6a0fb commit b418203

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Classify the change according to the following categories:
2626
##### Removed
2727
### Patches
2828

29+
## v3.10.1
30+
### Minor Updates
31+
##### Fixed
32+
- ASHP min allowable sizing
33+
- Prevent battery simultaneous charge/discharge
34+
##### Changed
35+
- Updated GHP to allow costs to be calculated for GHP and GHX separately and without running GhpGhx.jl, for district energy applications
36+
2937
## v3.10.0
3038
### Minor Updates
3139
#### Added

julia_src/Manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
917917

918918
[[deps.REopt]]
919919
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
920-
git-tree-sha1 = "32499f329265d270e9f77c8831892772b5fbf28f"
920+
git-tree-sha1 = "79c315746fe8274cf047d5d8d04be1b75020065b"
921921
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
922-
version = "0.48.0"
922+
version = "0.48.1"
923923

924924
[[deps.Random]]
925925
deps = ["SHA"]

0 commit comments

Comments
 (0)