Skip to content

Releases: ipython/ipykernel

v6.11.0

31 Mar 10:30
Compare
Choose a tag to compare

6.11.0

(Full Changelog)

Enhancements made

  • Include method signatures in experimental completion results #895 (@MrBago)
  • Try to pass cell id to executing kernel. #886 (@Carreau)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @MrBago | @SylvainCorlay

v6.10.0

28 Mar 13:53
Compare
Choose a tag to compare

6.10.0

(Full Changelog)

Enhancements made

  • Improve performance of stderr and stdout stream buffer #888 (@MrBago)

Bugs fixed

  • Check if the current thread is the io thread #884 (@jamadeo)

Maintenance and upkeep improvements

Documentation improvements

  • Add precision about subprocess stdout/stderr capturing #883 (@lesteve)

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @jamadeo | @lesteve | @MrBago | @SylvainCorlay

v6.9.2

14 Mar 11:24
Compare
Choose a tag to compare

6.9.2

(Full Changelog)

Bugs fixed

  • Catch error when shutting down kernel from the control channel #877 (@ccordoba12)
  • Only kill children in process group at shutdown #874 (@minrk)
  • BUG: Kill subprocesses on shutdown. #869 (@Carreau)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @ccordoba12 | @echarles | @fabioz | @minrk | @vidartf

v6.9.1

15 Feb 15:55
Compare
Choose a tag to compare

6.9.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @echarles | @minrk

v6.9.0

07 Feb 17:22
Compare
Choose a tag to compare

6.9.0

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @JohanMabille | @minrk

v6.8.0

01 Feb 23:44
Compare
Choose a tag to compare

6.8.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @echarles | @JohanMabille

v6.7.0

13 Jan 15:22
Compare
Choose a tag to compare

6.7.0

(Full Changelog)

Enhancements made

  • Add usage_request and usage_reply based on psutil #805 (@echarles)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @echarles | @fcollonval | @JohanMabille | @kycutler

v6.6.1

03 Jan 21:11
Compare
Choose a tag to compare

6.6.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @ccordoba12 | @fcollonval | @impact27 | @ivanov | @penguinolog

v6.6.0

01 Dec 13:26
Compare
Choose a tag to compare

6.6.0

(Full Changelog)

Enhancements made

  • Set debugOptions for breakpoints in python standard library source #812 (@echarles)
  • Send omit_sections to IPython to choose which sections of documentation you do not want #809 (@fasiha)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dlukes | @echarles | @fasiha | @JohanMabille | @Kojoley

v6.5.1

18 Nov 22:43
Compare
Choose a tag to compare

6.5.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @Carreau | @eastonsuo