This commit is contained in:
parent
0eea9a5651
commit
109b46300d
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user