8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c45702 commit 0cdac1eCopy full SHA for 0cdac1e
doc/api/api_changes.rst
@@ -47,6 +47,12 @@ original location:
47
- mstream -> `from matplotlib import stream as mstream`
48
- mtable -> `from matplotlib import table as mtable`
49
50
+* The Sphinx extensions `ipython_directive` and
51
+ `ipython_console_highlighting` have been moved to the IPython
52
+ project itself. While they remain in matplotlib for this release,
53
+ they have been deprecated. Update your extensions in `conf.py` to
54
+ point to `IPython.sphinxext.ipython_directive` instead of
55
+ `matplotlib.sphinxext.ipython_directive`.
56
57
* In :module:`~matplotlib.finance`, almost all functions have been deprecated and
58
replaced with a pair of functions name `*_ochl` and `*_ohlc`. The former is
0 commit comments