Skip to content

Commit c0bdacb

Browse files
committed
Remove deprecated code in image.py
1 parent f7b6f89 commit c0bdacb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The following classes, methods, functions, and attributes are deprecated:
2020
- ``font_manager.TempCache``,
2121
- ``mathtext.unichr_safe`` (use ``chr`` instead),
2222
- ``testing.ImageComparisonTest``,
23+
- ``FigureCanvasWx.macros``,
24+
- ``_ImageBase.iterpnames``, use the ``interpolation_names`` property instead.
25+
(this affects classes that inherit from ``_ImageBase`` including
26+
:class:`FigureImage`, :class:`BboxImage`, and :class:`AxesImage`),
2327
- ``texmanager.dvipng_hack_alpha``,
2428
- ``text.Annotation.arrow``,
2529

0 commit comments

Comments
 (0)