summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-04-27 12:36:32 +0200
committerGard Spreemann <gspr@nonempty.org>2022-04-27 12:36:32 +0200
commitbe73fe3ac63d3352477023dddc21aca71e07f460 (patch)
tree188cf1538b6726874a78096e20feb3c123fe33b1
parent4b866c2a4f6094986153326a1ac200ed4104faa3 (diff)
Drop patch for SciPy 1.8 (fixed upstream)
-rw-r--r--debian/patches/0001-Stop-testing-wminkowski-metric-removed-in-SciPy-1.8.patch21
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0001-Stop-testing-wminkowski-metric-removed-in-SciPy-1.8.patch b/debian/patches/0001-Stop-testing-wminkowski-metric-removed-in-SciPy-1.8.patch
deleted file mode 100644
index b6acfca..0000000
--- a/debian/patches/0001-Stop-testing-wminkowski-metric-removed-in-SciPy-1.8.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Gard Spreemann <gspr@nonempty.org>
-Date: Wed, 6 Apr 2022 11:44:01 +0200
-Subject: Stop testing wminkowski metric (removed in SciPy 1.8)
-
----
- test/test_utils.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/test_utils.py b/test/test_utils.py
-index 6b476b2..8b23c22 100644
---- a/test/test_utils.py
-+++ b/test/test_utils.py
-@@ -122,7 +122,7 @@ def test_dist():
- 'braycurtis', 'canberra', 'chebyshev', 'cityblock', 'correlation', 'cosine', 'dice',
- 'euclidean', 'hamming', 'jaccard', 'kulsinski',
- 'matching', 'minkowski', 'rogerstanimoto', 'russellrao',
-- 'sokalmichener', 'sokalsneath', 'sqeuclidean', 'wminkowski', 'yule'
-+ 'sokalmichener', 'sokalsneath', 'sqeuclidean', 'yule'
- ] # those that support weights
- metrics = ['mahalanobis', 'seuclidean'] # do not support weights depending on scipy's version
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c372534..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Stop-testing-wminkowski-metric-removed-in-SciPy-1.8.patch