8000 MNT : remove deprecated delaunay code · tacaswell/matplotlib@041de03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 041de03

Browse files
committed
MNT : remove deprecated delaunay code
Removed in PR matplotlib#2504 merged to master as 6afba8d Conflicts: doc/api/api_changes/code_removal.rst
1 parent 9408937 commit 041de03

File tree

78 files changed

+7
-3959
lines changed

Some content is hidden

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

78 files changed

+7
-3959
lines changed

doc/api/api_changes/code_removal.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ Code Removal
44
Legend
55
------
66
Removed handling of `loc` as a positional argument to `Legend`
7+
8+
9+
matplotlib.delaunay
10+
-------------------
11+
Remove the delaunay triangulation code which is now handled by QHull
12+
via ``matplotlib.tri``

lib/matplotlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,6 @@ def tk_window_focus():
14111411
'matplotlib.tests.test_compare_images',
14121412
'matplotlib.tests.test_contour',
14131413
'matplotlib.tests.test_dates',
1414-
'matplotlib.tests.test_delaunay',
14151414
'matplotlib.tests.test_figure',
14161415
'matplotlib.tests.test_font_manager',
14171416
'matplotlib.tests.test_gridspec',

0 commit comments

Comments
 (0)
0