|
| 1 | +Removal of deprecated APIs |
| 2 | +`````````````````````````` |
| 3 | +The following deprecated API elements have been removed: |
| 4 | + |
| 5 | +- ``matplotlib.checkdep_tex``, ``matplotlib.checkdep_xmllint``, |
| 6 | +- ``backend_bases.IdleEvent``, |
| 7 | +- ``cbook.converter``, ``cbook.tostr``, ``cbook.todatetime``, ``cbook.todate``, |
| 8 | + ``cbook.tofloat``, ``cbook.toint``, ``cbook.unique``, |
| 9 | + ``cbook.is_string_like``, ``cbook.is_sequence_of_strings``, |
| 10 | + ``cbook.is_scalar``, ``cbook.soundex``, ``cbook.dict_delall``, |
| 11 | + ``cbook.get_split_ind``, ``cbook.wrap``, ``cbook.get_recursive_filelist``, |
| 12 | + ``cbook.pieces``, ``cbook.exception_to_str``, ``cbook.allequal``, |
| 13 | + ``cbook.alltrue``, ``cbook.onetrue``, ``cbook.allpairs``, ``cbook.finddir``, |
| 14 | + ``cbook.reverse_dict``, ``cbook.restrict_dict``, ``cbook.issubclass_safe``, |
| 15 | + ``cbook.recursive_remove``, ``cbook.unmasked_index_ranges``, |
| 16 | + ``cbook.Null``, ``cbook.RingBuffer``, ``cbook.Sorter``, ``cbook.Xlator``, |
| 17 | +- ``font_manager.weight_as_number``, ``font_manager.ttfdict_to_fnames``, |
| 18 | +- ``pyplot.colors``, |
| 19 | +- ``rcsetup.validate_negative_linestyle``, |
| 20 | + ``rcsetup.validate_negative_linestyle_legacy``, |
| 21 | +- ``testing.compare.verifiers``, ``testing.compare.verify``, |
| 22 | +- ``testing.decorators.knownfailureif``, |
| 23 | + ``testing.decorators.ImageComparisonTest.remove_text``, |
| 24 | +- ``tests.assert_str_equal``, ``tests.test_tinypages.file_same``, |
| 25 | +- ``texmanager.dvipng_hack_alpha``, |
| 26 | +- ``_AxesBase.axesPatch``, ``_AxesBase.get_cursor_props``, |
| 27 | + ``_AxesBase.set_cursor_props``, |
| 28 | +- ``_ImageBase.iterpnames``, |
| 29 | +- ``Figure.figurePatch``, |
| 30 | +- ``FigureCanvasBase.dynamic_update``, ``FigureCanvasBase.idle_event``, |
| 31 | + ``FigureCanvasBase.get_linestyle``, ``FigureCanvasBase.set_linestyle``, |
| 32 | +- ``FigureCanvasQTAgg.blitbox``, |
| 33 | +- passing ``frac`` to ``PolarAxes.set_theta_grids``, |
0 commit comments