##// END OF EJS Templates
Whats new for 8.17.1
Matthias Bussonnier -
Show More
@@ -2,19 +2,23 b''
2 2 8.x Series
3 3 ============
4 4
5 .. _version 8.17.1:
5 6 .. _version 8.17:
6 7
7 IPython 8.17
8 ------------
8 IPython 8.17, 8.17.1
9 --------------------
9 10
10 11 Medium-sized release of IPython that includes some cleanup (backcall, python2 leftovers)
11 12 and some refactoring improvements (typing, pathlib) and a fix on completion.
12 13
13 14 - :ghpull:`14216` remove backcall dependency
14 15 - :ghpull:`14217` make pickleshare dependency optional
15 - :ghpull:`14190` remove support for python 2 in lexers
16 16 - :ghpull:`14185` support completion based on type annotations of calls
17 17
18 Reverted in 8.17.1:
19
20 - :ghpull:`14190` remove support for python 2 in lexers (reverted in 8.17.1 as it is imported by qtconsole/spyder)
21
18 22 Mamba and Micromamba magic
19 23 ~~~~~~~~~~~~~~~~~~~~~~~~~~
20 24
General Comments 0
You need to be logged in to leave comments. Login now