Skip to content

Commit fb1f996

Browse files
committed
Document pipefunc.
1 parent 220079e commit fb1f996

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/source/changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
1313
control.
1414
- {pull}`656` fixes the return type of the hash function for {class}`PythonNode`s.
1515
Thanks to {user}`axtimhaus` for reporting the issue.
16+
- {pull}`657` documents `pipefunc`, another tool for executing graphs consisting out of
17+
functions.
1618

1719
## 0.5.1 - 2024-07-20
1820

docs/source/explanations/comparison_to_other_tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,8 @@ General
126126
## [zenml](https://github.com/zenml-io/zenml)
127127

128128
## [flyte](https://github.com/flyteorg/flyte)
129+
130+
## [pipefunc](https://github.com/pipefunc/pipefunc)
131+
132+
A tool for executing graphs made out of functions. More focused on computational
133+
compared to workflow graphs.

0 commit comments

Comments
 (0)