File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55releases are available on [ PyPI] ( https://pypi.org/project/pytask-parallel ) and
66[ Anaconda.org] ( https://anaconda.org/conda-forge/pytask-parallel ) .
77
8- ## 0.5.0 - 2024-xx-xx
8+ ## 0.5.0 - 2024-05-26
99
1010- {pull}` 85 ` simplifies code since loky is a dependency.
1111- {pull}` 86 ` adds support for dask.
@@ -29,6 +29,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
2929 tasks are submitted.
3030- {pull}` 107 ` removes status from ` pytask_execute_task_log_start ` hook call.
3131- {pull}` 109 ` improves the documentation.
32+ - {pull}` 110 ` prepares the release of v0.5.
3233
3334## 0.4.1 - 2024-01-12
3435
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies = [
1515 " cloudpickle" ,
1616 " loky" ,
1717 " pluggy>=1.0.0" ,
18- " pytask>=0.4.5 " ,
18+ " pytask>=0.5.0 " ,
1919 " rich" ,
2020]
2121dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -8,16 +8,13 @@ package = editable
88[testenv:typing]
99deps =
1010 mypy
11- git+https://github.com/pytask-dev/pytask.git@main
1211extras =
1312 dask
1413 coiled
1514commands = mypy
1615
1716[testenv:test]
1817extras = test
19- deps =
20- git+https://github.com/pytask-dev/pytask.git@main
2118commands =
2219 pytest {posargs}
2320
You can’t perform that action at this time.
0 commit comments