File tree 2 files changed +8
-1
lines changed
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/)
5
5
releases are available on [ PyPI] ( https://pypi.org/project/pytask ) and
6
6
[ Anaconda.org] ( https://anaconda.org/conda-forge/pytask ) .
7
7
8
- ## 0.5.2 - 2024-09-15
8
+ ## 0.5.2 - 2024-12-16
9
9
10
10
- {pull}` 633 ` adds support for Python 3.13 and drops support for 3.8.
11
11
- {pull}` 640 ` stops the live display when an exception happened during the execution.
12
12
- {pull}` 646 ` adds a ` .gitignore ` to the ` .pytask/ ` folder to exclude it from version
13
13
control.
14
14
- {pull}` 656 ` fixes the return type of the hash function for {class}` PythonNode ` s.
15
15
Thanks to {user}` axtimhaus ` for reporting the issue.
16
+ - {pull}` 657 ` documents ` pipefunc ` , another tool for executing graphs consisting out of
17
+ functions.
16
18
17
19
## 0.5.1 - 2024-07-20
18
20
Original file line number Diff line number Diff line change @@ -126,3 +126,8 @@ General
126
126
## [ zenml] ( https://github.com/zenml-io/zenml )
127
127
128
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.
You can’t perform that action at this time.
0 commit comments