From dab9c5655acb3b6a7f2770154a02445419c24282 2019-01-23 22:18:07 From: Matthias Bussonnier Date: 2019-01-23 22:18:07 Subject: [PATCH] start release notes --- diff --git a/docs/source/whatsnew/github-stats-7.rst b/docs/source/whatsnew/github-stats-7.rst index b59c5f0..d9360bd 100644 --- a/docs/source/whatsnew/github-stats-7.rst +++ b/docs/source/whatsnew/github-stats-7.rst @@ -1,8 +1,35 @@ Issues closed in the 7.x development cycle ========================================== +Issues closed in 7.3 +-------------------- + +GitHub stats for 2018/11/30 - 2019/01/23 (tag: 7.2.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +We closed 3 issues and merged 13 pull requests. +The full list can be seen `on GitHub `__ + +The following 13 authors contributed 58 commits. + +* Benjamin Ragan-Kelley +* Gabriel Potter +* Ian Bell +* Jake VanderPlas +* Jan S. (Milania1) +* Jesse Widner +* Kyungdahm Yun +* Laurent Gautier +* Matthias Bussonnier +* Mickaƫl Schoentgen +* Philipp A +* Steve Nicholson +* Tony Fast + Issues closed in 7.2 -------------------- + GitHub stats for 2018/10/28 - 2018/11/29 (tag: 7.1.1) These lists are automatically generated, and may be incomplete or contain duplicates. diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 6e7fea4..3ba202d 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -2,8 +2,35 @@ 7.x Series ============ +.. _whatsnew730: + +IPython 7.3.0 +============= + .. _whatsnew720: +IPython 7.3.0 bring several bug fixes and small improvements that you will +described bellow. + +The biggest change to this release is the implementation of the ``%conda`` and +``%pip`` magics, that will attempt to install packages in the **current +environment**. You may still need to restart your interpreter or kernel for the +change to be taken into account, but it should simplify installation of packages +into remote environment. Installing using pip/conda from the command line is +still the prefer method. + +The ``%pip`` magic was already present, but was only printing a warning; now it +will actually forward commands to pip. + +Misc bug fixes and improvements: + + - Do not expand shell variable in execution magics, and added the + ``no_var_expand`` decorator for magic requiring a similar functionality + :ghpull:`11516` + - Add ``%pip`` and ``%conda`` magic :ghpull:`11524` + - Re-initialize posix aliases after a ``%reset`` :ghpull:`11528` + - Allow the IPython command line to run ``*.ipynb`` files :ghpull:`11529` + IPython 7.2.0 =============