Show More
@@ -2,6 +2,34 b'' | |||||
2 | 8.x Series |
|
2 | 8.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
|
5 | ||||
|
6 | .. _version 8.20: | |||
|
7 | ||||
|
8 | IPython 8.20 | |||
|
9 | ------------ | |||
|
10 | ||||
|
11 | Quick IPython release in this beginning of 2024, barely 2 weeks after the previous | |||
|
12 | release. | |||
|
13 | ||||
|
14 | This is mostly to fix a backward compatibility issue, I would have done a patch | |||
|
15 | release earlier if I could. As a few other cleanup are also part of this | |||
|
16 | release, this will get a minor version bump. | |||
|
17 | ||||
|
18 | ||||
|
19 | The crux of this release is :ghpull:`14274` (Inspect continuation prompt | |||
|
20 | signature and pass only viable arguments), the rest of the changes are mostly | |||
|
21 | type annotation, and a few compatibility issues with Python 3.13 that are | |||
|
22 | getting addressed. | |||
|
23 | ||||
|
24 | Python 3.13 compatibility is still not complete (help welcomed). | |||
|
25 | ||||
|
26 | As usual you can find the full list of PRs on GitHub under `the 8.20 | |||
|
27 | <https://github.com/ipython/ipython/milestone/127?closed=1>`__ milestone. | |||
|
28 | ||||
|
29 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |||
|
30 | work on IPython and related libraries. | |||
|
31 | ||||
|
32 | ||||
5 | .. _version 8.19: |
|
33 | .. _version 8.19: | |
6 |
|
34 | |||
7 | IPython 8.19 |
|
35 | IPython 8.19 |
General Comments 0
You need to be logged in to leave comments.
Login now