Show More
@@ -1,6 +1,37 b'' | |||
|
1 | 1 | ============ |
|
2 | 2 | 8.x Series |
|
3 | 3 | ============ |
|
4 | .. _version 8.27: | |
|
5 | ||
|
6 | IPython 8.27 | |
|
7 | ============ | |
|
8 | ||
|
9 | New release of IPython after a month off (not enough changes). We can see a few | |
|
10 | important changes for this release. | |
|
11 | ||
|
12 | - autocall was beeing call getitem, :ghpull:`14486` | |
|
13 | - Only copy files in startup dir if we just created it. :ghpull:`14497` | |
|
14 | - Fix some tests on Python 3.13 RC1 :ghpull:`14504`; this one I guess make this | |
|
15 | the first IPython release officially compatible with Python 3.13; you will | |
|
16 | need the most recent ``executing`` and ``stack_data``, we won't pin to avoid | |
|
17 | forcing user of older Python version to upgrade. | |
|
18 | ||
|
19 | ||
|
20 | As usual you can find the full list of PRs on GitHub under `the 8.27 | |
|
21 | <https://github.com/ipython/ipython/milestone/134?closed=1>`__ milestone. | |
|
22 | ||
|
23 | Thanks | |
|
24 | ------ | |
|
25 | ||
|
26 | Many thanks to `@Kleirre <https://github.com/Kleirre>`__ our June intern for | |
|
27 | doing her first contribution to open source, doing the releases notes and | |
|
28 | release. I guess you didn't even notice it was not me who released :-). I wish | |
|
29 | her all the best in her future endeavor and look forward for her work in | |
|
30 | astrophysics. | |
|
31 | ||
|
32 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
33 | work on IPython and related libraries. | |
|
34 | ||
|
4 | 35 | .. _version 8.26: |
|
5 | 36 | |
|
6 | 37 | IPython 8.26 |
General Comments 0
You need to be logged in to leave comments.
Login now