We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220079e commit fb1f996Copy full SHA for fb1f996
2 files changed
docs/source/changes.md
@@ -13,6 +13,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
13
control.
14
- {pull}`656` fixes the return type of the hash function for {class}`PythonNode`s.
15
Thanks to {user}`axtimhaus` for reporting the issue.
16
+- {pull}`657` documents `pipefunc`, another tool for executing graphs consisting out of
17
+ functions.
18
19
## 0.5.1 - 2024-07-20
20
docs/source/explanations/comparison_to_other_tools.md
@@ -126,3 +126,8 @@ General
126
## [zenml](https://github.com/zenml-io/zenml)
127
128
## [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