Skip to content

Commit

Permalink
Whats new 7.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Feb 25, 2022
1 parent 3da1ce6 commit ccfe7e7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/whatsnew/version7.rst
Expand Up @@ -9,6 +9,10 @@ IPython 7.32
============



Autoload magic lazily
---------------------

The ability to configure magics to be lazily loaded has been added to IPython.
See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
One can now use::
Expand All @@ -21,6 +25,21 @@ One can now use::
And on first use of ``%my_magic``, or corresponding cell magic, or other line magic,
the corresponding ``load_ext`` will be called just before trying to invoke the magic.

Misc
----

- Update sphinxify for Docrepr 0.2.0 :ghpull:`13503`.
- Set co_name for cells run line by line (to fix debugging with Python 3.10)
:ghpull:`13535`


Many thanks to all the contributors to this release. You can find all individual
contributions to this milestone `on github
<https://github.com/ipython/ipython/milestone/99>`__.

Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
work on IPython and related libraries.

.. _version 7.31:

IPython 7.31
Expand Down

0 comments on commit ccfe7e7

Please sign in to comment.