Hi all,
Last friday of the month, IPython 7.25 was released a few minutes ago, and is now available on PyPI, soon on conda-forge; thanks in advance to Nick Bollweg for keeping an eye on conda-forge.
Only one change !
I think that’s one of the smallest release we had in a long time, the release notes are bigger than the code change, but if you use or plan to use any debug feature directly or indirectly this is highly recommended as the debugger would sometime undo user changes.
upgrade
You can (and should) upgrade with pip:
pip install ipython --upgrade
And if you are using conda, once available on conda-forge:
conda upgrade ipython
Enjoy.