From 72f54950fc46a93c9c2c5a74d96702dae88fdb3c 2023-01-27 09:44:31 From: Matthias Bussonnier Date: 2023-01-27 09:44:31 Subject: [PATCH] what's new 8.9 --- diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index e656b5e..d1ca6aa 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -7,9 +7,13 @@ IPython 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 implmented by the more and more +auto-suggestions sponsored by D.E. Shaw and implemented by the more and more active contributor `@krassowski `. - ``right`` accepts a single character from suggestion @@ -18,17 +22,34 @@ active contributor `@krassowski `. - ``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. +- ``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 -:ghpull:`13888`. +This is best described by the Gif posted by `@krassowski +`, and in the PR itself :ghpull:`13888`. .. image:: ../_images/autosuggest.gif -Please report any feedback in order for us to improve the user experience. +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 `13879 +`__. + + +As we follow `NEP29 +`__, next version of +IPython will officially stop supporting numpy 1.20, and will stop supporting +Python 3.8 after April release. + +As usual you can find the full list of PRs on GitHub under `the 8.9 milestone +`__. + + +Thanks to the `D. E. Shaw group `__ for sponsoring +work on IPython and related libraries. + .. _version 8.8.0: IPython 8.8.0