Ipykernel Versions Save

IPython Kernel for Jupyter

v6.29.4

1 month ago

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

2 months ago

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

3 months ago

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

v6.29.1

3 months ago

6.29.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @Haadem | @petervandenabeele | @pre-commit-ci

v6.29.0

4 months ago

6.29.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Revert "Enable ProactorEventLoop on windows for ipykernel" #1194 (@blink1073)
  • Make outputs go to correct cell when generated in threads/asyncio #1186 (@krassowski)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @ianthomas23 | @krassowski | @pre-commit-ci

v6.28.0

4 months ago

6.28.0

(Full Changelog)

Enhancements made

  • Enable ProactorEventLoop on windows for ipykernel #1184 (@NewUserHa)
  • Adds a flag in debug_info for the copyToGlobals support #1099 (@brichet)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @brichet | @dependabot | @ianthomas23 | @jjvraw | @NewUserHa | @pre-commit-ci

v6.27.1

5 months ago

6.27.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v6.27.0

5 months ago

6.27.0

(Full Changelog)

Enhancements made

  • Extend argument handling of do_execute with cell metadata #1169 (@jjvraw)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @jjvraw | @pre-commit-ci

v6.26.0

6 months ago

6.26.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot | @pre-commit-ci

v6.25.2

8 months ago

6.25.2

(Full Changelog)

Bugs fixed

  • Make iostream shutdown more robust #1143 (@blink1073)
  • Don't call QApplication.setQuitOnLastWindowClosed(False). #1142 (@anntzer)
  • Avoid starting IOPub background thread after it's been stopped #1137 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@anntzer | @blink1073 | @ccordoba12 | @minrk