Show More
@@ -2,6 +2,28 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 713: | |
|
6 | ||
|
7 | IPython 7.13 | |
|
8 | ============ | |
|
9 | ||
|
10 | IPython 7.13 is the first release of the 7.x branch since master is diverging | |
|
11 | toward an 8.0. Exiting new features have already been merged in 8.0 and will | |
|
12 | not be available on the 7.x branch. All the changes bellow have been backported | |
|
13 | from the master branch. | |
|
14 | ||
|
15 | ||
|
16 | - Fix inability to run PDB when inside an event loop :ghpull:`12141` | |
|
17 | - Fix ability to interrupt some processes on windows :ghpull:`12137` | |
|
18 | - Fix debugger shortcuts :ghpull:`12132` | |
|
19 | - improve tab completion when inside a string by removing irrelevant elements :ghpull:`12128` | |
|
20 | - Fix display of filename tab completion when the path is long :ghpull:`12122` | |
|
21 | - Many removal of Python 2 specific code path :ghpull:`12110` | |
|
22 | - displaying wav files do not require NumPy anymore, and is 5x to 30x faster :ghpull:`12113` | |
|
23 | ||
|
24 | See the list of all closed issues and pull request on `github | |
|
25 | <https://github.com/ipython/ipython/pulls?q=is%3Aclosed+milestone%3A7.13>`_. | |
|
26 | ||
|
5 | 27 | .. _version 712: |
|
6 | 28 | |
|
7 | 29 | IPython 7.12 |
General Comments 0
You need to be logged in to leave comments.
Login now