1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/965213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=86
This commit is contained in:
2022-03-27 18:17:22 +00:00
committed by Git OBS Bridge
parent 01d7646faa
commit 3f2e54c9b5
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 8.2.0:
* Auto-suggestion can now be elected with the end
key. :ghpull:`13566`
* Some traceback issues with assert etb is not None have been
fixed. :ghpull:`13588`
* History is now pulled from the sqitel database and not from
in-memory. In particular when using the %paste magic, the content
of the pasted text will be part of the history and not the
verbatim text %paste anymore. :ghpull:`13592`
* Fix Ctrl-\\ exit cleanup :ghpull:`13603`
* Fixes to ultratb ipdb support when used outside of
IPython. :ghpull:`13498`
-------------------------------------------------------------------
Sat Mar 5 18:25:05 UTC 2022 - Arun Persaud <arun@gmx.de>