File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 2
2
8.x Series
3
3
============
4
4
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
+
5
26
.. _version 8.12.3 :
6
27
7
28
IPython 8.12.3
You can’t perform that action at this time.
0 commit comments