We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6594ada commit 6327916Copy full SHA for 6327916
1 file changed
CHANGELOG.md
@@ -5,6 +5,12 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
5
releases are available on [PyPI](https://pypi.org/project/pytask) and
6
[Anaconda.org](https://anaconda.org/conda-forge/pytask).
7
8
+## Unreleased
9
+
10
+- [#889](https://github.com/pytask-dev/pytask/pull/889) improves typing for tree
11
+ operations by wrapping optree's pytree utilities with pytask-specific signatures
12
+ and requiring optree 0.16.0 or newer.
13
14
## 0.6.0 - 2026-05-01
15
16
- [#875](https://github.com/pytask-dev/pytask/pull/875) improves the documentation
0 commit comments