Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/source/whatsnew/github-stats-7.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/ipython/ipython/issues?q=milestone%3A7.3>`__

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.
Expand Down
27 changes: 27 additions & 0 deletions docs/source/whatsnew/version7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down