1
0

Accepting request 1083882 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 8.13.1
  * This release is significant in that it not only has a number of
    bugfixes, but also drop support for Python 3.8 as per NEP 29
    (PR #14023).
  * Pretty reprensentation for Counter has been fixed to match the
    Python one and be in decreasing order. PR #14032
  * Module completion is better when jedi is disabled PR #14029.
  * Improvment of %%bash magic that would get stuck PR #14019
  * PR #14004 Fix a bug introduced in IPython 8.12 that crash when
    inspecting some docstrings.
  * PR #14010 Fix fast traceback code that was not working in some
    case.
  * PR #14014 Fix %page magic broken in some case.
  * PR #14026, PR #14027 Tweak default shortcut with respect to
    autosuggestions.
  * PR #14033 add back the ability to use .get() on OInfo object
    for backward compatibility with h5py (this will be
    re-deprecated later, and h5py will also get a fix).

OBS-URL: https://build.opensuse.org/request/show/1083882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=109
This commit is contained in:
2023-05-01 17:50:03 +00:00
committed by Git OBS Bridge
parent b6bc24b0a5
commit 7e2124e559
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon May 1 17:40:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 8.13.1
* This release is significant in that it not only has a number of
bugfixes, but also drop support for Python 3.8 as per NEP 29
(PR #14023).
* Pretty reprensentation for Counter has been fixed to match the
Python one and be in decreasing order. PR #14032
* Module completion is better when jedi is disabled PR #14029.
* Improvment of %%bash magic that would get stuck PR #14019
* PR #14004 Fix a bug introduced in IPython 8.12 that crash when
inspecting some docstrings.
* PR #14010 Fix fast traceback code that was not working in some
case.
* PR #14014 Fix %page magic broken in some case.
* PR #14026, PR #14027 Tweak default shortcut with respect to
autosuggestions.
* PR #14033 add back the ability to use .get() on OInfo object
for backward compatibility with h5py (this will be
re-deprecated later, and h5py will also get a fix).
-------------------------------------------------------------------
Tue Apr 4 15:03:03 UTC 2023 - Ben Greiner <code@bnavigator.de>