From c0bdacb088a309e3e497ec7880773f7a46f1ae3d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 21 Feb 2018 22:40:49 +0000 Subject: [PATCH] Remove deprecated code in image.py --- doc/api/next_api_changes/2018-02-15-AL-deprecations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/next_api_changes/2018-02-15-AL-deprecations.rst b/doc/api/next_api_changes/2018-02-15-AL-deprecations.rst index e41e8957a48b..3c0fedba810d 100644 --- a/doc/api/next_api_changes/2018-02-15-AL-deprecations.rst +++ b/doc/api/next_api_changes/2018-02-15-AL-deprecations.rst @@ -20,6 +20,10 @@ The following classes, methods, functions, and attributes are deprecated: - ``font_manager.TempCache``, - ``mathtext.unichr_safe`` (use ``chr`` instead), - ``testing.ImageComparisonTest``, +- ``FigureCanvasWx.macros``, +- ``_ImageBase.iterpnames``, use the ``interpolation_names`` property instead. + (this affects classes that inherit from ``_ImageBase`` including + :class:`FigureImage`, :class:`BboxImage`, and :class:`AxesImage`), - ``texmanager.dvipng_hack_alpha``, - ``text.Annotation.arrow``,