Skip to content

Commit

Permalink
Backport PR ipython#14200: Update what's new for 8.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored and meeseeksmachine committed Oct 2, 2023
1 parent ff93866 commit 355cca6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/source/whatsnew/version8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,27 @@
============

.. _version 8.16:
.. _version 8.16.1:

IPython 8.16
------------
IPython 8.16, 8.16.1
--------------------

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>`__.
This PR is in 8.16.0 but reverted in 8.16.1, we'll rework the fix for 8.17

- :ghpull:`14163` Fix an error where semicolon would not suppress output.

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

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

0 comments on commit 355cca6

Please sign in to comment.