From 0b2a5a0fca8edf46153aa0b1e57dde2e937905d4 Mon Sep 17 00:00:00 2001 From: "Rathod, Bhavesh" Date: Thu, 28 Sep 2023 18:14:45 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eafe34b7..8a6ddb160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,18 @@ Classify the change according to the following categories: ### Deprecated ### Removed +## v0.34.0 +### Added +- Ability to run hybrid GHX sizing using **GhpGhx.jl** (automatic and fractional sizing) +- Added financial inputs for **GHP** and updated objective and results to reflect these changes +- Added central plant **GHP** +### Fixed +- Fix output of `get_tier_with_lowest_energy_rate(u::URDBrate)` to return an index and not cartesian coordinates for multi-tier energy rates. +- Updated **GHP** cost curve calculations so incentives apply to all GHP components + +### Changed +- If a `REoptInputs` object solves with termination status infeasible, altert user and return a dictionary insteadof JuMP model + ## v0.33.0 ### Added - Functionality to evaluate scenarios with Wind can in the ERP (`backup_reliability`)