##// END OF EJS Templates
Backport PR #13551: whatsnew 7.32
Matthias Bussonnier -
Show More
@@ -16,6 +16,10 b' IPython 7.32'
16 ============
16 ============
17
17
18
18
19
20 Autoload magic lazily
21 ---------------------
22
19 The ability to configure magics to be lazily loaded has been added to IPython.
23 The ability to configure magics to be lazily loaded has been added to IPython.
20 See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
24 See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
21 One can now use::
25 One can now use::
@@ -28,6 +32,21 b' One can now use::'
28 And on first use of ``%my_magic``, or corresponding cell magic, or other line magic,
32 And on first use of ``%my_magic``, or corresponding cell magic, or other line magic,
29 the corresponding ``load_ext`` will be called just before trying to invoke the magic.
33 the corresponding ``load_ext`` will be called just before trying to invoke the magic.
30
34
35 Misc
36 ----
37
38 - Update sphinxify for Docrepr 0.2.0 :ghpull:`13503`.
39 - Set co_name for cells run line by line (to fix debugging with Python 3.10)
40 :ghpull:`13535`
41
42
43 Many thanks to all the contributors to this release. You can find all individual
44 contributions to this milestone `on github
45 <https://github.com/ipython/ipython/milestone/99>`__.
46
47 Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
48 work on IPython and related libraries.
49
31 .. _version 7.31:
50 .. _version 7.31:
32
51
33 IPython 7.31
52 IPython 7.31
General Comments 0
You need to be logged in to leave comments. Login now