1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/980815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=88
This commit is contained in:
2022-06-05 10:50:31 +00:00
committed by Git OBS Bridge
parent 3f2e54c9b5
commit 1c16678852
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Jun 4 23:13:12 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 8.4.0:
* fix uncaught BdbQuit exceptions on ipdb exit :ghpull:`13668`
* typo fix in documentation: :ghpull:`13682`
- changes from version 8.3.0:
* :ghpull:`13625`, using ?, ??, *? will not call set_next_input as
most frontend allow proper multiline editing and it was causing
issues for many users of multi-cell frontends. This has been
backported to 7.33
* :ghpull:`13600`, pre_run_*-hooks will now have a cell_id attribute
on the info object when frontend provide it. This has been
backported to 7.33
* :ghpull:`13624`, fixed End key being broken after accepting an
auto-suggestion.
* :ghpull:`13657` fix issue where history from different sessions
would be mixed.
-------------------------------------------------------------------
Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud <arun@gmx.de>