chore(deps): update dependency ipykernel to v7 #284
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.27.1->^7.0.0Release Notes
ipython/ipykernel (ipykernel)
v7.1.0Compare Source
IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using
%notebookmagic to save sessions as.ipynbfiles (#1435). This is enabled using the traitletZMQDisplayPublisher.store_display_historywhich 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.Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless
get_ipython().set_parent()is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#1451).This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#1458), kernels launched in new threads failing asserts (#1455), and
ContextVars persisting between cells (#1462). There is also a fix for keyboard interrupts on Windows (#1434).(Full Changelog)
Enhancements made
%notebookmagic #1435 (@Darshan808)Bugs fixed
Maintenance and upkeep improvements
Contributors to this release
(GitHub contributors page for this release)
@Carreau | @Darshan808 | @dfalbel | @ianthomas23 | @krassowski | @lumberbot-app | @minrk | @ptosco
v7.0.1Compare Source
IPykernel 7.0.1 is a bug fix release to support CPython 3.14.
(Full Changelog)
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @Carreau | @cclauss | @ianthomas23
v7.0.0Compare Source
IPykernel 7.0.0 is a major release containing experimental support for kernel subshells.
If not using subshells it is intended to be backward compatible with the 6.x branch, but there are some architectural changes which may break assumptions made in downstream libraries and hence this is identified as a major releases as it is potentially backwards incompatible. If you experience problems then please report them, and you can pin
ipykernel < 7if necessary.For further information and to report problems please see ipykernel 7.0.0 release with subshells (issue 1438).
(Full Changelog)
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Kernel._parent_identfor backward compatibility #1427 (@ianthomas23)__version__onmainbranch after branch manipulations #1419 (@ianthomas23)@flaky.flakydecorate with pytest fixture #1411 (@mgorny)anyio(oldmain) branch tomainbranch #1402 (@ianthomas23)Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@Carreau | @ccordoba12 | @davidbrochart | @dependabot | @fleming79 | @ianthomas23 | @krassowski | @mgorny | @minrk | @pankaj-bind | @pre-commit-ci
v6.31.0Compare Source
6.31.0
IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using
%notebookmagic to save sessions as.ipynbfiles. This is enabled using the traitletZMQDisplayPublisher.store_display_historywhich defaults to the previous behaviour ofFalse. This is a minor release rather than a patch release due to the addition of the new traitlet.(Full Changelog)
Enhancements made
%notebookmagic #1461 (@Darshan808)Maintenance and upkeep improvements
@flaky.flakydecorate with pytest fixture #1421 (@mgorny)Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @cclauss | @Darshan808 | @ianthomas23 | @krassowski | @lumberbot-app | @meeseeksmachine | @mgorny | @minrk
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.