Accepting request 1063285 from devel:languages:python:jupyter
- Update to 8.9.0 * Second release of IPython in 2023, last Friday of the month, we are back on track. This is a small release with a few bug-fixes, and improvements, mostly with respect to terminal shortcuts. * The biggest improvement for 8.9 is a drastic amelioration if the auto-suggestions sponsored by D.E. Shaw and implemented by the more and more active contributor @krassowski. - right accepts a single character from suggestion - ctrl+right accepts a semantic token (macos default shortcuts take precedence and need to be disabled to make this work) - backspace deletes a character and resumes hinting autosuggestions - ctrl-left accepts suggestion and moves cursor left one character. - backspace deletes a character and resumes hinting autosuggestions - down moves to suggestion to later in history when no lines are present below the cursors. - up moves to suggestion from earlier in history when no lines are present above the cursor. * This is best described by the Gif posted by @krassowski, and in the PR itself PR gh#ipython/ipython#13888. * Please report any feedback in order for us to improve the user experience. In particular we are also working on making the shortcuts configurable. * If you are interested into better terminal shortcut, I also invite you to participate in issue gh#ipython/iüythpn#13879. OBS-URL: https://build.opensuse.org/request/show/1063285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=37
This commit is contained in:
commit
f5efe11c05
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b
|
|
||||||
size 5341086
|
|
3
ipython-8.9.0.tar.gz
Normal file
3
ipython-8.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7
|
||||||
|
size 5454595
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 15:17:20 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 8.9.0
|
||||||
|
* Second release of IPython in 2023, last Friday of the month, we
|
||||||
|
are back on track. This is a small release with a few
|
||||||
|
bug-fixes, and improvements, mostly with respect to terminal
|
||||||
|
shortcuts.
|
||||||
|
* The biggest improvement for 8.9 is a drastic amelioration if
|
||||||
|
the auto-suggestions sponsored by D.E. Shaw and implemented by
|
||||||
|
the more and more active contributor @krassowski.
|
||||||
|
- right accepts a single character from suggestion
|
||||||
|
- ctrl+right accepts a semantic token (macos default shortcuts
|
||||||
|
take precedence and need to be disabled to make this work)
|
||||||
|
- backspace deletes a character and resumes hinting
|
||||||
|
autosuggestions
|
||||||
|
- ctrl-left accepts suggestion and moves cursor left one
|
||||||
|
character.
|
||||||
|
- backspace deletes a character and resumes hinting
|
||||||
|
autosuggestions
|
||||||
|
- down moves to suggestion to later in history when no lines
|
||||||
|
are present below the cursors.
|
||||||
|
- up moves to suggestion from earlier in history when no lines
|
||||||
|
are present above the cursor.
|
||||||
|
* This is best described by the Gif posted by @krassowski, and in
|
||||||
|
the PR itself PR gh#ipython/ipython#13888.
|
||||||
|
* Please report any feedback in order for us to improve the user
|
||||||
|
experience. In particular we are also working on making the
|
||||||
|
shortcuts configurable.
|
||||||
|
* If you are interested into better terminal shortcut, I also
|
||||||
|
invite you to participate in issue gh#ipython/iüythpn#13879.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 3 14:26:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Tue Jan 3 14:26:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
# extra tests are skipped automatically, don't require these packages for Ring1
|
# extra tests are skipped automatically, don't require these packages for Ring1
|
||||||
%bcond_with localtest
|
%bcond_with localtest
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 8.8.0
|
Version: 8.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rich architecture for interactive computing with Python
|
Summary: Rich architecture for interactive computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -47,7 +47,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: %{pythons}
|
BuildRequires: %{pythons}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: (python-prompt_toolkit >= 3.0.11 with python-prompt_toolkit < 3.1)
|
Requires: (python-prompt_toolkit >= 3.0.30 with python-prompt_toolkit < 3.1)
|
||||||
# requires the full stdlib including sqlite3
|
# requires the full stdlib including sqlite3
|
||||||
Requires: python >= 3.8
|
Requires: python >= 3.8
|
||||||
Requires: python-backcall
|
Requires: python-backcall
|
||||||
|
Loading…
Reference in New Issue
Block a user