Show More
@@ -26,6 +26,12 b' For more details, please consult the actual source.' | |||||
26 | New features |
|
26 | New features | |
27 | ------------ |
|
27 | ------------ | |
28 |
|
28 | |||
|
29 | * The :mod:`IPython.extensions.pretty` extension has been moved out of | |||
|
30 | quarantine and fully updated to the new extension API. | |||
|
31 | ||||
|
32 | * New magics for loading/unloading/reloading extensions have been added: | |||
|
33 | ``%load_ext``, ``%unload_ext`` and ``%reload_ext``. | |||
|
34 | ||||
29 | * The configuration system and configuration files are brand new. See the |
|
35 | * The configuration system and configuration files are brand new. See the | |
30 | configuration system :ref:`documentation <config_index>` for more details. |
|
36 | configuration system :ref:`documentation <config_index>` for more details. | |
31 |
|
37 | |||
@@ -133,12 +139,25 b' New features' | |||||
133 | Bug fixes |
|
139 | Bug fixes | |
134 | --------- |
|
140 | --------- | |
135 |
|
141 | |||
|
142 | * Previously, the latex Sphinx docs were in a single chapter. This has been | |||
|
143 | fixed by adding a sixth argument of True to the ``latex_documents`` | |||
|
144 | attribute of :file:`conf.py`. | |||
|
145 | ||||
|
146 | * The ``psum`` example in the MPI documentation has been updated to mpi4py | |||
|
147 | version 1.1.0. Thanks to J. Thomas for this fix. | |||
|
148 | ||||
|
149 | * The top-level, zero-install :file:`ipython.py` script has been updated to | |||
|
150 | the new application launching API. | |||
|
151 | ||||
136 | * Keyboard interrupts now work with GUI support enabled across all platforms |
|
152 | * Keyboard interrupts now work with GUI support enabled across all platforms | |
137 | and all GUI toolkits reliably. |
|
153 | and all GUI toolkits reliably. | |
138 |
|
154 | |||
139 | Backwards incompatible changes |
|
155 | Backwards incompatible changes | |
140 | ------------------------------ |
|
156 | ------------------------------ | |
141 |
|
157 | |||
|
158 | * The extension loading functions have been renamed to | |||
|
159 | :func:`load_ipython_extension` and :func:`unload_ipython_extension`. | |||
|
160 | ||||
142 | * :class:`~IPython.core.iplib.InteractiveShell` no longer takes an |
|
161 | * :class:`~IPython.core.iplib.InteractiveShell` no longer takes an | |
143 | ``embedded`` argument. Instead just use the |
|
162 | ``embedded`` argument. Instead just use the | |
144 | :class:`~IPython.core.iplib.InteractiveShellEmbed` class. |
|
163 | :class:`~IPython.core.iplib.InteractiveShellEmbed` class. |
General Comments 0
You need to be logged in to leave comments.
Login now