|
4 | 4 |
|
5 | 5 | Changes in IPython Parallel |
6 | 6 |
|
| 7 | +## 9.1 |
| 8 | + |
| 9 | +### 9.1.0 - 2026-03 |
| 10 | + |
| 11 | +9.1.0 introduces a new task labeling feature for filtering task results (Thanks, @ottointhesky!). |
| 12 | + |
| 13 | +9.1 requires Python >=3.10. |
| 14 | + |
| 15 | +([full changelog](https://github.com/ipython/ipyparallel/compare/9.0.1...9.1.0)) |
| 16 | + |
| 17 | +#### New features added |
| 18 | + |
| 19 | +- Task label feature refined [#983](https://github.com/ipython/ipyparallel/pull/983) ([@ottointhesky](https://github.com/ottointhesky), [@minrk](https://github.com/minrk)) |
| 20 | +- Task label feature [#979](https://github.com/ipython/ipyparallel/pull/979) ([@ottointhesky](https://github.com/ottointhesky), [@minrk](https://github.com/minrk)) |
| 21 | +- handle XPUB socket type in kernel protocol [#985](https://github.com/ipython/ipyparallel/pull/985) ([@minrk](https://github.com/minrk)) |
| 22 | + |
| 23 | +#### Bugs fixed |
| 24 | + |
| 25 | +- Use new serialization code for PyPy3.10+ 7.3.19+ [#934](https://github.com/ipython/ipyparallel/pull/934) ([@mgorny](https://github.com/mgorny), [@minrk](https://github.com/minrk)) |
| 26 | +- ipykernel 7 support - take 2 [#947](https://github.com/ipython/ipyparallel/pull/947) ([@ianthomas23](https://github.com/ianthomas23), [@minrk](https://github.com/minrk)) |
| 27 | + |
| 28 | +#### Maintenance and upkeep improvements |
| 29 | + |
| 30 | +- fix a couple of doc links [#976](https://github.com/ipython/ipyparallel/pull/976) ([@minrk](https://github.com/minrk)) |
| 31 | +- require Python 3.10 [#954](https://github.com/ipython/ipyparallel/pull/954) ([@minrk](https://github.com/minrk)) |
| 32 | +- dependabot: split major/minor js bumps [#940](https://github.com/ipython/ipyparallel/pull/940) ([@minrk](https://github.com/minrk)) |
| 33 | + |
| 34 | +#### Contributors to this release |
| 35 | + |
| 36 | +The following people contributed discussions, new ideas, code and documentation contributions, and review. |
| 37 | +See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports). |
| 38 | + |
| 39 | +([GitHub contributors page for this release](https://github.com/ipython/ipyparallel/graphs/contributors?from=2025-03-03&to=2026-03-10&type=c)) |
| 40 | + |
| 41 | +@ianthomas23 ([activity](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Aianthomas23+updated%3A2025-03-03..2026-03-10&type=Issues)) | @mgorny ([activity](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Amgorny+updated%3A2025-03-03..2026-03-10&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Aminrk+updated%3A2025-03-03..2026-03-10&type=Issues)) | @ottointhesky ([activity](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Aottointhesky+updated%3A2025-03-03..2026-03-10&type=Issues)) |
| 42 | + |
7 | 43 | ## 9.0 |
8 | 44 |
|
| 45 | +### 9.0.2 - 2025-10 |
| 46 | + |
| 47 | +([full changelog](https://github.com/ipython/ipyparallel/compare/9.0.1...9.0.2)) |
| 48 | + |
| 49 | +9.0.2 fixes compatibility with upcoming ipykernel 7 (as of alpha 3). |
| 50 | + |
9 | 51 | ### 9.0.1 - 2025-03 |
10 | 52 |
|
11 | 53 | ([full changelog](https://github.com/ipython/ipyparallel/compare/9.0.0...9.0.1)) |
|
0 commit comments