From 72175e84eaf008c51708d9004b376ef10fcaf7af5804d01fa8ecf6f76e4c52f6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 3 Jul 2019 01:51:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=24 --- python-ipython-doc.changes | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/python-ipython-doc.changes b/python-ipython-doc.changes index 8f0d0ca..a6efc7f 100644 --- a/python-ipython-doc.changes +++ b/python-ipython-doc.changes @@ -2,21 +2,21 @@ 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. + 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