Show More
@@ -2,6 +2,53 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 7.28: | |
|
6 | ||
|
7 | IPython 7.28 | |
|
8 | ============ | |
|
9 | ||
|
10 | ||
|
11 | IPython 7.28 is again a minor release that mostly bring bugfixes, and couple of | |
|
12 | improvement. Many thanks to MrMino, who again did all the work this month, and | |
|
13 | made a number of documentation improvements. | |
|
14 | ||
|
15 | Here is a non-exhaustive list of changes, | |
|
16 | ||
|
17 | Fixes: | |
|
18 | ||
|
19 | - async with doesn't allow newlines :ghpull:`13090` | |
|
20 | - Dynamically changing to vi mode via %config magic) :ghpull:`13091` | |
|
21 | ||
|
22 | Virtualenv handling fixes: | |
|
23 | ||
|
24 | - init_virtualenv now uses Pathlib :ghpull:`12548` | |
|
25 | - Fix Improper path comparison of virtualenv directories :ghpull:`13140` | |
|
26 | - Fix virtual environment user warning for lower case pathes :ghpull:`13094` | |
|
27 | - Adapt to all sorts of drive names for cygwin :ghpull:`13153` | |
|
28 | ||
|
29 | New Features: | |
|
30 | ||
|
31 | - enable autoplay in embed YouTube player :ghpull:`13133` | |
|
32 | ||
|
33 | Documentation: | |
|
34 | ||
|
35 | - Fix formatting for the core.interactiveshell documentation :ghpull:`13118` | |
|
36 | - Fix broken ipyparallel's refs :ghpull:`13138` | |
|
37 | - Improve formatting of %time documentation :ghpull:`13125` | |
|
38 | - Reword the YouTubeVideo autoplay WN :ghpull:`13147` | |
|
39 | ||
|
40 | ||
|
41 | Thanks | |
|
42 | ------ | |
|
43 | ||
|
44 | Many thanks to all the contributors to this release. You can find all individual | |
|
45 | contributions to this milestone `on github | |
|
46 | <https://github.com/ipython/ipython/milestone/92>`__. | |
|
47 | ||
|
48 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
49 | work on IPython and related libraries. | |
|
50 | ||
|
51 | ||
|
5 | 52 | .. _version 7.27: |
|
6 | 53 | |
|
7 | 54 | IPython 7.27 |
@@ -18,7 +65,7 b' Thanks' | |||
|
18 | 65 | |
|
19 | 66 | Many thanks to all the contributors to this release. You can find all individual |
|
20 | 67 | contributions to this milestone `on github |
|
21 |
<https://github.com/ipython/ipython/milestone/9 |
|
|
68 | <https://github.com/ipython/ipython/milestone/91>`__. | |
|
22 | 69 | |
|
23 | 70 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring |
|
24 | 71 | work on IPython and related libraries. |
General Comments 0
You need to be logged in to leave comments.
Login now