Show More
@@ -12,15 +12,15 b' IPython 7.29 brings a couple of new functionalities to IPython and a number of b' | |||
|
12 | 12 | It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests. |
|
13 | 13 | |
|
14 | 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. | |
|
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 | 24 | |
|
25 | 25 | It give Pdb the ability to skip code in decorators. If functions contain a |
|
26 | 26 | special value names ``__debuggerskip__ = True|False``, the function will not be |
@@ -38,7 +38,7 b' future proof with an 8.0 release.' | |||
|
38 | 38 | |
|
39 | 39 | Many thanks to all the contributors to this release. You can find all individual |
|
40 | 40 | contributions to this milestone `on github |
|
41 |
<https://github.com/ipython/ipython/milestone/9 |
|
|
41 | <https://github.com/ipython/ipython/milestone/93>`__. | |
|
42 | 42 | |
|
43 | 43 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring |
|
44 | 44 | work on IPython and related libraries. |
General Comments 0
You need to be logged in to leave comments.
Login now