File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Issues closed in the 7.x development cycle
22==========================================
33
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+
430Issues closed in 7.2
531--------------------
32+
633GitHub stats for 2018/10/28 - 2018/11/29 (tag: 7.1.1)
734
835These lists are automatically generated, and may be incomplete or contain duplicates.
Original file line number Diff line number Diff line change 22 7.x Series
33============
44
5+ .. _whatsnew730 :
6+
7+ IPython 7.3.0
8+ =============
9+
510.. _whatsnew720 :
611
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+
734IPython 7.2.0
835=============
936
You can’t perform that action at this time.
0 commit comments