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 8a4dde5

Browse filesBrowse files
authored
Merge pull request #10815 from tacaswell/API_shift_TempCache_deprecation
API: shift deprecation of TempCache class to 3.0
2 parents d20257c + 58154f3 commit 8a4dde5
Copy full SHA for 8a4dde5

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎doc/api/next_api_changes/2018-02-15-AL-deprecations.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-02-15-AL-deprecations.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following classes, methods, and functions are deprecated:
1515
- ``container.Container.set_remove_method``,
1616
- ``mathtext.unichr_safe`` (use ``chr`` instead),
1717
- ``texmanager.dvipng_hack_alpha``,
18+
- ``font_manager.TempCache``,
1819

1920
The following rcParams are deprecated:
2021
- ``pgf.debug`` (the pgf backend relies on logging),

‎lib/matplotlib/font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def _normalize_font_family(family):
926926
return family
927927

928928

929-
@cbook.deprecated("2.2")
929+
@cbook.deprecated("3.0")
930930
class TempCache(object):
931931
"""
932932
A class to store temporary caches that are (a) not saved to disk

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.