You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+
## 6.31.0
6
+
7
+
IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using `%notebook` magic to save sessions as `.ipynb` files. This is enabled using the traitlet `ZMQDisplayPublisher.store_display_history` which defaults to the previous behaviour of `False`. This is a minor release rather than a patch release due to the addition of the new traitlet.
- Backport PR #1435: Store display outputs in history for `%notebook` magic [#1461](https://github.com/ipython/ipykernel/pull/1461) ([@Darshan808](https://github.com/Darshan808))
14
+
15
+
### Maintenance and upkeep improvements
16
+
17
+
- Backport PR #1453: update tests for 3.14 [#1460](https://github.com/ipython/ipykernel/pull/1460) ([@minrk](https://github.com/minrk))
18
+
- Backport PR #1444: Test on PyPy 3.11 instead of 3.10 [#1459](https://github.com/ipython/ipykernel/pull/1459) ([@cclauss](https://github.com/cclauss))
19
+
- 6.x: Update PEP-639 license values in pyproject.toml [#1446](https://github.com/ipython/ipykernel/pull/1446) ([@bollwyvl](https://github.com/bollwyvl))
This is a bugfix release to fix a significant bug introduced in 6.30.0 that allowed control messages to be handled concurrently rather than sequentially which broke debugging in JupyterLab and VSCode.
@@ -22,8 +47,6 @@ This is a bugfix release to fix a significant bug introduced in 6.30.0 that allo
This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to `ipykernel < 7`.
0 commit comments