File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55releases 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments