Skip to content

Commit eb08855

Browse files
committed
Fix changes.
1 parent 4aa2398 commit eb08855

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
1717
- {pull}`395` refactors all occurrences of pybaum to {mod}`_pytask.tree_util`.
1818
- {pull}`396` replaces pybaum with optree and adds paths to the name of
1919
{class}`pytask.PythonNode`'s allowing for better hashing.
20-
- {class}`397` adds support for {class}`typing.NamedTuple` and attrs classes in
20+
- {pull}`397` adds support for {class}`typing.NamedTuple` and attrs classes in
2121
`@pytask.mark.task(kwargs=...)`.
22+
- {pull}`398` deprecates the decorators `@pytask.mark.depends_on` and
23+
`@pytask.mark.produces`.
24+
- {pull}`402` replaces ABCs with protocols allowing for more flexibility for users
25+
implementing their own nodes.
2226

2327
## 0.3.2 - 2023-06-07
2428

0 commit comments

Comments
 (0)