Skip to content

Releases: ipython/ipykernel

v6.15.3

13 Sep 15:31
Compare
Choose a tag to compare

6.15.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@impact27 | @JohanMabille | @pre-commit-ci | @steff456

v6.15.2

29 Aug 16:46
Compare
Choose a tag to compare

6.15.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci | @rayosborn | @rhelmot

v6.15.1

08 Jul 10:58
Compare
Choose a tag to compare

6.15.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

v6.15.0

15 Jun 16:50
Compare
Choose a tag to compare

6.15.0

(Full Changelog)

Bugs fixed

  • Fix compatibility with tornado 6.2 beta #956 (@minrk)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@minrk | @pre-commit-ci

v6.14.0

13 Jun 16:29
Compare
Choose a tag to compare

6.14.0

(Full Changelog)

Enhancements made

Bugs fixed

  • use pss memory info type if available for the resource usage reply #948 (@echarles)
  • Ensure psutil for the process is accurate #937 (@echarles)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @echarles | @nishikantparmariam | @pre-commit-ci

v6.13.1

06 Jun 18:48
Compare
Choose a tag to compare

6.13.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @davidbrochart | @fabioz | @fcollonval | @pre-commit-ci

v6.13.0

11 Apr 09:22
Compare
Choose a tag to compare

6.13.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@andia89 | @blink1073 | @echarles | @meeseeksdev | @pre-commit-ci | @tlinhart

v6.12.1

04 Apr 13:17
Compare
Choose a tag to compare

6.12.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v6.12.0

04 Apr 10:01
Compare
Choose a tag to compare

6.12.0

(Full Changelog)

Enhancements made

  • use packaging instead of pkg_resources to parse versions #900 (@minrk)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @bollwyvl | @minrk

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