Show More
@@ -2,6 +2,28 b'' | |||
|
2 | 2 | 8.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | IPython 8.18 | |
|
6 | ------------ | |
|
7 | ||
|
8 | Small release of IPython that fixes a small number of inconveniences. | |
|
9 | ||
|
10 | - :ghpull:`14251` Fix a memory leak in qt event loop integration by setting | |
|
11 | the Loop parent to None. | |
|
12 | - :ghpull:`14252` Pickleshare was made an optional dependency in 8.17, this | |
|
13 | leads to warnings in some installations when using modules completions. The | |
|
14 | warning has been silenced. | |
|
15 | - :ghpull:`14241` Update event loop code for compatibility with more recent | |
|
16 | ``prompt_toolkit`` due to deprecations in Python 3.12. | |
|
17 | - :ghpull:`14245` Fix doc example on Pygments styles | |
|
18 | - :ghpull:`14238` Remove dependency on app_nope, this is actually only a | |
|
19 | dependency of IPykernel. | |
|
20 | ||
|
21 | As usual you can find the full list of PRs on GitHub under `the 8.18 | |
|
22 | <https://github.com/ipython/ipython/milestone/125?closed=1>`__ milestone. | |
|
23 | ||
|
24 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
25 | work on IPython and related libraries. | |
|
26 | ||
|
5 | 27 | .. _version 8.17.1: |
|
6 | 28 | .. _version 8.17: |
|
7 | 29 | |
@@ -37,8 +59,8 b' either in the conda environment or system wide.' | |||
|
37 | 59 | As usual you can find the full list of PRs on GitHub under `the 8.17 |
|
38 | 60 | <https://github.com/ipython/ipython/milestone/123?closed=1>`__ milestone. |
|
39 | 61 | |
|
40 |
Thanks to the `D.E. Shaw group <https:// |
|
|
41 | sponsoring the work. | |
|
62 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
63 | work on IPython and related libraries. | |
|
42 | 64 | |
|
43 | 65 | .. _version 8.16: |
|
44 | 66 | .. _version 8.16.1: |
@@ -63,8 +85,8 b' As usual you can find the full list of PRs on GitHub under `the 8.16' | |||
|
63 | 85 | <https://github.com/ipython/ipython/milestone/121?closed=1>`__ and `8.16.1 milestone |
|
64 | 86 | <https://github.com/ipython/ipython/milestone/124?closed=1>`__. |
|
65 | 87 | |
|
66 |
Thanks to the `D.E. Shaw group <https:// |
|
|
67 | sponsoring the work. | |
|
88 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
89 | work on IPython and related libraries. | |
|
68 | 90 | |
|
69 | 91 | .. _version 8.12.3: |
|
70 | 92 | |
@@ -315,7 +337,8 b' two weeks.' | |||
|
315 | 337 | As usual you can find the full list of PRs on GitHub under `the 8.13 milestone |
|
316 | 338 | <https://github.com/ipython/ipython/milestone/115?closed=1>`__. |
|
317 | 339 | |
|
318 |
Thanks to the D.E. Shaw group |
|
|
340 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
341 | work on IPython and related libraries. | |
|
319 | 342 | |
|
320 | 343 | |
|
321 | 344 | .. _version 8.12.1: |
@@ -341,7 +364,8 b' per Nep 29 and this IPython 8.12.x will now only receive bugfixes.' | |||
|
341 | 364 | As usual you can find the full list of PRs on GitHub under `the 8.12.1 milestone |
|
342 | 365 | <https://github.com/ipython/ipython/milestone/116?closed=1>`__. |
|
343 | 366 | |
|
344 |
Thanks to the D.E. Shaw group |
|
|
367 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
368 | work on IPython and related libraries. | |
|
345 | 369 | |
|
346 | 370 | .. _version 8.12.0: |
|
347 | 371 |
General Comments 0
You need to be logged in to leave comments.
Login now