diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a410c04..bb961ce7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/julia_src/Manifest.toml b/julia_src/Manifest.toml index feddf4486..b64b17376 100644 --- a/julia_src/Manifest.toml +++ b/julia_src/Manifest.toml @@ -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"]