From 7ed577a72c62c6ad0f7abc7fba1516c3a12749fa Mon Sep 17 00:00:00 2001 From: Bill Becker <42586683+Bill-Becker@users.noreply.github.com> Date: Fri, 31 May 2024 10:20:27 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea46aa056..327064094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,17 +36,13 @@ Classify the change according to the following categories: - Refactored various functions to ensure **ProcessHeatLoad** is processed correctly in line with other heating loads. - When the URDB response `energyratestructure` has a "unit" value that is not "kWh", throw an error instead of averaging rates in each energy tier. - Refactored heating flow constraints to be in ./src/constraints/thermal_tech_constraints.jl instead of its previous separate locations in the storage and turbine constraints. +- Changed default Financial **owner_tax_rate_fraction** and **offtaker_tax_rate_fraction** from 0.257 to 0.26 to align with API and user manual defaults. ### Fixed - Updated the PV result **lifecycle_om_cost_after_tax** to account for the third-party factor for third-party ownership analyses. - Convert `max_electric_load_kw` to _Float64_ before passing to function `get_chp_defaults_prime_mover_size_class` - Fixed a bug in which excess heat from one heating technology resulted in waste heat from another technology. - Modified thermal waste heat constraints for heating technologies to avoid errors in waste heat results tracking. -## v0.46.2 -### Changed -- When the URDB response `energyratestructure` has a "unit" value that is not "kWh", throw an error instead of averaging rates in each energy tier. -- Changed default Financial **owner_tax_rate_fraction** and **offtaker_tax_rate_fraction** from 0.257 to 0.26 to align with API and user manual defaults. - ## v0.46.1 ### Changed - Updated the GHP testset .json `./test/scenarios/ghp_inputs.json` to include a nominal HotThermalStorage and ColdThermalStorage system.