Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matthias Bussonnier
- Fri, 01 Sep 2023 12:39:54
Show More
IPython/core/release.py
0
+1
-1
@@
-20,7
+20,7
b' _version_minor = 15'
20
_version_patch = 0
20
_version_patch = 0
21
_version_extra = ".dev"
21
_version_extra = ".dev"
22
# _version_extra = "rc1"
22
# _version_extra = "rc1"
23
# _version_extra = "" # Uncomment this for full releases
23
_version_extra = "" # Uncomment this for full releases
24
24
25
# Construct full version string from these.
25
# Construct full version string from these.
26
_ver = [ _version_major , _version_minor , _version_patch ]
26
_ver = [ _version_major , _version_minor , _version_patch ]
docs/source/whatsnew/version8.rst
0
+10
0
@@
-25,6
+25,16
b' Among other, IPython 8.15:'
25
changed :ghpull: `14119`
25
changed :ghpull: `14119`
26
- Fix multiple issues with matplotlib interactive mode, qt5/qt6 :ghpull: `14128`
26
- Fix multiple issues with matplotlib interactive mode, qt5/qt6 :ghpull: `14128`
27
27
28
Support for PEP-678 Exception Notes
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
31
Ultratb now shows :pep: `678` notes, improving your debugging experience on
32
Python 3.11+ or with libraries such as Pytest and Hypothesis.
33
34
Native fallback for displaying ExceptionGroup
35
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
ExceptionGroups are now displayed with ``traceback.print_exc`` , as a temporary fix until UltraTB properly supports displaying child exceptions.
37
28
38
29
We have two larger features:
39
We have two larger features:
30
40
docs/source/whatsnew/pr/native_fallback_exceptiongroup.rst
0
removed
0
-3
1
NO CONTENT: file was removed
NO CONTENT: file was removed
docs/source/whatsnew/pr/pep678-notes.rst
0
removed
0
-5
1
NO CONTENT: file was removed
NO CONTENT: file was removed
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages