We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8274386 commit b53d68eCopy full SHA for b53d68e
1 file changed
CHANGELOG.md
@@ -10,8 +10,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
10
- {pull}`766` moves runtime profiling persistence from SQLite to a JSON snapshot plus
11
append-only journal in `.pytask/`, keeping runtime data resilient to crashes and
12
compacted on normal build exits.
13
-- Clear decoration-time `annotation_locals` snapshots after collection so task
14
- functions remain picklable in parallel/process execution backends.
+- {pull}`776` clears decoration-time `annotation_locals` snapshots after collection so
+ task functions remain picklable in process-based parallel backends.
15
16
## 0.5.8 - 2025-12-30
17
0 commit comments