Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 888fa20

Browse files
committed
api_changes: Document the API changes.
- The subtle change to cbook.report_memory's exception types. - Moving subprocess_fixed to compat.subprocess.
1 parent f41000d commit 888fa20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/api_changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Changes in 1.3.x
3232
by ``self.vline`` for vertical cursors lines and ``self.hline`` is added
3333
for the horizontal cursors lines.
3434

35+
* On POSIX platforms, the :func:`~matplotlib.cbook.report_memory` function
36+
raises :class:`NotImplementedError` instead of :class:`OSError` if the
37+
:command:`ps` command cannot be run.
38+
39+
* The :func:`~matplotlib.cbook.check_output` function has been moved to
40+
`~matplotlib.compat.subprocess`.
41+
3542
Changes in 1.2.x
3643
================
3744

0 commit comments

Comments
 (0)