Skip to content

Commit fee77ff

Browse files
authored
release v0.5.2 (#563)
<!-- SPDX-FileCopyrightText: ASSUME Developers SPDX-License-Identifier: AGPL-3.0-or-later --> # Pull Request ## Description as per the release note changes form the last pull requests ## Checklist Please check all applicable items: - [x] Code changes are sufficiently documented (docstrings, inline comments, `doc` folder updates) - [x] New unit tests added for new features or bug fixes - [x] Existing tests pass with the changes - [x] Reinforcement learning examples are operational (for DRL-related changes) - [x] Code tested with both local and Docker databases - [x] Code follows project style guidelines and best practices - [x] Changes are backwards compatible, or deprecation notices added - [x] New dependencies added to `pyproject.toml` - [x] A note for the release notes `doc/release_notes.rst` of the upcoming release is included - [x] Consent to release this PR's code under the GNU Affero General Public License v3.0
1 parent 4b608bb commit fee77ff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/release_notes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ Release Notes
77
#######################
88

99
Upcoming Release
10-
=======================
10+
================
1111
.. warning::
1212
The features in this section are not released yet, but will be part of the next release! To use the features already you have to install the main branch,
1313
e.g. ``pip install git+https://github.com/assume-framework/assume``
1414

15+
16+
0.5.2 - (21th March 2025)
17+
=========================
18+
1519
**New Features:**
1620

1721
- **TensorBoard Integration:** To enable better monitoring of the learning progress and comparison between different runs, we have added the possibility to use TensorBoard for logging

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.1"
11+
version = "0.5.2"
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)