@@ -12,15 +12,15 @@ IPython 7.29 brings a couple of new functionalities to IPython and a number of b
1212It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests.
1313
1414
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.
2424
2525It give Pdb the ability to skip code in decorators. If functions contain a
2626special value names ``__debuggerskip__ = True|False ``, the function will not be
@@ -38,7 +38,7 @@ future proof with an 8.0 release.
3838
3939Many thanks to all the contributors to this release. You can find all individual
4040contributions to this milestone `on github
41- <https://github.com/ipython/ipython/milestone/92 > `__.
41+ <https://github.com/ipython/ipython/milestone/93 > `__.
4242
4343Thanks as well to the `D. E. Shaw group <https://deshaw.com/ >`__ for sponsoring
4444work on IPython and related libraries.
0 commit comments