@@ -11,15 +11,22 @@ The following modules are deprecated:
11
11
The following classes, methods, functions, and attributes are deprecated:
12
12
13
13
- ``afm.parse_afm ``,
14
+ - ``backend_qt5.error_msg_qt ``, ``backend_qt5.exception_handler ``,
14
15
- ``backend_wx.FigureCanvasWx.macros ``,
15
16
- ``cbook.GetRealpathAndStat ``, ``cbook.Locked ``,
16
17
- ``cbook.is_numlike `` (use ``isinstance(..., numbers.Number) `` instead),
17
- ``cbook.listFiles ``, ``cbook.unicode_safe ``
18
+ ``cbook.listFiles ``, ``cbook.unicode_safe ``,
18
19
- ``container.Container.set_remove_method ``,
20
+ - ``contour.ContourLabeler.cl ``, ``.cl_xy ``, and ``.cl_cvalues ``,
19
21
- ``dates.DateFormatter.strftime_pre_1900 ``, ``dates.DateFormatter.strftime ``,
20
22
- ``font_manager.TempCache ``,
21
23
- ``mathtext.unichr_safe `` (use ``chr `` instead),
22
- - ``testing.ImageComparisonTest ``,
24
+ - ``table.Table.get_child_artists `` (use ``get_children `` instead),
25
+ - ``testing.compare.ImageComparisonTest ``, ``testing.compare.compare_float ``,
26
+ - ``testing.decorators.skip_if_command_unavailable ``.
27
+ - ``FigureCanvasQT.keyAutoRepeat `` (directly check
28
+ ``event.guiEvent.isAutoRepeat() `` in the event handler to decide whether to
29
+ handle autorepeated key presses).
23
30
- ``FigureCanvasWx.macros ``,
24
31
- ``_ImageBase.iterpnames ``, use the ``interpolation_names `` property instead.
25
32
(this affects classes that inherit from ``_ImageBase `` including
0 commit comments