Show More
@@ -2,6 +2,32 b'' | |||
|
2 | 2 | 8.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | ||
|
6 | .. _version 8.7.0: | |
|
7 | ||
|
8 | IPython 8.7.0 | |
|
9 | ------------- | |
|
10 | ||
|
11 | ||
|
12 | Small release of IPython with a couple of bug fixes and new features for this | |
|
13 | month. Next month is end of year, it is unclear if there will be a release close | |
|
14 | the new year's eve, or if the next release will be at end of January. | |
|
15 | ||
|
16 | Here are a few of the relevant fixes, | |
|
17 | as usual you can find the full list of PRs on GitHub under `the 8.7 milestone | |
|
18 | <https://github.com/ipython/ipython/pulls?q=milestone%3A8.7>`__. | |
|
19 | ||
|
20 | ||
|
21 | - :ghpull:`13834` bump the minimum prompt toolkit to 3.0.11. | |
|
22 | - IPython shipped with the ``py.typed`` marker now, and we are progressively | |
|
23 | adding more types. :ghpull:`13831` | |
|
24 | - :ghpull:`13817` add configuration of code blacks formatting. | |
|
25 | ||
|
26 | ||
|
27 | Thanks to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
28 | work on IPython and related libraries. | |
|
29 | ||
|
30 | ||
|
5 | 31 | .. _version 8.6.0: |
|
6 | 32 | |
|
7 | 33 | IPython 8.6.0 |
@@ -40,7 +66,7 b' As we follow NEP 29, we removed support for numpy 1.19 :ghpull:`13760`.' | |||
|
40 | 66 | |
|
41 | 67 | The ``open()`` function present in the user namespace by default will now refuse |
|
42 | 68 | to open the file descriptors 0,1,2 (stdin, out, err), to avoid crashing IPython. |
|
43 |
This mostly occurs in teaching context when incorrect values get passed around. |
|
|
69 | This mostly occurs in teaching context when incorrect values get passed around. | |
|
44 | 70 | |
|
45 | 71 | |
|
46 | 72 | The ``?``, ``??``, and corresponding ``pinfo``, ``pinfo2`` magics can now find |
General Comments 0
You need to be logged in to leave comments.
Login now