Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 888fa20

Browse filesBrowse 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
Copy full SHA for 888fa20

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.