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