Show More
@@ -2,6 +2,36 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 719: | |
|
6 | ||
|
7 | IPython 7.19 | |
|
8 | ============ | |
|
9 | ||
|
10 | IPython 7.19 accumulative two month of works, bug fixes and improvements, there | |
|
11 | was exceptionally no release last month. | |
|
12 | ||
|
13 | - Fix to restore the ability to specify more than one extension using command | |
|
14 | line flags when using traitlets 5.0 :ghpull:`12543` | |
|
15 | - Docs docs formatting that make the install commands work on zsh | |
|
16 | :ghpull:`12587` | |
|
17 | - Always display the last frame in tracebacks even if hidden with | |
|
18 | ``__traceback_hide__`` :ghpull:`12601` | |
|
19 | - Avoid an issue where a callback can be registered multiple times. | |
|
20 | :ghpull:`12625` | |
|
21 | - Avoid an issue in debugger mode where frames changes could be lost. | |
|
22 | :ghpull:`12627` | |
|
23 | ||
|
24 | - Never hide the frames that invoke a debugger, even if marked as hidden by | |
|
25 | ``__traceback_hide__`` :ghpull:`12631` | |
|
26 | - Fix calling the debugger in a recursive manner :ghpull:`12659` | |
|
27 | ||
|
28 | ||
|
29 | A number of code changes have landed on master and we are getting close to | |
|
30 | enough new features and codebase improvement that a 8.0 start to make sens. | |
|
31 | For downstream packages, please start working on migrating downstream testing | |
|
32 | away from iptest and using pytest, as nose will not work on Python 3.10 and we | |
|
33 | will likely start removing it as a dependency for testing. | |
|
34 | ||
|
5 | 35 | .. _version 718: |
|
6 | 36 | |
|
7 | 37 | IPython 7.18 |
General Comments 0
You need to be logged in to leave comments.
Login now