Show More
@@ -2,6 +2,27 b'' | |||||
2 | 8.x Series |
|
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 | .. _version 8.12.3: |
|
26 | .. _version 8.12.3: | |
6 |
|
27 | |||
7 | IPython 8.12.3 |
|
28 | IPython 8.12.3 |
General Comments 0
You need to be logged in to leave comments.
Login now