Skip to content

Commit b3751a0

Browse files
authored
Prepare release v0.5.6 (#712)
<!-- SPDX-FileCopyrightText: ASSUME Developers SPDX-License-Identifier: AGPL-3.0-or-later --> ## Description New Release as per the release notes. ## Checklist - [x] Documentation updated (docstrings, READMEs, user guides, inline comments, `doc` folder updates etc.) - [x] New unit/integration tests added (if applicable) - [x] Changes noted in release notes (if any) - [x] Consent to release this PR's code under the GNU Affero General Public License v3.0
1 parent 108455a commit b3751a0

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,8 @@ pip install -e ".[testing]"
6868

6969
### Creating a new release
7070

71-
To release a new version, increase the version in `pyproject.toml` and create a git tag of the release commit and release notes in GitHub.
72-
To push to PyPi run:
73-
74-
```
75-
rm -r dist
76-
python -m build .
77-
twine upload --repository pypi dist/*
78-
```
79-
80-
See also: https://twine.readthedocs.io/en/stable/index.html#using-twine
81-
71+
To release a new version, create a git tag of the release commit and release notes in GitHub (also possible via `Draft new release` function of Github). No adjusted toml file necessary anymore.
72+
A github action automatically uploads the release to PyPI.
8273
The upload to PyPi has to be confirmed by one of the core developers.
8374

8475
## Building documentation

docs/source/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Upcoming Release
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+
0.5.6 - (23th December 2025)
16+
============================
17+
1518
**Bug Fixes:**
1619

1720
- **Changed action clamping**: The action clamping was changed to extreme values defined by dicts. Instead of using the min and max of a forward pass in the NN, the clamping is now based on the activation function of the actor network. Previously, the output range was incorrectly assumed based only on the input, which failed when weights were negative due to Xavier initialization.

0 commit comments

Comments
 (0)