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

Skip to content

Commit 512d473

Browse files
authored
Merge pull request ipython#11575 from Carreau/wn-73
start release notes for 7.3
2 parents 82b515d + dab9c56 commit 512d473

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

docs/source/whatsnew/github-stats-7.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
11
Issues 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+
430
Issues closed in 7.2
531
--------------------
32+
633
GitHub stats for 2018/10/28 - 2018/11/29 (tag: 7.1.1)
734

835
These lists are automatically generated, and may be incomplete or contain duplicates.

docs/source/whatsnew/version7.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,35 @@
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+
734
IPython 7.2.0
835
=============
936

0 commit comments

Comments
 (0)