Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Backport PR
#12514 : prepare release notes
Backport PR
#12514 : prepare release notes
Matthias Bussonnier
- Fri, 28 Aug 2020 19:15:38
Show More
.travis.yml
0
+2
-2
@@
-37,8
+37,8
b' install:'
37
37
- pip install pip --upgrade
38
38
- pip install setuptools --upgrade
39
39
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
40
echo "for the tiem being still test on 3.6";
41
sed -i bkp s/7/6/g setup.py;
40
echo "for the time being still test on 3.6";
41
sed -ibkp s/7/6/g setup.py;
42
42
git diff;
43
43
fi
44
44
- pip install -e file://$PWD#egg=ipython[test] --upgrade
IPython/core/magics/pylab.py
0
+1
-1
@@
-154,7
+154,7
b' class PylabMagics(Magics):'
154
154
155
155
gui , backend , clobbered = self . shell . enable_pylab ( args . gui , import_all = import_all )
156
156
self . _show_matplotlib_backend ( args . gui , backend )
157
print ( "Populating the interactive namespace from numpy and matplotlib" )
157
print ( "Populating the interactive namespace from numpy and matplotlib" )
158
158
if clobbered :
159
159
warn ( "pylab import has clobbered these variables: %s " % clobbered +
160
160
" \n `%matplotlib` prevents importing * from pylab and numpy"
README.rst
0
+2
0
@@
-29,6
+29,8
b' contribute to the project.'
29
29
30
30
Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html> `_
31
31
32
**IPython 7.17+** requires Python version 3.7 and above.
33
32
34
**IPython 7.10+** requires Python version 3.6 and above.
33
35
34
36
**IPython 7.0** requires Python version 3.5 and above.
docs/source/whatsnew/version7.rst
0
+15
0
@@
-2,6
+2,21
b''
2
2
7.x Series
3
3
============
4
4
5
.. _version 718:
6
7
IPython 7.18
8
============
9
10
IPython 7.18 is a minor release that mostly contains bugfixes.
11
12
- ``CRLF`` is now handled by magics my default; solving some issues due to copy
13
pasting on windows. :ghpull: `12475`
14
15
- Requirin pexpect ``>=4.3`` as we are Python 3.7+ only and earlier version of
16
pexpect will be incompatible. :ghpull: `12510`
17
18
19
5
20
.. _version 717:
6
21
7
22
IPython 7.17
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages