Skip to content

Commit 68e3132

Browse files
committed
Remove deprecated code in image.py
1 parent 438aa08 commit 68e3132

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
@@ -13,3 +13,6 @@ The following functions and classes are deprecated:
1313
- ``cbook.is_numlike`` (use ``isinstance(..., numbers.Number)`` instead),
1414
- ``mathtext.unichr_safe`` (use ``chr`` instead),
1515
- ``texmanager.dvipng_hack_alpha``,
16+
- ``_ImageBase.iterpnames``, use the ``interpolation_names`` property instead.
17+
(this affects classes that inherit from ``_ImageBase`` including
18+
:class:`FigureImage`, :class:`BboxImage`, and :class:`AxesImage`)

0 commit comments

Comments
 (0)