Skip to content

Commit 6293210

Browse files
committed
changelog for 9.1.0
1 parent d8b4af2 commit 6293210

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/source/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@
44

55
Changes in IPython Parallel
66

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+
([full changelog](https://github.com/ipython/ipyparallel/compare/9.0.1...9.1.0))
14+
15+
#### New features added
16+
17+
- Task label feature refined [#983](https://github.com/ipython/ipyparallel/pull/983) ([@ottointhesky](https://github.com/ottointhesky), [@minrk](https://github.com/minrk))
18+
- Task label feature [#979](https://github.com/ipython/ipyparallel/pull/979) ([@ottointhesky](https://github.com/ottointhesky), [@minrk](https://github.com/minrk))
19+
- handle XPUB socket type in kernel protocol [#985](https://github.com/ipython/ipyparallel/pull/985) ([@minrk](https://github.com/minrk))
20+
21+
#### Bugs fixed
22+
23+
- 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))
24+
- ipykernel 7 support - take 2 [#947](https://github.com/ipython/ipyparallel/pull/947) ([@ianthomas23](https://github.com/ianthomas23), [@minrk](https://github.com/minrk))
25+
26+
#### Maintenance and upkeep improvements
27+
28+
- fix a couple of doc links [#976](https://github.com/ipython/ipyparallel/pull/976) ([@minrk](https://github.com/minrk))
29+
- require Python 3.10 [#954](https://github.com/ipython/ipyparallel/pull/954) ([@minrk](https://github.com/minrk))
30+
- dependabot: split major/minor js bumps [#940](https://github.com/ipython/ipyparallel/pull/940) ([@minrk](https://github.com/minrk))
31+
32+
#### Contributors to this release
33+
34+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
35+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
36+
37+
([GitHub contributors page for this release](https://github.com/ipython/ipyparallel/graphs/contributors?from=2025-03-03&to=2026-03-10&type=c))
38+
39+
@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))
40+
741
## 9.0
842

943
### 9.0.2 - 2025-10

0 commit comments

Comments
 (0)