This is a record of all past pytask-parallel releases and what went into them in reverse chronological order. Releases follow semantic versioning and all releases are available on PyPI and Anaconda.org.
- {pull}
85
simplifies code since loky is a dependency. - {pull}
86
adds support for dask. - {pull}
88
updates handlingTraceback
. - {pull}
89
restructures the package. - {pull}
92
redirects stdout and stderr from processes and loky and shows them in error reports. - {pull}
93
adds documentation on readthedocs. - {pull}
94
implementsParallelBackend.NONE
as the default backend. - {pull}
95
formalizes parallel backends and apply wrappers for backends with threads or processes automatically. - {pull}
96
handles local paths with remote executors.PathNode
s are not supported as dependencies or products (except for return annotations). - {pull}
99
changes that all ready tasks are being scheduled. It improves interactions with adaptive scaling. {issue}98
does handle the resulting issues: no strong adherence to priorities, no pending status. - {pull}
100
adds project management with rye. - {pull}
101
adds syncing for local paths as dependencies or products in remote environments with the same OS. - {pull}
102
implements a pending status for scheduled but not started tasks. - {pull}
106
fixes {pull}99
such that only when there are coiled functions, all ready tasks are submitted. - {pull}
107
removes status frompytask_execute_task_log_start
hook call.
- {pull}
72
moves the project topyproject.toml
. - {pull}
75
updates the release strategy. - {pull}
79
add tests for Jupyter and fix parallelization withPythonNode
s. - {pull}
80
adds support for partialed functions. - {pull}
82
fixes testing with pytask v0.4.5.
- {pull}
62
deprecates Python 3.7. - {pull}
64
aligns pytask-parallel with pytask v0.4.0rc2. - {pull}
66
deactivates parallelization for dry-runs. - {pull}
67
fixes parallelization with partialed task functions. - {pull}
68
raises more informative error message whenbreakpoint()
was uses when parallelizing with processes or loky.
- {pull}
56
refactors theProcessPoolExecutor
. - {pull}
57
does some housekeeping. - {pull}
59
sets the default backend toProcessPoolExecutor
even when loky is installed.
- {pull}
50
deprecates INI configurations and aligns the package with pytask v0.3. - {pull}
51
adds ruff and refurb.
- {pull}
43
adds docformatter. - {pull}
44
allows to capture warnings from subprocesses. Fixes {issue}41
. - {pull}
45
replaces the delay command line option with an internal, dynamic parameter. Fixes {issue}41
. - {pull}
46
adds a dynamic sleep duration during the execution. Fixes {issue}42
.
- {pull}
31
adds types to the package. - {pull}
36
adds a test for pytask-dev/pytask#216. - {pull}
37
aligns pytask-parallel with pytask v0.2.
- {pull}
30
removes unnecessary content fromtox.ini
. - {pull}
33
skips concurrent CI builds. - {pull}
34
deprecates Python 3.6 and adds support for Python 3.10.
- {pull}
19
addsconda-forge
to theREADME.rst
. - {pull}
22
add note that the debugger cannot be used together with pytask-parallel. - {pull}
24
replaces versioneer with setuptools-scm. - {pull}
25
aborts build and prints reports onKeyboardInterrupt
. - {pull}
27
enables rich tracebacks from subprocesses.
- {pull}
17
fixes the unidentifiable version.
- {pull}
14
fixes some post-release issues. - {pull}
16
add dependencies tosetup.py
and changes the default backend toloky
.
- {pull}
12
replaces all occurrences ofn_processes
withn_workers
. - {pull}
13
adds a license, versioneer, and allows publishing on PyPI.
- {pull}
5
fixes the CI and other smaller issues. - {pull}
8
aligns pytask-parallel with task priorities in pytask v0.0.11. - {pull}
9
enables --max-failures. Closes {issue}7
. - {pull}
10
releases v0.0.5.
- {pull}
4
implement an executor withloky
.
- {pull}
3
align the program with pytask v0.0.6.
- {pull}
1
prepares the plugin for pytask v0.0.5. - {pull}
2
better parsing and callbacks.
- Initial commit which combined the whole effort to release v0.0.1.