Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 179204c

Browse files
authored
Merge pull request #4128 from tacaswell/code_removal_2
Code removal for post 1.5/2.1
2 parents e9fa789 + 801a133 commit 179204c

File tree

80 files changed

+14
-3973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+14
-3973
lines changed

ci/conda_recipe/run_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import os
2-
import platform
2+
import platform
33
import sys
44

55
import matplotlib
66
import matplotlib.pyplot
77
import matplotlib._cntr
8-
import matplotlib._delaunay
98
import matplotlib._image
109
import matplotlib._path
1110
import matplotlib._png

doc/api/api_changes/code_removal.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Code Removal
2+
````````````
3+
4+
matplotlib.delaunay
5+
-------------------
6+
Remove the delaunay triangulation code which is now handled by Qhull
7+
via ``matplotlib.tri``
8+
9+
10+
qt4_compat.py
11+
-------------
12+
Moved to ``qt_compat.py``. Renamed because it now handles Qt5 as well.

lib/matplotlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,6 @@ def _jupyter_nbextension_paths():
14921492
'matplotlib.tests.test_container',
14931493
'matplotlib.tests.test_contour',
14941494
'matplotlib.tests.test_dates',
1495-
'matplotlib.tests.test_delaunay',
14961495
'matplotlib.tests.test_dviread',
14971496
'matplotlib.tests.test_figure',
14981497
'matplotlib.tests.test_font_manager',

lib/matplotlib/backends/qt4_compat.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)