Skip to content

Commit b55fb86

Browse files
authored
Document pipefunc. (#656)
1 parent 220079e commit b55fb86

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55
releases are available on [PyPI](https://pypi.org/project/pytask) and
66
[Anaconda.org](https://anaconda.org/conda-forge/pytask).
77

8-
## 0.5.2 - 2024-09-15
8+
## 0.5.2 - 2024-12-16
99

1010
- {pull}`633` adds support for Python 3.13 and drops support for 3.8.
1111
- {pull}`640` stops the live display when an exception happened during the execution.
1212
- {pull}`646` adds a `.gitignore` to the `.pytask/` folder to exclude it from version
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

+5
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)