Skip to content

Commit 23641a4

Browse files
committed
What's new 8.16
1 parent 5e5d07d commit 23641a4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/source/whatsnew/version8.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
8.x Series
33
============
44

5+
.. _version 8.16:
6+
7+
IPython 8.16
8+
------------
9+
10+
Small double release of IPython (with the 8.12.3 release notes just below).
11+
Mostly bug fixes and cleanups, and type annotations. Of interest for users:
12+
13+
- :ghpull:`14153` Fix a bug of the new iPdb chained traceback where some
14+
Exception would not have any traceback. (see upstream fix in CPython for more
15+
details).
16+
- :ghpull:`14163` Fix an error where semicolon would not suppress output.
17+
- :ghpull:`14168` Fix case with spurious message about event loops when using
18+
matplotlib.
19+
20+
As usual you can find the full list of PRs on GitHub under `the 8.16 milestone
21+
<https://github.com/ipython/ipython/milestone/121?closed=1>`__.
22+
23+
Thanks to the `D.E. Shaw group <https://www.deshaw.com/>`__ for the request and
24+
sponsoring the work.
25+
526
.. _version 8.12.3:
627

728
IPython 8.12.3

0 commit comments

Comments
 (0)