Skip to content

Commit

Permalink
MNT : remove deprecated delaunay code
Browse files Browse the repository at this point in the history
Removed in PR matplotlib#2504

merged to master as 6afba8d
  • Loading branch information
tacaswell committed Sep 17, 2016
1 parent ede44e5 commit 2c6be12
Show file tree
Hide file tree
Showing 79 changed files with 9 additions and 3,963 deletions.
3 changes: 1 addition & 2 deletions ci/conda_recipe/run_test.py
@@ -1,11 +1,10 @@
import os
import platform
import platform
import sys

import matplotlib
import matplotlib.pyplot
import matplotlib._cntr
import matplotlib._delaunay
import matplotlib._image
import matplotlib._path
import matplotlib._png
Expand Down
7 changes: 7 additions & 0 deletions doc/api/api_changes/code_removal.rst
@@ -0,0 +1,7 @@
Code Removal
````````````

matplotlib.delaunay
-------------------
Remove the delaunay triangulation code which is now handled by Qhull
via ``matplotlib.tri``
1 change: 0 additions & 1 deletion lib/matplotlib/__init__.py
Expand Up @@ -1508,7 +1508,6 @@ def _jupyter_nbextension_paths():
'matplotlib.tests.test_container',
'matplotlib.tests.test_contour',
'matplotlib.tests.test_dates',
'matplotlib.tests.test_delaunay',
'matplotlib.tests.test_dviread',
'matplotlib.tests.test_figure',
'matplotlib.tests.test_font_manager',
Expand Down

0 comments on commit 2c6be12

Please sign in to comment.