|
| 1 | +# Changes |
| 2 | + |
| 3 | +This is a record of all past pytask-parallel releases and what went into them in reverse |
| 4 | +chronological order. Releases follow [semantic versioning](https://semver.org/) and all |
| 5 | +releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and |
| 6 | +[Anaconda.org](https://anaconda.org/conda-forge/pytask-parallel). |
| 7 | + |
| 8 | +## 0.1.2 - 2022-xx-xx |
| 9 | + |
| 10 | +- {pull}`36` adds a test for <https://github.com/pytask-dev/pytask/issues/216>. |
| 11 | + |
| 12 | +## 0.1.1 - 2022-02-08 |
| 13 | + |
| 14 | +- {pull}`30` removes unnecessary content from `tox.ini`. |
| 15 | +- {pull}`33` skips concurrent CI builds. |
| 16 | +- {pull}`34` deprecates Python 3.6 and adds support for Python 3.10. |
| 17 | + |
| 18 | +## 0.1.0 - 2021-07-20 |
| 19 | + |
| 20 | +- {pull}`19` adds `conda-forge` to the `README.rst`. |
| 21 | +- {pull}`22` add note that the debugger cannot be used together with pytask-parallel. |
| 22 | +- {pull}`24` replaces versioneer with setuptools-scm. |
| 23 | +- {pull}`25` aborts build and prints reports on `KeyboardInterrupt`. |
| 24 | +- {pull}`27` enables rich tracebacks from subprocesses. |
| 25 | + |
| 26 | +## 0.0.8 - 2021-03-05 |
| 27 | + |
| 28 | +- {pull}`17` fixes the unidentifiable version. |
| 29 | + |
| 30 | +## 0.0.7 - 2021-03-04 |
| 31 | + |
| 32 | +- {pull}`14` fixes some post-release issues. |
| 33 | +- {pull}`16` add dependencies to `setup.py` and changes the default backend to `loky`. |
| 34 | + |
| 35 | +## 0.0.6 - 2021-02-27 |
| 36 | + |
| 37 | +- {pull}`12` replaces all occurrences of `n_processes` with `n_workers`. |
| 38 | +- {pull}`13` adds a license, versioneer, and allows publishing on PyPI. |
| 39 | + |
| 40 | +## 0.0.5 - 2020-12-28 |
| 41 | + |
| 42 | +- {pull}`5` fixes the CI and other smaller issues. |
| 43 | +- {pull}`8` aligns pytask-parallel with task priorities in pytask v0.0.11. |
| 44 | +- {pull}`9` enables --max-failures. Closes {issue}`7`. |
| 45 | +- {pull}`10` releases v0.0.5. |
| 46 | + |
| 47 | +## 0.0.4 - 2020-10-30 |
| 48 | + |
| 49 | +- {pull}`4` implement an executor with `loky`. |
| 50 | + |
| 51 | +## 0.0.3 - 2020-09-12 |
| 52 | + |
| 53 | +- {pull}`3` align the program with pytask v0.0.6. |
| 54 | + |
| 55 | +## 0.0.2 - 2020-08-12 |
| 56 | + |
| 57 | +- {pull}`1` prepares the plugin for pytask v0.0.5. |
| 58 | +- {pull}`2` better parsing and callbacks. |
| 59 | + |
| 60 | +## 0.0.1 - 2020-07-17 |
| 61 | + |
| 62 | +- Initial commit which combined the whole effort to release v0.0.1. |
0 commit comments