Release of IPython 7.16

Hi all,

IPython 7.16 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, the “reproducible build” failed last month, so hopefully thins time it’s fine.

The biggest change is the traceback and debugger now skip frames marked with __tracebackhide__.

You can upgrade with pip:

pip install ipython --upgrade

And if you are using conda, once available on conda-forge:

conda upgrade ipython

Thanks !

3 Likes