##// END OF EJS Templates
[docs] Fixed typos in whatsnew v6
Michael Käufl -
Show More
@@ -138,7 +138,7 b' Miscs improvements'
138 - Pressing Ctrl-Z in the terminal debugger now suspends IPython, as it already
138 - Pressing Ctrl-Z in the terminal debugger now suspends IPython, as it already
139 does in the main terminal prompt.
139 does in the main terminal prompt.
140
140
141 - autoreload can now reload ``Enum``. See :ghissue:`10232` and :ghpull:`10316`
141 - Autoreload can now reload ``Enum``. See :ghissue:`10232` and :ghpull:`10316`
142
142
143 - IPython.display has gained a :any:`GeoJSON <IPython.display.GeoJSON>` object.
143 - IPython.display has gained a :any:`GeoJSON <IPython.display.GeoJSON>` object.
144 :ghpull:`10288` and :ghpull:`10253`
144 :ghpull:`10288` and :ghpull:`10253`
@@ -149,7 +149,7 b' Miscs improvements'
149 Functions Deprecated in 6.x Development cycle
149 Functions Deprecated in 6.x Development cycle
150 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151
151
152 - Loading extensions from ``ipython_extension_dir`` print a warning that this
152 - Loading extensions from ``ipython_extension_dir`` prints a warning that this
153 location is pending deprecation. This should only affect users still having
153 location is pending deprecation. This should only affect users still having
154 extensions installed with ``%install_ext`` which has been deprecated since
154 extensions installed with ``%install_ext`` which has been deprecated since
155 IPython 4.0, and removed in 5.0. Extensions still present in
155 IPython 4.0, and removed in 5.0. Extensions still present in
@@ -163,7 +163,7 b' Functions Deprecated in 6.x Development cycle'
163
163
164
164
165 - The function `IPython.core.oinspect.py:call_tip` is unused, was marked as
165 - The function `IPython.core.oinspect.py:call_tip` is unused, was marked as
166 Deprecated (raising a Deprecation Warning) and marked for later removal
166 deprecated (raising a `DeprecationWarning`) and marked for later removal.
167 :ghpull:`10104`
167 :ghpull:`10104`
168
168
169 Backward incompatible changes
169 Backward incompatible changes
@@ -182,7 +182,7 b' development cycle marked for Milestone 6.0.'
182 `reload` into the interactive namespace have been removed. You have to
182 `reload` into the interactive namespace have been removed. You have to
183 explicitly import `reload` from `IPython.lib.deepreload` to use it.
183 explicitly import `reload` from `IPython.lib.deepreload` to use it.
184
184
185 - the :magic:`profile` used to print current IPython profile in use, and which
185 - The :magic:`profile` used to print current IPython profile in use, and which
186 was deprecated in IPython 2.0 does now raise a `DeprecationWarning` error when
186 was deprecated in IPython 2.0 does now raise a `DeprecationWarning` error when
187 used. It is often confused with the :magic:`prun` and the deprecation remove
187 used. It is often confused with the :magic:`prun` and the deprecation remove
188 should free up the ``profile`` name in future versions.
188 should free up the ``profile`` name in future versions.
General Comments 0
You need to be logged in to leave comments. Login now