Show More
@@ -25,6 +25,7 b' Need to be updated:' | |||
|
25 | 25 | |
|
26 | 26 | |
|
27 | 27 | |
|
28 | ||
|
28 | 29 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. |
|
29 | 30 | |
|
30 | 31 | Backwards incompatible changes |
@@ -15,6 +15,21 b' and some refactoring improvements (typing, pathlib) and a fix on completion.' | |||
|
15 | 15 | - :ghpull:`14190` remove support for python 2 in lexers |
|
16 | 16 | - :ghpull:`14185` support completion based on type annotations of calls |
|
17 | 17 | |
|
18 | Mamba and Micromamba magic | |
|
19 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
|
20 | ||
|
21 | In addition to the conda command to manage conda environment, mamba and | |
|
22 | micromamba can now be used using the corresponding magic in IPython. | |
|
23 | Since these commands are compatible with conda, they are following the | |
|
24 | same logic. | |
|
25 | ||
|
26 | These two magic require to have the corresponding commands available | |
|
27 | either in the conda environment or system wide. | |
|
28 | ||
|
29 | :ghpull:`14191` | |
|
30 | ||
|
31 | ---- | |
|
32 | ||
|
18 | 33 | As usual you can find the full list of PRs on GitHub under `the 8.17 |
|
19 | 34 | <https://github.com/ipython/ipython/milestone/123?closed=1>`__ milestone. |
|
20 | 35 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now