Skip to content

Releases: ipython/ipykernel

v7.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:41

7.3.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@adityawasudeo (activity) | @Carreau (activity) | @erawn (activity) | @goelakash (activity) | @ianthomas23 (activity) | @JohanMabille (activity) | @krassowski (activity) | @minrk (activity) | @P4X-ng (activity) | @pelson (activity) | @rgbkrk (activity)

v7.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 16:43

7.2.0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@arjxn-py (activity) | @Carreau (activity) | @ccordoba12 (activity) | @ianthomas23 (activity) | @JohanMabille (activity) | @minrk (activity) | @newville (activity) | @SylvainCorlay (activity)

v7.2.0a1

v7.2.0a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jan 10:36

7.2.0a1

(Full Changelog)

New features added

Enhancements made

Maintenance and upkeep improvements

  • Update pytest requirement from <9,>=7.0 to >=7.0,<10 in the actions group across 1 directory #1489 (@JohanMabille)

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@ianthomas23 (activity) | @JohanMabille (activity) | @SylvainCorlay (activity)

v7.2.0a0

v7.2.0a0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jan 11:03

7.2.0a0

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@arjxn-py (activity) | @Carreau (activity) | @ianthomas23 (activity) | @JohanMabille (activity) | @newville (activity) | @SylvainCorlay (activity)

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 09:46

7.1.0

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#1435). 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.

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

Bugs fixed

  • fix ContextVar persistence across cells #1462 (@minrk)
  • Fix matplotlib eventloops #1458 (@ianthomas23)
  • Refer to kernel launching thread instead of assuming the main thread #1455 (@dfalbel)
  • Fix routing of background thread output when no parent is set explicitly #1451 (@minrk)
  • Fix KeyboardInterrupt on Windows by manually resetting interrupt event #1434 (@ptosco)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @Darshan808 | @dfalbel | @ianthomas23 | @krassowski | @lumberbot-app | @minrk | @ptosco

v6.31.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 11:42

6.31.0

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.

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @cclauss | @Darshan808 | @ianthomas23 | @krassowski | @lumberbot-app | @meeseeksmachine | @mgorny | @minrk

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Oct 16:17

7.0.1

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.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 11:23

7.0.0

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 < 7 if 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

  • Forward port from 6.x: Correct use of asyncio.Lock to process a single control message at a time #1418 (@ianthomas23)
  • Cache separate headers on subshell threads #1414 (@ianthomas23)

Maintenance and upkeep improvements

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

v7.0.0a3

v7.0.0a3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Oct 12:11

7.0.0a3

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @ccordoba12 | @davidbrochart | @dependabot | @ianthomas23 | @krassowski | @pankaj-bind

v7.0.0a2

v7.0.0a2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:52

7.0.0a2

Pre-release of ipykernel with experimental subshell support on top of tornado/asyncio. The previous version 7 pre-releases used anyio but that will no longer be in ipykernel 7.

Note the changelog here is not correct, presumably due to the recent branch renaming. For the full release this will have to be manually curated so that it is accurate. The "Full Changelog" link below is accurate.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Read more