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