Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/news/posts/2026-03-18-release-2.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This minor release brings important improvements to the `BaseRestartWorkChain`,
It also includes several fixes for connection and resource leaks, with further improvements planned for upcoming releases.

As always, the release can be installed from [PyPI](https://pypi.org/project/aiida-core/2.8.0/) using `pip install aiida-core==2.8.0`, or from [conda-forge](https://anaconda.org/conda-forge/aiida-core) using `conda install -c conda-forge aiida-core=2.8.0`.
For a complete list of changes, see the [CHANGELOG](https://github.com/aiidateam/aiida-core/blob/v2.8.0/CHANGELOG.md).
For a complete list of changes, see the [CHANGELOG](https://github.com/aiidateam/aiida-core/blob/v2.8.0/CHANGELOG.md#v280---2026-03-16).

**Behavior changes:** This release includes several behavior changes that do not constitute API breaking changes warranting a major version bump, but may still affect existing workflows if you rely on the old defaults. Please review the following list and check the detailed sections below:

Expand Down
Loading