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
+1
-1
@@
-37,7
+37,7
b' install:'
37
- pip install pip --upgrade
37
- pip install pip --upgrade
38
- pip install setuptools --upgrade
38
- pip install setuptools --upgrade
39
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
39
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
40
echo "for the tiem being still test on 3.6";
40
echo "for the time being still test on 3.6";
41
sed -i bkp s/7/6/g setup.py;
41
sed -ibkp s/7/6/g setup.py;
42
git diff;
42
git diff;
43
fi
43
fi
IPython/core/magics/pylab.py
0
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
README.rst
0
+2
0
@@
-29,6
+29,8
b' contribute to the project.'
29
29
30
Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html> `_
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
**IPython 7.10+** requires Python version 3.6 and above.
34
**IPython 7.10+** requires Python version 3.6 and above.
33
35
34
**IPython 7.0** requires Python version 3.5 and above.
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
7.x Series
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
.. _version 717:
20
.. _version 717:
6
21
7
IPython 7.17
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