Show More
@@ -2,6 +2,34 b'' | |||
|
2 | 2 | 8.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | ||
|
6 | .. _version 8.13: | |
|
7 | ||
|
8 | IPython 8.13 | |
|
9 | ------------ | |
|
10 | ||
|
11 | As usual for the end of the month, minor release of IPython. This release is | |
|
12 | significant in that it not only has a number of bugfixes, but also drop support | |
|
13 | for Python 3.8 as per NEP 29 (:ghpull:`14023`). | |
|
14 | ||
|
15 | All the critical bugfixes have been backported onto the 8.12.1 release (see | |
|
16 | below). In addition to that went into 8.12.1 you'll find: | |
|
17 | ||
|
18 | - Pretty reprensentation for ``Counter`` has been fixed to match the Python one | |
|
19 | and be in decreasing order. :ghpull:`14032` | |
|
20 | - Module completion is better when jedi is disabled :ghpull:`14029`. | |
|
21 | - Improvment of ``%%bash`` magic that would get stuck :ghpull:`14019` | |
|
22 | ||
|
23 | ||
|
24 | We hope you enjoy this release an will maybe see you at JupyterCon in less than | |
|
25 | two weeks. | |
|
26 | ||
|
27 | As usual you can find the full list of PRs on GitHub under `the 8.12.1 milestone | |
|
28 | <https://github.com/ipython/ipython/milestone/115?closed=1>`__. | |
|
29 | ||
|
30 | Thanks to the D.E. Shaw group for the request and sponsoring the work. | |
|
31 | ||
|
32 | ||
|
5 | 33 | .. _version 8.12.1: |
|
6 | 34 | |
|
7 | 35 | IPython 8.12.1 |
General Comments 0
You need to be logged in to leave comments.
Login now