Skip to content

Prepare release of v0.5. #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
[Anaconda.org](https://anaconda.org/conda-forge/pytask-parallel).

## 0.5.0 - 2024-xx-xx
## 0.5.0 - 2024-05-26

- {pull}`85` simplifies code since loky is a dependency.
- {pull}`86` adds support for dask.
Expand All @@ -29,6 +29,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
tasks are submitted.
- {pull}`107` removes status from `pytask_execute_task_log_start` hook call.
- {pull}`109` improves the documentation.
- {pull}`110` prepares the release of v0.5.

## 0.4.1 - 2024-01-12

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"cloudpickle",
"loky",
"pluggy>=1.0.0",
"pytask>=0.4.5",
"pytask>=0.5.0",
"rich",
]
dynamic = ["version"]
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ package = editable
[testenv:typing]
deps =
mypy
git+https://github.com./pytask-dev/pytask.git@main
extras =
dask
coiled
commands = mypy

[testenv:test]
extras = test
deps =
git+https://github.com./pytask-dev/pytask.git@main
commands =
pytest {posargs}

Expand Down
Loading