Show More
@@ -2,6 +2,31 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version770: | |
|
6 | ||
|
7 | IPython 7.7.0 | |
|
8 | ============= | |
|
9 | ||
|
10 | IPython 7.7.0 contain multiple bug fixes and documentation updates; Here are a | |
|
11 | few of the outstanding issue fixed: | |
|
12 | ||
|
13 | - Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on | |
|
14 | previously acceptable arguments :ghpull:`11814`. | |
|
15 | - Fix the manage location on freebsd :ghpull:`11808`. | |
|
16 | - Fix error message about aliases after ``%reset`` call in ipykernel | |
|
17 | :ghpull:`11806` | |
|
18 | - Fix Duplication completions in emacs :ghpull:`11803` | |
|
19 | ||
|
20 | We are planning to adopt `NEP29 <https://github.com/numpy/numpy/pull/14086>`_ | |
|
21 | (still currently in draft) which may make this minor version of IPython the | |
|
22 | last one to support Python 3.5 and will make the code base more aggressive | |
|
23 | toward removing compatibility with older versions of Python. | |
|
24 | ||
|
25 | GitHub now support to give only "Triage" permissions to users; if you'd like to | |
|
26 | help close stale issues and labels issues please reach to us with your GitHub | |
|
27 | Username and we'll add you to the triage team. It is a great way to start | |
|
28 | contributing and a path toward getting commit rights. | |
|
29 | ||
|
5 | 30 | .. _version761: |
|
6 | 31 | |
|
7 | 32 | IPython 7.6.1 |
General Comments 0
You need to be logged in to leave comments.
Login now