You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## v0.25.0 - 2025-04-29
4
+
5
+
### Breaking changes
6
+
- Drop support for Python 3.8 (#312) [[f008399]](https://github.com/aiidateam/plumpy/commit/f0083995ae9204eb35c32c006a944168dd1029b2)
7
+
8
+
### Features
9
+
- Add support of Python 3.13 (#312) [[f008399]](https://github.com/aiidateam/plumpy/commit/f0083995ae9204eb35c32c006a944168dd1029b2)
10
+
- Add option to forcefully (not gracefully) killing a process [[8703d4b]](https://github.com/aiidateam/plumpy/commit/8703d4b4ce17afc7687335c19b348c3a3ce1657f)
11
+
- Kill task are cancelled and requeued when a new kill message is received [[8703d4b]](https://github.com/aiidateam/plumpy/commit/8703d4b4ce17afc7687335c19b348c3a3ce1657f)
12
+
- Handle Uuid FullLoader with yaml de/serializer in message passing (#310)[[98b3e93]](https://github.com/aiidateam/plumpy/commit/98b3e9380fd2fce437fe1cef906ef075832bf30f)
13
+
14
+
### Devops
15
+
- Update the the readthedocs yaml to v2 and py13 (#313) [[538c824]](538c8240d8fe46d9ea93a5ca3b6cc31dad20ad2f)
0 commit comments