File tree 3 files changed +3
-5
lines changed
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/)
5
5
releases are available on [ PyPI] ( https://pypi.org/project/pytask-parallel ) and
6
6
[ Anaconda.org] ( https://anaconda.org/conda-forge/pytask-parallel ) .
7
7
8
- ## 0.5.0 - 2024-xx-xx
8
+ ## 0.5.0 - 2024-05-26
9
9
10
10
- {pull}` 85 ` simplifies code since loky is a dependency.
11
11
- {pull}` 86 ` adds support for dask.
@@ -29,6 +29,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
29
29
tasks are submitted.
30
30
- {pull}` 107 ` removes status from ` pytask_execute_task_log_start ` hook call.
31
31
- {pull}` 109 ` improves the documentation.
32
+ - {pull}` 110 ` prepares the release of v0.5.
32
33
33
34
## 0.4.1 - 2024-01-12
34
35
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies = [
15
15
" cloudpickle" ,
16
16
" loky" ,
17
17
" pluggy>=1.0.0" ,
18
- " pytask>=0.4.5 " ,
18
+ " pytask>=0.5.0 " ,
19
19
" rich" ,
20
20
]
21
21
dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -8,16 +8,13 @@ package = editable
8
8
[testenv:typing]
9
9
deps =
10
10
mypy
11
- git+https://github.com/pytask-dev/pytask.git@main
12
11
extras =
13
12
dask
14
13
coiled
15
14
commands = mypy
16
15
17
16
[testenv:test]
18
17
extras = test
19
- deps =
20
- git+https://github.com/pytask-dev/pytask.git@main
21
18
commands =
22
19
pytest {posargs}
23
20
You can’t perform that action at this time.
0 commit comments