Commit message Age Author Refs
r28445:8aeb6391
Add what's new content for mamba and micromamba magic
Samuel Gaist
0
r28444:b4327a04
Revert "fix semicolon detection with no history"
Matthias Bussonnier
0
r28443:b7c9c366
Support completion based on type annotations of calls (#14185) This fixes #14184 when `%config IPCompleter.use_jedi=False` is used: ![image](https://github.com/ipython/ipython/assets/5832902/7922c9d2-8cc8-4f10-a66e-98992769fba3)
Matthias Bussonnier
0
r28442:1fe77693
Implement magic for mamba and micromamba (#14191) Conda has two compatible alternative that are mamba and micromamba. In order for users to be able to use conda environment based on these two drop-in alternative, this patch implements two additional magic commands that makes them usable in the same fashion as conda. Fixes #14075
Matthias Bussonnier
0
r28441:476a067e
Update release script to use git switch in place of checkout (#14189) Git checkout has been deprecated in favor of git switch. The switch sub command is dedicated to branch handling while checkout did several different unrelated things which made it error prone. Fixes #13910
Matthias Bussonnier
0
r28440:c00e76fc
Fix temporary folder cleanup on exit (#14188) When using mkdtemp, the folder content cleanup must be done by the user. The current call to `rmdir` fails in case additional files are generated while editing the code. For example vim with undofile activated does this. Fixes #14099
Matthias Bussonnier
0
r28439:d267d502
Deprecation and removal for 8.17 (#14187) See #14186 I think for each of those warning we should: 1) Open an issue for removal, and update the corresponding warnings text to point to the corresponding issue.
Matthias Bussonnier
0
r28438:4c68d43a
Fix a typo in a comment
Michał Krassowski
0
r28437:abf66417
Implement magic for mamba and micromamba
Samuel Gaist
0
r28436:de5a605f
Update release script to use git switch in place of checkout
Samuel Gaist
0
< 1 2 3 4 5 6 7 .. 2846 >