Skip to content

Commit 7934299

Browse files
authored
Merge pull request #991 from minrk/91cl
changelog for 9.1
2 parents bc1d3b6 + 83cb420 commit 7934299

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

docs/source/changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,50 @@
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+
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+
743
## 9.0
844

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+
951
### 9.0.1 - 2025-03
1052

1153
([full changelog](https://github.com/ipython/ipyparallel/compare/9.0.0...9.0.1))

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ classifiers = [
2929
"Intended Audience :: Science/Research",
3030
"License :: OSI Approved :: BSD License",
3131
"Programming Language :: Python",
32-
"Programming Language :: Python :: 3.8",
3332
]
3433
urls = {Homepage = "https://ipython.org"}
3534
requires-python = ">=3.10"

0 commit comments

Comments
 (0)