diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst index d96b538..775d18c 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -24,16 +24,6 @@ What's new in IPython development -.. - this makes a hidden toctree that keeps sphinx from complaining about - documents included nowhere when building docs for stable - -.. only:: ipystable - - .. toctree:: - :hidden: - - development This section documents the changes that have been made in various versions of IPython. Users should consult these pages to learn about new features, bug @@ -67,3 +57,15 @@ development work they do here in a user friendly format. version0.10 version0.9 version0.8 + +.. + this makes a hidden toctree that keeps sphinx from complaining about + documents included nowhere when building docs for stable + We place it at the end as it will still be reachable via prev/next links. + +.. only:: ipystable + + .. toctree:: + :hidden: + + development diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 5d0ed63..c54053f 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -2,7 +2,31 @@ 7.x Series ============ -.. _whatsnew740: +.. _whatsnew760: + +IPython 7.6.0 +============= + +IPython 7.6.0 contains a couple of bug fixes and number of small features +additions as well as some compatibility with the current development version of +Python 3.8. + + - Add a ``-l`` option to :magic:`psearch` to list the available search + types. :ghpull:`11672` + - Support ``PathLike`` for ``DisplayObject`` and ``Image``. :ghpull:`11764` + - Configurability of timeout in the test suite for slow platforms. + :ghpull:`11756` + - Accept any casing for matplotlib backend. :ghpull:`121748` + - Properly skip test that requires numpy to be installed :ghpull:`11723` + - More support for Python 3.8 and positional only arguments (pep570) + :ghpull:`11720` + - Unicode names for the completion are loaded lazily on first use which + should decrease startup time. :ghpull:`11693` + +Special Thanks to Gabriel (@gpotter2 on GitHub), who among other took care many +of the remaining task for 7.4 and 7.5, like updating the website. + +.. _whatsnew750: IPython 7.5.0 ============= @@ -17,6 +41,8 @@ scope when using the ``@needs_local_scope`` decorator. This was typically encountered with the ``%%time`` and ``%%timeit`` magics. See :ghissue:`11659` and :ghpull:`11698`. +.. _whatsnew740: + IPython 7.4.0 =============