From 52e6f6fc4c2d31c0d36dc2fcff2fc6d3f8bd1193 Mon Sep 17 00:00:00 2001 From: KobusVanRooyen Date: Mon, 8 Jun 2026 14:55:59 +0200 Subject: [PATCH 1/2] formatting --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5290699..0710bc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -# [Unreleased-main] - 2026-06-01 +# [Unreleased-main] - 2026-06-08 + +## Added +- xxx + +## Changed +- xxx + +## Fixed +- xxx + + +# [0.1.19] - 2026-06-08 ## Added - Electricity consumption calculation of geothermal assets, using the defined COP. From 21cf9471b4a0edfbb1964e17b580c8d319acf001 Mon Sep 17 00:00:00 2001 From: KobusVanRooyen Date: Mon, 8 Jun 2026 15:27:40 +0200 Subject: [PATCH 2/2] PR comments --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0710bc3a..c693e5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ - DataSource is assigned to output profiles - Generic methods to create equality and inequality constraints using big-M formulation. - First implementation of a temperature profile for a producer. (experimental) -- Test is added to check airco sizing and cost calculation - Workflow of EndScenarioSizing with demand uncertainty is added. - Ramp constraints for heat producers are added. - Maximum and minimum temperature of heat sources are parsed from esdl @@ -32,7 +31,6 @@ - The code base uses asset id's instead of asset names expect for csv inputs where the asset names are still accepted. - Updated pyESDL to v26.3 - Updated the GROW workflow to provide feedback on which heat demands are not matched in priority 1. -- Removed old test files that are no longer used. - Marked low_temperature_ates as a subcomponent of the ates asset type. - Added electricity cost profile to variable operational cost of assets which convert electricity to heat. - Heating_and_cooling example is cleaned up