##// END OF EJS Templates
Whats new 8.29 (#14560)
M Bussonnier -
r28931:b2fc3082 merge
parent child Browse files
Show More
@@ -7,8 +7,44 b''
7 IPython 8.29
7 IPython 8.29
8 ============
8 ============
9
9
10 Medium release for this end of october;
10
11
12 - Misc Python 3.13 compatibility :ghpull:`14536`, :ghpull:`14559`
13 - Add a ``uv`` line magic :ghpull:`14537`
11 - Add support for WEBP to ``IPython.display.Image``. :ghpull:`14526`
14 - Add support for WEBP to ``IPython.display.Image``. :ghpull:`14526`
15 - And many more bugfixes and quality of life improvements.
16
17 As usual you can find the full list of PRs on GitHub under `the 8.29
18 <https://github.com/ipython/ipython/milestone/136?closed=1>`__ milestone.
19
20 Preparing for 9.0
21 -----------------
22
23 IPython 3.13 was released earlier this month, and this means that according to
24 `Spec-0 <https://scientific-python.org/specs/spec-0000/>`__, support for 3.10
25 will end soon.
26
27 There have been many minor version of IPython 8.x, so it is likely that one of
28 the next version will simply bump to 9.0 and remove a lot of code mark as
29 deprecated, and documentation/examples not relevant for terminal IPython.
30
31 The frequency of release and my time reviewing will also likely decrease more
32 than it has already.
33
34
35 For something completely different
36 ----------------------------------
37
38 `Rosalind Franklin <https://en.wikipedia.org/wiki/Rosalind_Franklin>`__ made
39 some of the biggest contribution to the discovery of the helix structure of DNA.
40 Unfortunately her work was `not recognized
41 <https://www.nature.com/scitable/topicpage/rosalind-franklin-a-crucial-contribution-6538012/>`__
42
43 Thanks
44 ------
45
46 Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
47 work on IPython and related libraries.
12
48
13 .. _version 8.28:
49 .. _version 8.28:
14
50
General Comments 0
You need to be logged in to leave comments. Login now