Skip to content

Releases: ipython/ipykernel

v7.0.0a2

13 Aug 09:52
Compare
Choose a tag to compare
v7.0.0a2 Pre-release
Pre-release

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

v6.30.1

04 Aug 15:47
Compare
Choose a tag to compare

6.30.1

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.

(Full Changelog)

Bugs fixed

  • Correct use of asyncio.Lock to process a single control message at a time #1416 (@ianthomas23)

Maintenance and upkeep improvements

  • Backport: Remove links in changelog to github milestones that no longer exist #1417 (@ianthomas23)

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23

v6.30.0

21 Jul 10:36
Compare
Choose a tag to compare

6.30.0

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.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @ccordoba12 | @davidbrochart | @dby-tmwctw | @gregory-shklover | @ianthomas23 | @ivanov | @jasongrout | @krassowski | @meeseeksmachine | @minrk | @nathanmcavoy | @s-t-e-v-e-n-k

v6.30.0a0

05 Jun 15:42
Compare
Choose a tag to compare
v6.30.0a0 Pre-release
Pre-release

6.30.0a0

Pre-release to allow further testing of subshell implementation.

(Full Changelog)

Enhancements made

Bugs fixed

  • [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_shell" #1395 (@dby-tmwctw)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @ccordoba12 | @davidbrochart | @dby-tmwctw | @ianthomas23 | @ivanov | @jasongrout | @krassowski | @meeseeksmachine | @minrk

v7.0.0a1

07 Mar 08:36
Compare
Choose a tag to compare
v7.0.0a1 Pre-release
Pre-release

7.0.0a1

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Deprecated features

  • Remove deprecated modules since 4.3 (2016). #1352 (@Carreau)
  • Suggest to make implementations of some function always return awaitable #1295 (@Carreau)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@Carreau | [@ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2024-10-22..2025-03-07&type...

Read more

v7.0.0a0

22 Oct 08:26
Compare
Choose a tag to compare
v7.0.0a0 Pre-release
Pre-release

7.0.0a0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@agronholm | @blink1073 | @bluss | @Carreau | @davidbrochart | @gregory-shklover | @hroncok | @ianthomas23 | @ivanov | @krassowski | @maartenbreddels | @minrk | @mlucool | @s-t-e-v-e-n-k

v6.29.5

01 Jul 14:07
Compare
Choose a tag to compare

6.29.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @ianthomas23

v6.29.4

27 Mar 22:25
Compare
Choose a tag to compare

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@agronholm | @blink1073 | @davidbrochart | @krassowski | @minrk

v6.29.3

26 Feb 20:27
Compare
Choose a tag to compare

6.29.3

(Full Changelog)

Enhancements made

  • Eventloop scheduling improvements for stop_on_error_timeout and schedule_next #1212 (@jdranczewski)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @ccordoba12 | @jdranczewski | @joouha | @krassowski

v6.29.2

07 Feb 13:43
Compare
Choose a tag to compare

6.29.2

(Full Changelog)

Bugs fixed

  • Fix: ipykernel_launcher, delete absolute sys.path[0] #1206 (@stdll00)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@ianthomas23 | @stdll00