1
0

- Update to version 7.21.0:

- New "context" command in ipdb
    It is now possible to change the number of lines shown in the
    backtrace information in ipdb using "context" command.
  - Compatibility with Xeus-Python for debugger protocol
  - Misc docs fixes for compatibility and uniformity with Numpydoc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=64
This commit is contained in:
2021-03-01 18:34:34 +00:00
committed by Git OBS Bridge
parent 118fa0e9a9
commit 39216737f6
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 1 18:27:17 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to version 7.21.0:
- New "context" command in ipdb
It is now possible to change the number of lines shown in the
backtrace information in ipdb using "context" command.
- Compatibility with Xeus-Python for debugger protocol
- Misc docs fixes for compatibility and uniformity with Numpydoc.
-------------------------------------------------------------------
Mon Feb 1 23:25:34 UTC 2021 - Ben Greiner <code@bnavigator.de>