##// END OF EJS Templates
what's new in 6.5
Matthias Bussonnier -
Show More
@@ -2,6 +2,18 b''
2 6.x Series
2 6.x Series
3 ============
3 ============
4
4
5 .. _whatsnew650:
6
7 IPython 6.5.0
8 =============
9
10 Miscellaneous bug fixes and compatibility with Python 3.7.
11
12 * Autocompletion fix for modules with out ``__init__.py`` :ghpull:`11227`
13 * update the ``%pastbin`` magic to use ``dpaste.com`` instead og GitHub Gist
14 which now require authentication :ghpull:`11182`
15 * Fix crash with multiprocessing :ghpull:`11185`
16
5 .. _whatsnew640:
17 .. _whatsnew640:
6
18
7 IPython 6.4.0
19 IPython 6.4.0
General Comments 0
You need to be logged in to leave comments. Login now