##// END OF EJS Templates
Update what's new for 8.16.1
Matthias Bussonnier -
Show More
@@ -3,9 +3,10 b''
3 3 ============
4 4
5 5 .. _version 8.16:
6 .. _version 8.16.1:
6 7
7 IPython 8.16
8 ------------
8 IPython 8.16, 8.16.1
9 --------------------
9 10
10 11 Small double release of IPython (with the 8.12.3 release notes just below).
11 12 Mostly bug fixes and cleanups, and type annotations. Of interest for users:
@@ -13,12 +14,16 b' Mostly bug fixes and cleanups, and type annotations. Of interest for users:'
13 14 - :ghpull:`14153` Fix a bug of the new iPdb chained traceback where some
14 15 Exception would not have any traceback. (see upstream fix in CPython for more
15 16 details).
16 - :ghpull:`14163` Fix an error where semicolon would not suppress output.
17 17 - :ghpull:`14168` Fix case with spurious message about event loops when using
18 18 matplotlib.
19 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>`__.
20 This PR is in 8.16.0 but reverted in 8.16.1, we'll rework the fix for 8.17
21
22 - :ghpull:`14163` Fix an error where semicolon would not suppress output.
23
24 As usual you can find the full list of PRs on GitHub under `the 8.16
25 <https://github.com/ipython/ipython/milestone/121?closed=1>`__ and `8.16.1 milestone
26 <https://github.com/ipython/ipython/milestone/124?closed=1>`__.
22 27
23 28 Thanks to the `D.E. Shaw group <https://www.deshaw.com/>`__ for the request and
24 29 sponsoring the work.
General Comments 0
You need to be logged in to leave comments. Login now