From 3dfbb76eca94171ad3cc1e7a72e5ffa651c93624 Mon Sep 17 00:00:00 2001 From: Bill Becker Date: Tue, 21 Jan 2025 11:12:42 -0700 Subject: [PATCH] Update CHANGELOG for pending v0.50.0 --- CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fa92f4a..1ddff7f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,21 +25,17 @@ Classify the change according to the following categories: ### Deprecated ### Removed -## max-ashp-dispatch + +## develop ### Added - New parameter `force_dispatch` in the **ASHPSpaceHeater** and **ASHPWaterHeater** technologies (default = `true`). When kept at `true`, the ASHP's thermal output will be the minimum of the site load(s) served and the system size (adjusted for timestep-specific capacity factor) in each period. If set to `false`, ASHP will do economic dispatch considering COP and CF along with electricity prices. - -## load-year-align ### Fixed - Align heating and cooling load profiles based on electric load year input, if using custom electric load profile with simulated (CRB or schedule-based flatloads) heating/cooling loads +- Handling of leap years for `ElectricLoad.loads_kw` inputs to align with URDB rate structures ### Changed - Make `year` input required with any custom load profile input (e.g. `ElectricLoad.loads_kw`, `SpaceHeatingLoad.fuel_loads_mmbtu_per_hour`) - Shift and adjust CRB load profiles (i.e. with `doe_reference_name` input) based on the `year` input -## leap-year-fix -### Fixed -- Handling of leap years for `ElectricLoad.loads_kw` inputs to align with URDB rate structures - ## v0.49.1 ### Changed