##// END OF EJS Templates
Backport PR #12799: Whats new 7.20
Matthias Bussonnier -
Show More
@@ -2,6 +2,39 b''
2 7.x Series
2 7.x Series
3 ============
3 ============
4
4
5 .. _version 720:
6
7 IPython 7.20
8 ============
9
10 IPython 7.20 is the accumulation of 3 month of work on IPython, spacing between
11 IPython release have been increased from the usual once a month for various
12 reason.
13
14 - Mainly as I'm too busy and the effectively sole maintainer, and
15 - Second because not much changes happened before mid December.
16
17 The main driver for this release was the new version of Jedi 0.18 breaking API;
18 which was taken care of in the master branch early in 2020 but not in 7.x as I
19 though that by now 8.0 would be out.
20
21 The inclusion of a resolver in pip did not help and actually made things worse.
22 If usually I would have simply pinned Jedi to ``<0.18``; this is not a solution
23 anymore as now pip is free to install Jedi 0.18, and downgrade IPython.
24
25 I'll do my best to keep the regular release, but as the 8.0-dev branch and 7.x
26 are starting to diverge this is becoming difficult in particular with my limited
27 time, so if you have any cycles to spare I'll appreciate your help to respond to
28 issues and pushing 8.0 forward.
29
30 Here are thus some of the changes for IPython 7.20.
31
32 - Support for PyQt5 >= 5.11 :ghpull:`12715`
33 - ``%reset`` remove imports more agressively :ghpull:`12718`
34 - fix the ``%conda`` magic :ghpull:`12739`
35 - compatibility with Jedi 0.18, and bump minimum Jedi version. :ghpull:`12793`
36
37
5 .. _version 719:
38 .. _version 719:
6
39
7 IPython 7.19
40 IPython 7.19
@@ -55,7 +88,7 b' IPython 7.17'
55 ============
88 ============
56
89
57 IPython 7.17 brings a couple of new improvements to API and a couple of user
90 IPython 7.17 brings a couple of new improvements to API and a couple of user
58 facing changes to make the terminal experience more user friendly.
91 facing changes to make the terminal experience more user friendly.
59
92
60 :ghpull:`12407` introduces the ability to pass extra argument to the IPython
93 :ghpull:`12407` introduces the ability to pass extra argument to the IPython
61 debugger class; this is to help a new project from ``kmaork``
94 debugger class; this is to help a new project from ``kmaork``
General Comments 0
You need to be logged in to leave comments. Login now