1
0

- Update to 8.15.0

* Improve compatibility with future version of Python 3.12/3.13
    :ghpull:`14107`, gh#`14139`,
  * Improve support for ExceptionGroups, gh#`14108`
  * Fix hangs in %gui osx, gh#`14125`
  * Fix memory lead with %reset, gh#`14133`
  * Unstable config option to modify traceback highlighting that is
    sometime hard to read gh#`14138`
  * Support . in ipdb as an argument to the list command gh#`14121`
  * Workroud parso showing warning message when the default logger
    level is changed gh#`14119`
  * Fix multiple issues with matplotlib interactive mode, qt5/qt6
    gh#`14128`
  ## Whatsnew
  * Support for PEP-678 Exception Notes
  * Native fallback for displaying ExceptionGroup
  * AST-based macros
  * Allow IPdb/Pdb to move between chained exceptions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=116
This commit is contained in:
2023-09-23 17:05:15 +00:00
committed by Git OBS Bridge
parent 8c9f680334
commit 55e0a5581a
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Sep 23 17:00:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 8.15.0
* Improve compatibility with future version of Python 3.12/3.13
:ghpull:`14107`, gh#`14139`,
* Improve support for ExceptionGroups, gh#`14108`
* Fix hangs in %gui osx, gh#`14125`
* Fix memory lead with %reset, gh#`14133`
* Unstable config option to modify traceback highlighting that is
sometime hard to read gh#`14138`
* Support . in ipdb as an argument to the list command gh#`14121`
* Workroud parso showing warning message when the default logger
level is changed gh#`14119`
* Fix multiple issues with matplotlib interactive mode, qt5/qt6
gh#`14128`
## Whatsnew
* Support for PEP-678 Exception Notes
* Native fallback for displaying ExceptionGroup
* AST-based macros
* Allow IPdb/Pdb to move between chained exceptions
-------------------------------------------------------------------
Sun Jun 11 19:44:22 UTC 2023 - Ben Greiner <code@bnavigator.de>