Skip to content

Commit 7af1c01

Browse files
authored
Whats new 8.27 (#14508)
2 parents 5c8bc51 + ef9d41e commit 7af1c01

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/source/whatsnew/version8.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
============
22
8.x Series
33
============
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+
435
.. _version 8.26:
536

637
IPython 8.26

0 commit comments

Comments
 (0)