Skip to content

Commit 730f2a6

Browse files
authored
prepare release of assume-framework 0.5.4 (#615)
prepare release for 0.5.4 to include the latest fixes for the workshop today
1 parent f19ae55 commit 730f2a6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/source/release_notes.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
..
33
.. SPDX-License-Identifier: AGPL-3.0-or-later
44
5-
#######################
5+
#############
66
Release Notes
7-
#######################
7+
#############
88

99
Upcoming Release
1010
================
@@ -13,6 +13,9 @@ Upcoming Release
1313
e.g. ``pip install git+https://github.com/assume-framework/assume``
1414

1515

16+
0.5.4 - (9th July 2025)
17+
=======================
18+
1619
**New Features:**
1720

1821
- **ThermalStorage with Scheduling:** Introduced a `ThermalStorage` class that extends `GenericStorage` to support both short-term (freely cycling) and long-term (schedule-driven) storage operation. Long-term mode allows users to define a binary schedule to restrict charging and discharging to specific periods, enabling realistic modeling of industrial or seasonal thermal storage behavior. To use this feature, set `storage_type` to `"long-term"` and provide a `storage_schedule_profile` (0: charging allowed, 1: discharging allowed). Hydrogen fuel type included for the Boiler
@@ -44,7 +47,7 @@ Upcoming Release
4447
- **Missing init:** Steam generation plant and CRM bidding strategies for dsm was missing in 'init'.
4548

4649
0.5.3 - (4th June 2025)
47-
=========================
50+
=======================
4851

4952
**New Features:**
5053

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "assume-framework"
11-
version = "0.5.3"
11+
version = "0.5.4"
1212
description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox"
1313
authors = [{ name = "ASSUME Developers", email = "[email protected]"}]
1414
license = {text = "AGPL-3.0-or-later"}

0 commit comments

Comments
 (0)