##// END OF EJS Templates
prepare whats new in 7.6
Matthias Bussonnier -
Show More
@@ -24,16 +24,6 b" What's new in IPython"
24
24
25 development
25 development
26
26
27 ..
28 this makes a hidden toctree that keeps sphinx from complaining about
29 documents included nowhere when building docs for stable
30
31 .. only:: ipystable
32
33 .. toctree::
34 :hidden:
35
36 development
37
27
38 This section documents the changes that have been made in various versions of
28 This section documents the changes that have been made in various versions of
39 IPython. Users should consult these pages to learn about new features, bug
29 IPython. Users should consult these pages to learn about new features, bug
@@ -67,3 +57,15 b' development work they do here in a user friendly format.'
67 version0.10
57 version0.10
68 version0.9
58 version0.9
69 version0.8
59 version0.8
60
61 ..
62 this makes a hidden toctree that keeps sphinx from complaining about
63 documents included nowhere when building docs for stable
64 We place it at the end as it will still be reachable via prev/next links.
65
66 .. only:: ipystable
67
68 .. toctree::
69 :hidden:
70
71 development
@@ -2,7 +2,31 b''
2 7.x Series
2 7.x Series
3 ============
3 ============
4
4
5 .. _whatsnew740:
5 .. _whatsnew760:
6
7 IPython 7.6.0
8 =============
9
10 IPython 7.6.0 contains a couple of bug fixes and number of small features
11 additions as well as some compatibility with the current development version of
12 Python 3.8.
13
14 - Add a ``-l`` option to :magic:`psearch` to list the available search
15 types. :ghpull:`11672`
16 - Support ``PathLike`` for ``DisplayObject`` and ``Image``. :ghpull:`11764`
17 - Configurability of timeout in the test suite for slow platforms.
18 :ghpull:`11756`
19 - Accept any casing for matplotlib backend. :ghpull:`121748`
20 - Properly skip test that requires numpy to be installed :ghpull:`11723`
21 - More support for Python 3.8 and positional only arguments (pep570)
22 :ghpull:`11720`
23 - Unicode names for the completion are loaded lazily on first use which
24 should decrease startup time. :ghpull:`11693`
25
26 Special Thanks to Gabriel (@gpotter2 on GitHub), who among other took care many
27 of the remaining task for 7.4 and 7.5, like updating the website.
28
29 .. _whatsnew750:
6
30
7 IPython 7.5.0
31 IPython 7.5.0
8 =============
32 =============
@@ -17,6 +41,8 b' scope when using the ``@needs_local_scope`` decorator. This was typically'
17 encountered with the ``%%time`` and ``%%timeit`` magics. See :ghissue:`11659`
41 encountered with the ``%%time`` and ``%%timeit`` magics. See :ghissue:`11659`
18 and :ghpull:`11698`.
42 and :ghpull:`11698`.
19
43
44 .. _whatsnew740:
45
20 IPython 7.4.0
46 IPython 7.4.0
21 =============
47 =============
22
48
General Comments 0
You need to be logged in to leave comments. Login now