Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 179204c

Browse filesBrowse 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
Copy full SHA for 179204c

File tree

Expand file treeCollapse file tree

80 files changed

+14
-3973
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

80 files changed

+14
-3973
lines changed

‎ci/conda_recipe/run_test.py

Copy file name to clipboardExpand all lines: ci/conda_recipe/run_test.py
+1-2Lines 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

Copy file name to clipboard
+12Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/qt4_compat.py
-10Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.