Skip to content

Commit 8c4b424

Browse files
committed
Remove deprecated code in image.py
1 parent a9a495e commit 8c4b424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ The following classes, methods, functions, and attributes are deprecated:
1919
- ``font_manager.TempCache``,
2020
- ``mathtext.unichr_safe`` (use ``chr`` instead),
2121
- ``FigureCanvasWx.macros``,
22+
- ``_ImageBase.iterpnames``, use the ``interpolation_names`` property instead.
23+
(this affects classes that inherit from ``_ImageBase`` including
24+
:class:`FigureImage`, :class:`BboxImage`, and :class:`AxesImage`),
2225
- ``texmanager.dvipng_hack_alpha``,
2326

2427
The following rcParams are deprecated:

0 commit comments

Comments
 (0)