Show More
@@ -2,6 +2,33 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 7.25: | |
|
6 | ||
|
7 | IPython 7.25 | |
|
8 | ============ | |
|
9 | ||
|
10 | IPython 7.21 is a minor release that contains a singe bugfix, which is highly | |
|
11 | recommended for all users of ipdb, ipython debugger %debug magic and similar. | |
|
12 | ||
|
13 | Issuing commands like ``where`` from within the debugger would reset the | |
|
14 | local variables changes made by the user. It is interesting to look at the root | |
|
15 | cause of the issue as accessing an attribute (``frame.f_locals``) would trigger | |
|
16 | this side effects. | |
|
17 | ||
|
18 | Thanks in particular to the patience from the reporters at D.E. Shaw for their | |
|
19 | initial bug report that was due to a similar coding oversight in an extension, | |
|
20 | and who took time to debug and narrow down the problem. | |
|
21 | ||
|
22 | Thanks | |
|
23 | ------ | |
|
24 | ||
|
25 | Many thanks to all the contributors to this release you can find all individual | |
|
26 | contributions to this milestone `on github <https://github.com/ipython/ipython/milestone/89>`__. | |
|
27 | ||
|
28 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
29 | work on IPython and related libraries. | |
|
30 | ||
|
31 | ||
|
5 | 32 | .. _version 7.24: |
|
6 | 33 | |
|
7 | 34 | IPython 7.24 |
General Comments 0
You need to be logged in to leave comments.
Login now