Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's new 8.16 #14180

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/source/whatsnew/version8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
8.x Series
============

.. _version 8.16:

IPython 8.16
------------

Small double release of IPython (with the 8.12.3 release notes just below).
Mostly bug fixes and cleanups, and type annotations. Of interest for users:

- :ghpull:`14153` Fix a bug of the new iPdb chained traceback where some
Exception would not have any traceback. (see upstream fix in CPython for more
details).
- :ghpull:`14163` Fix an error where semicolon would not suppress output.
- :ghpull:`14168` Fix case with spurious message about event loops when using
matplotlib.

As usual you can find the full list of PRs on GitHub under `the 8.16 milestone
<https://github.com/ipython/ipython/milestone/121?closed=1>`__.

Thanks to the `D.E. Shaw group <https://www.deshaw.com/>`__ for the request and
sponsoring the work.

.. _version 8.12.3:

IPython 8.12.3
Expand Down