Show More
@@ -2,6 +2,47 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 7.29: | |
|
6 | ||
|
7 | IPython 7.29 | |
|
8 | ============ | |
|
9 | ||
|
10 | ||
|
11 | IPython 7.29 brings a couple of new functionalities to IPython and a number of bugfixes. | |
|
12 | It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests. | |
|
13 | ||
|
14 | ||
|
15 | - fix an issue where base64 was returned instead of bytes when showing figures :ghpull:`13162` | |
|
16 | - fix compatibility with PyQt6, PySide 6 :ghpull:`13172`. This may be of | |
|
17 | interest if you are running on Apple Silicon as only qt6.2+ is natively | |
|
18 | compatible. | |
|
19 | - fix matplotlib qtagg eventloop :ghpull:`13179` | |
|
20 | - Multiple docs fixes, typos, ... etc. | |
|
21 | - Debugger will now exit by default on SigInt :ghpull:`13218`, this will be | |
|
22 | useful in notebook/lab if you forgot to exit the debugger. "Interrupt Kernel" | |
|
23 | will now exist the debugger. | |
|
24 | ||
|
25 | It give Pdb the ability to skip code in decorators. If functions contain a | |
|
26 | special value names ``__debuggerskip__ = True|False``, the function will not be | |
|
27 | stepped into, and Pdb will step into lower frames only if the value is set to | |
|
28 | ``False``. The exact behavior is still likely to have corner cases and will be | |
|
29 | refined in subsequent releases. Feedback welcome. See the debugger module | |
|
30 | documentation for more info. Thanks to the `D. E. Shaw | |
|
31 | group <https://deshaw.com/>`__ for funding this feature. | |
|
32 | ||
|
33 | The main branch of IPython is receiving a number of changes as we received a | |
|
34 | `NumFOCUS SDG <https://numfocus.org/programs/small-development-grants>`__ | |
|
35 | ($4800), to help us finish replacing ``nose`` by ``pytest``, and make IPython | |
|
36 | future proof with an 8.0 release. | |
|
37 | ||
|
38 | ||
|
39 | Many thanks to all the contributors to this release. You can find all individual | |
|
40 | contributions to this milestone `on github | |
|
41 | <https://github.com/ipython/ipython/milestone/92>`__. | |
|
42 | ||
|
43 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
44 | work on IPython and related libraries. | |
|
45 | ||
|
5 | 46 | |
|
6 | 47 | .. _version 7.28: |
|
7 | 48 |
General Comments 0
You need to be logged in to leave comments.
Login now