##// END OF EJS Templates
Update whatsnew 8.17
Yann Pellegrini -
Show More
@@ -2,6 +2,25 b''
2 2 8.x Series
3 3 ============
4 4
5 .. _version 8.17:
6
7 IPython 8.17
8 ------------
9
10 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
13 - :ghpull:`14216` remove backcall dependency
14 - :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
17
18 As usual you can find the full list of PRs on GitHub under `the 8.17
19 <https://github.com/ipython/ipython/milestone/123?closed=1>`__ milestone.
20
21 Thanks to the `D.E. Shaw group <https://www.deshaw.com/>`__ for the request and
22 sponsoring the work.
23
5 24 .. _version 8.16:
6 25 .. _version 8.16.1:
7 26
General Comments 0
You need to be logged in to leave comments. Login now