##// END OF EJS Templates
Documetation in WN
Matthias Bussonnier -
Show More
@@ -2,6 +2,15 b''
2 2 7.x Series
3 3 ============
4 4
5 .. _version761:
6
7 IPython 7.6.1
8 =============
9
10 IPython 7.6.1 contain a critical bugfix in the ``%timeit`` magic, which would
11 crash on some inputs as a side effect of :ghpull:`11716`. See :ghpull:`11812`
12
13
5 14 .. _whatsnew760:
6 15
7 16 IPython 7.6.0
@@ -24,7 +33,7 b' Python 3.8.'
24 33 should decrease startup time. :ghpull:`11693`
25 34 - Autoreload now update the types of reloaded objects; this for example allow
26 35 pickling of reloaded objects. :ghpull:`11644`
27 - Fix a big where ``%%time`` magic would suppress cell output. :ghpull:`11716`
36 - Fix a bug where ``%%time`` magic would suppress cell output. :ghpull:`11716`
28 37
29 38
30 39 Prepare migration to pytest (instead of nose) for testing
General Comments 0
You need to be logged in to leave comments. Login now