Todd R
2019-07-03 01:51:41 +00:00
committed by Git OBS Bridge
parent 109b46300d
commit 72175e84ea

View File

@@ -2,21 +2,21 @@
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com> Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 7.6.0 - Update to 7.6.0
+ IPython 7.6.0 contains a couple of bug fixes and number of small features 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 additions as well as some compatibility with the current development version of
Python 3.8. Python 3.8.
* Add a ``-l`` option to :magic:`psearch` to list the available search * Add a ``-l`` option to :magic:`psearch` to list the available search
types. types.
* Support ``PathLike`` for ``DisplayObject`` and ``Image``. * Support ``PathLike`` for ``DisplayObject`` and ``Image``.
* Configurability of timeout in the test suite for slow platforms. * Configurability of timeout in the test suite for slow platforms.
* Accept any casing for matplotlib backend. * Accept any casing for matplotlib backend.
* Properly skip test that requires numpy to be installed * Properly skip test that requires numpy to be installed
* More support for Python 3.8 and positional only arguments (pep570) * More support for Python 3.8 and positional only arguments (pep570)
* Unicode names for the completion are loaded lazily on first use which * Unicode names for the completion are loaded lazily on first use which
should decrease startup time. should decrease startup time.
* Autoreload now update the types of reloaded objects; this for example allow * Autoreload now update the types of reloaded objects; this for example allow
pickling of reloaded objects. pickling of reloaded objects.
* Fix a big where ``%%time`` magic would suppress cell output. * Fix a big where ``%%time`` magic would suppress cell output.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 25 20:45:20 UTC 2019 - Todd R <toddrme2178@gmail.com> Thu Apr 25 20:45:20 UTC 2019 - Todd R <toddrme2178@gmail.com>