Show More
@@ -8,7 +8,8 b' IPython 8.11' | |||||
8 | ------------ |
|
8 | ------------ | |
9 |
|
9 | |||
10 | Back on almost regular monthly schedule for IPython with end-of-month |
|
10 | Back on almost regular monthly schedule for IPython with end-of-month | |
11 | really-late-Friday release, with a few new features, bugfix and UX improvements. |
|
11 | really-late-Friday release to make sure some bugs are properly fixed. | |
|
12 | Small addition of with a few new features, bugfix and UX improvements. | |||
12 |
|
13 | |||
13 | This is a non-exhaustive list, but among other you will find: |
|
14 | This is a non-exhaustive list, but among other you will find: | |
14 |
|
15 | |||
@@ -31,9 +32,9 b' Miscellaneous' | |||||
31 |
|
32 | |||
32 | - ``%gui`` should now support PySide6. :ghpull:`13864` |
|
33 | - ``%gui`` should now support PySide6. :ghpull:`13864` | |
33 | - Cli shortcuts can now be configured :ghpull:`13928` |
|
34 | - Cli shortcuts can now be configured :ghpull:`13928` | |
|
35 | (note that there might be an issue with prompt_toolkit 3.0.37 and shortcut configuration). | |||
34 | - Capture output should now respect ``;`` semicolon to suppress output. |
|
36 | - Capture output should now respect ``;`` semicolon to suppress output. | |
35 | :ghpull:`13940` |
|
37 | :ghpull:`13940` | |
36 |
|
||||
37 | - Base64 encoded images (in jupyter frontend), will not have trailing newlines. |
|
38 | - Base64 encoded images (in jupyter frontend), will not have trailing newlines. | |
38 | :ghpull:`13941` |
|
39 | :ghpull:`13941` | |
39 |
|
40 |
General Comments 0
You need to be logged in to leave comments.
Login now