Skip to content

Releases: ipython/ipykernel

Release v6.3.0

Choose a tag to compare

@blink1073 blink1073 released this 30 Aug 12:01

6.3

6.3.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @blink1073 | @Carreau | @ccordoba12 | @davidbrochart | @JohanMabille | @kevin-bates | @minrk | @SylvainCorlay

6.2.0

Choose a tag to compare

@blink1073 blink1073 released this 16 Aug 09:11

Enhancements made

  • Add Support for Message Based Interrupt #741 (@afshin)

Maintenance and upkeep improvements

6.1.0

Choose a tag to compare

@blink1073 blink1073 released this 12 Aug 11:48

Enhancements made

Maintenance and upkeep improvements

  • Bump importlib-metadata limit for python<3.8 #738 (@ltalirz)

Bug Fixes

6.0.3

Choose a tag to compare

@blink1073 blink1073 released this 19 Jul 17:13
  • KernelApp: rename ports variable to avoid override #731 (@amorenoz)

6.0.2

Choose a tag to compare

@blink1073 blink1073 released this 15 Jul 11:01

Bugs fixed

Maintenance and upkeep improvements

6.0.1

Choose a tag to compare

@blink1073 blink1073 released this 02 Jul 11:27

6.0.0

Choose a tag to compare

@blink1073 blink1073 released this 30 Jun 10:32

(Full Changelog)

IPykernel 6.0 is the first major release in about two years, that brings a number of improvements, code cleanup, and new
features to IPython.

You should be able to view all closed issues and merged Pull Request for this
milestone on
GitHub
,
as for any major releases, we advise greater care when updating that for minor
release and welcome any feedback (~50 Pull-requests).

IPykernel 6 should contain all changes of the 5.x series, in addition to the
following non-exhaustive changes.

  • Support for the debugger protocol, when using JupyterLab, RetroLab or any
    frontend supporting the debugger protocol you should have access to the
    debugger functionalities.

  • The control channel on IPykernel 6.0 is run in a separate thread, this may
    change the order in which messages are processed, though this change was necessary
    to accommodate the debugger.

  • We now have a new dependency: matplotlib-inline, this helps to separate the
    circular dependency between IPython/IPykernel and matplotlib.

  • All outputs to stdout/stderr should now be captured, including subprocesses
    and output of compiled libraries (blas, lapack....). In notebook
    server, some outputs that would previously go to the notebooks logs will now
    both head to notebook logs and in notebooks outputs. In terminal frontend
    like Jupyter Console, Emacs or other, this may ends up as duplicated outputs.

  • coroutines are now native (async-def) , instead of using tornado's
    @gen.coroutine

  • OutStreams can now be configured to report istty() == True, while this
    should make some output nicer (for example colored), it is likely to break
    others. Use with care.

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Misc Updates to changelog for 6.0 #686 (@Carreau)
  • Add 5.5.x Changelog entries #672 (@blink1073)
  • Build docs only on ubuntu: add jobs to check docstring format...
Read more

6.0.0rc2

6.0.0rc2 Pre-release
Pre-release

Choose a tag to compare

@blink1073 blink1073 released this 24 Jun 15:36

(Full Changelog)

Bugs fixed

  • Remove references to deprecated ipyparallel #695 (@minrk)

Contributors to this release

(GitHub contributors page for this release)

@minrk

6.0.0rc1

6.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@blink1073 blink1073 released this 22 Jun 15:22

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Remove pin on Jedi because that was already fixed in IPython #692 (@ccordoba12)
  • Remove deprecated source parameter since 4.0.1 (2015) #690 (@Carreau)
  • Remove deprecated SocketABC since 4.5.0 #689 (@Carreau)
  • Remove deprecated profile options of connect.py #688 (@Carreau)
  • Remove ipykernel.codeutil deprecated since IPykernel 4.3.1 (Feb 2016) #687 (@Carreau)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@Carreau | @ccordoba12 | @impact27

6.0.0rc0

6.0.0rc0 Pre-release
Pre-release

Choose a tag to compare

@blink1073 blink1073 released this 09 Jun 16:27

(Full Changelog)

New features added

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@afshin | @blink1073 | @Carreau | @ccordoba12 | @davidbrochart | @dsblank | @glentakahashi | @impact27 | @ivanov | @jkablan | @JohanMabille | @kevin-bates | @marcoamonteiro | @martinRenou | @mehaase | @minrk | @mlucool | [@MSeal](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AMSea...

Read more