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

Skip to content

Commit 613c653

Browse files
committed
MNT : remove deprecated delaunay code
Removed in PR #2504 merged to master as 6afba8d
1 parent 6595e4c commit 613c653

File tree

79 files changed

+9
-3963
lines changed

Some content is hidden

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

79 files changed

+9
-3963
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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``

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',

0 commit comments

Comments
 (0)