1
0

Accepting request 881765 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/881765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=67
This commit is contained in:
2021-03-31 13:56:28 +00:00
committed by Git OBS Bridge
parent 0b61f5444e
commit 735d51c8a6
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 28 16:53:58 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 7.22.0:
* Fix some sys.excepthook shenanigan when embedding with qt,
recommended if you for example use napari. :ghpull:`12842`.
* Fix bug when using the new ipdb %context magic :ghpull:`12844`
* Couples of deprecation cleanup :ghpull:`12868`
* Update for new dpast.com api if you use the %pastbin
magic. :ghpull:`12712`
* Remove support for numpy before 1.16. :ghpull:`12836`
-------------------------------------------------------------------
Sat Mar 13 13:06:24 UTC 2021 - Benjamin Greiner <code@bnavigator.de>