##// END OF EJS Templates
updates to whatsnew in 7.6
Matthias Bussonnier -
Show More
@@ -22,8 +22,9 b' Python 3.8.'
22 :ghpull:`11720`
22 :ghpull:`11720`
23 - Unicode names for the completion are loaded lazily on first use which
23 - Unicode names for the completion are loaded lazily on first use which
24 should decrease startup time. :ghpull:`11693`
24 should decrease startup time. :ghpull:`11693`
25 - Autoreload now fix the types of reloaded objects; this for example allow
25 - Autoreload now update the types of reloaded objects; this for example allow
26 pickling of reloaded objects. :ghpull:`11644`
26 pickling of reloaded objects. :ghpull:`11644`
27 - Fix a big where ``%%time`` magic would suppress cell output. :ghpull:`11716`
27
28
28
29
29 Prepare migration to pytest (instead of nose) for testing
30 Prepare migration to pytest (instead of nose) for testing
@@ -51,6 +52,10 b' experience better.'
51 Misc
52 Misc
52 ----
53 ----
53
54
55 We skipped the release of 7.6 at the end of May, but will attempt to get back
56 on schedule. We are starting to think about making introducing backward
57 incompatible change and start the 8.0 series.
58
54 Special Thanks to Gabriel (@gpotter2 on GitHub), who among other took care many
59 Special Thanks to Gabriel (@gpotter2 on GitHub), who among other took care many
55 of the remaining task for 7.4 and 7.5, like updating the website.
60 of the remaining task for 7.4 and 7.5, like updating the website.
56
61
General Comments 0
You need to be logged in to leave comments. Login now