Show More
@@ -2,13 +2,44 b'' | |||||
2 | 8.x Series |
|
2 | 8.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
|
5 | .. _version 8.24: | |||
|
6 | ||||
|
7 | IPython 8.24 | |||
|
8 | ============ | |||
|
9 | ||||
|
10 | Back on regular release schedule, as usual month releases are relatively tiny. | |||
|
11 | ||||
|
12 | The biggest change is the move of the matplotlib backend handling from IPython | |||
|
13 | to matplotlib. :ghpull:`14371`:ghpull:`14403`. | |||
|
14 | ||||
|
15 | We will note: | |||
|
16 | ||||
|
17 | - pytest 8 compatibility :ghpull:`14413` | |||
|
18 | - ``typing-extension`` now needs 4.6 or newer. It was already the case, but not | |||
|
19 | explicated. :ghpull:`14380` | |||
|
20 | - Attempt to speed running code under debugger in some cases. :ghpull:`14386` | |||
|
21 | :ghpull:`14418`. | |||
|
22 | - Multiple fixes to documentation for ipyparallel, simple_prompt and emacs | |||
|
23 | :ghpull:`14384` :ghpull:`14404` :ghpull:`14407` | |||
|
24 | - Maintenance and cleanup of debugger :ghpull:`14387` :ghpull:`14393` | |||
|
25 | ||||
|
26 | As usual you can find the full list of PRs on GitHub under `the 8.24 | |||
|
27 | <https://github.com/ipython/ipython/milestone/131?closed=1>`__ milestone. | |||
|
28 | ||||
|
29 | Thanks | |||
|
30 | ------ | |||
|
31 | ||||
|
32 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |||
|
33 | work on IPython and related libraries. | |||
|
34 | ||||
|
35 | ||||
5 | .. _version 8.23: |
|
36 | .. _version 8.23: | |
6 |
|
37 | |||
7 | IPython 8.23 |
|
38 | IPython 8.23 | |
8 | ============ |
|
39 | ============ | |
9 |
|
40 | |||
10 | Super tiny release of IPython on Sunday – a bit later than usual, which is also |
|
41 | Super tiny release of IPython on Sunday – a bit later than usual, which is also | |
11 |
`🏳️⚧️ International Transgender Day of Visibility🏳️⚧️ |
|
42 | `🏳️⚧️ International Transgender Day of Visibility🏳️⚧️ | |
12 | <https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility>`_ – |
|
43 | <https://en.wikipedia.org/wiki/International_Transgender_Day_of_Visibility>`_ – | |
13 | so a though for you on this day, you matter and you are valid [1]_. |
|
44 | so a though for you on this day, you matter and you are valid [1]_. | |
14 |
|
45 |
General Comments 0
You need to be logged in to leave comments.
Login now