From 109b46300d6ffcba4666f499769c5be1768ce658b597cde125bf14065fcd49c1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 3 Jul 2019 01:51:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=23 --- python-ipython-doc.changes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/python-ipython-doc.changes b/python-ipython-doc.changes index 37c7975..8f0d0ca 100644 --- a/python-ipython-doc.changes +++ b/python-ipython-doc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jul 3 01:48:08 UTC 2019 - Todd R + +- Update to 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. + * Support ``PathLike`` for ``DisplayObject`` and ``Image``. + * Configurability of timeout in the test suite for slow platforms. + * Accept any casing for matplotlib backend. + * Properly skip test that requires numpy to be installed + * More support for Python 3.8 and positional only arguments (pep570) + * Unicode names for the completion are loaded lazily on first use which + should decrease startup time. + * Autoreload now update the types of reloaded objects; this for example allow + pickling of reloaded objects. + * Fix a big where ``%%time`` magic would suppress cell output. + ------------------------------------------------------------------- Thu Apr 25 20:45:20 UTC 2019 - Todd R