Hi all,
Last friday of the month (technically August 1st somewhere on earth already), IPython 7.17 was released a couple of minutes ago, and is now available on PyPI, soon on conda-forge.
You can read more about what is new here
IPython will not install on Python 3.6 anymore (unless you force it to), and it is not guaranteed to work.
Many small improvement on the debugger and input transformer, shout at to @impact27 and look into @kmaork project !
You can upgrade with pip:
pip install ipython --upgrade
And if you are using conda, once available on conda-forge:
conda upgrade ipython
(Readthedocs building currently failing, as it tried to build with Python 3.6 fix soon I hope, help welcomed.)
Thanks !