##// END OF EJS Templates
start release notes
Matthias Bussonnier -
Show More
@@ -1,8 +1,35 b''
1 Issues closed in the 7.x development cycle
1 Issues closed in the 7.x development cycle
2 ==========================================
2 ==========================================
3
3
4 Issues closed in 7.3
5 --------------------
6
7 GitHub stats for 2018/11/30 - 2019/01/23 (tag: 7.2.0)
8
9 These lists are automatically generated, and may be incomplete or contain duplicates.
10
11 We closed 3 issues and merged 13 pull requests.
12 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.3>`__
13
14 The following 13 authors contributed 58 commits.
15
16 * Benjamin Ragan-Kelley
17 * Gabriel Potter
18 * Ian Bell
19 * Jake VanderPlas
20 * Jan S. (Milania1)
21 * Jesse Widner
22 * Kyungdahm Yun
23 * Laurent Gautier
24 * Matthias Bussonnier
25 * MickaΓ«l Schoentgen
26 * Philipp A
27 * Steve Nicholson
28 * Tony Fast
29
4 Issues closed in 7.2
30 Issues closed in 7.2
5 --------------------
31 --------------------
32
6 GitHub stats for 2018/10/28 - 2018/11/29 (tag: 7.1.1)
33 GitHub stats for 2018/10/28 - 2018/11/29 (tag: 7.1.1)
7
34
8 These lists are automatically generated, and may be incomplete or contain duplicates.
35 These lists are automatically generated, and may be incomplete or contain duplicates.
@@ -2,8 +2,35 b''
2 7.x Series
2 7.x Series
3 ============
3 ============
4
4
5 .. _whatsnew730:
6
7 IPython 7.3.0
8 =============
9
5 .. _whatsnew720:
10 .. _whatsnew720:
6
11
12 IPython 7.3.0 bring several bug fixes and small improvements that you will
13 described bellow.
14
15 The biggest change to this release is the implementation of the ``%conda`` and
16 ``%pip`` magics, that will attempt to install packages in the **current
17 environment**. You may still need to restart your interpreter or kernel for the
18 change to be taken into account, but it should simplify installation of packages
19 into remote environment. Installing using pip/conda from the command line is
20 still the prefer method.
21
22 The ``%pip`` magic was already present, but was only printing a warning; now it
23 will actually forward commands to pip.
24
25 Misc bug fixes and improvements:
26
27 - Do not expand shell variable in execution magics, and added the
28 ``no_var_expand`` decorator for magic requiring a similar functionality
29 :ghpull:`11516`
30 - Add ``%pip`` and ``%conda`` magic :ghpull:`11524`
31 - Re-initialize posix aliases after a ``%reset`` :ghpull:`11528`
32 - Allow the IPython command line to run ``*.ipynb`` files :ghpull:`11529`
33
7 IPython 7.2.0
34 IPython 7.2.0
8 =============
35 =============
9
36
General Comments 0
You need to be logged in to leave comments. Login now