##// END OF EJS Templates
Backport PR #14626 on branch 8.x (whatsnew 8.31) (#14628)...
M Bussonnier -
r29039:d1a77bef merge
parent child Browse files
Show More
@@ -1,6 +1,48
1 ============
1 ============
2 8.x Series
2 8.x Series
3 ============
3 ============
4 .. _version 8.31:
5
6 IPython 8.31
7 ============
8
9 Small release for this end of december; This release contains only two notable changes:
10
11 - :ghpull:`14594` Fix completion in tuples, where the completion was
12 suggesting tuples methods instead of methods and attributes of the current
13 element.
14 - :ghpull:`14598` Fix pdb issue with Python 3.13.1, this fix is not perfect
15 (see :ghissue:`14620`) but should be sufficient for now.
16
17
18 As usual you can find the full list of PRs on GitHub under `the 8.31
19 <https://github.com/ipython/ipython/milestone/138?closed=1>`__ milestone.
20
21
22 Road to 9.0
23 -----------
24
25 The current main branch is now on it's way to be 9.0; do not expect many new
26 features but a large codebase refactor, and cleanup with many deprecated code
27 removed, and more agressive codestyle enforcement.
28
29 For something completely different
30 ----------------------------------
31
32 `Emmy Noether <https://en.wikipedia.org/wiki/Emmy_Noether>`__ was a German
33 mathematician who made groundbreaking contributions to abstract algebra and
34 theoretical physics. Her work on Noether's theorem, which describes the
35 relationship between symmetries and conservation laws, has had a profound impact
36 on the development of modern physics. Noether's work was largely overlooked
37 during her lifetime, but her legacy as one of the most important mathematicians
38 of the 20th century has been recognized and celebrated in recent years.
39
40 Thanks
41 ------
42
43 Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
44 work on IPython and related libraries.
45
4 .. _version 8.30:
46 .. _version 8.30:
5
47
6 IPython 8.30
48 IPython 8.30
General Comments 0
You need to be logged in to leave comments. Login now