Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98c484 commit e0fd416Copy full SHA for e0fd416
3 files changed
doc/api/api_changes/code_removal.rst
@@ -58,3 +58,8 @@ patheffects.svg
58
---------------
59
- remove ``get_proxy_renderer`` method from ``AbstarctPathEffect`` class
60
- remove ``patch_alpha`` and ``offset_xy`` from ``SimplePatchShadow``
61
+
62
63
+Remove ``testing.image_util.py``
64
+--------------------------------
65
+Contained only a no-longer used port of functionality from PIL
lib/matplotlib/testing/image_util.py
lib/matplotlib/tests/test_coding_standards.py
@@ -190,7 +190,6 @@ def test_pep8_conformance_installed_files():
190
'type1font.py',
191
'widgets.py',
192
'testing/decorators.py',
193
- 'testing/image_util.py',
194
'testing/noseclasses.py',
195
'testing/jpl_units/Duration.py',
196
'testing/jpl_units/Epoch.py',
0 commit comments