summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-11-08 13:51:22 -0600
committerGitHub <noreply@github.com>2021-11-08 13:51:22 -0600
commit79b381f364818cd197d53ed8b767c8fa3bdcb33f (patch)
tree9d2fd4f4159c166fca00409626e9b1d6e8827eaf /numpy/lib/nanfunctions.py
parent5cc7ef066fca7a821a2160b095578384c301ae3c (diff)
parent035d853e32d6e60a40a6a845699723238a01431b (diff)
downloadnumpy-79b381f364818cd197d53ed8b767c8fa3bdcb33f.tar.gz
Merge pull request #20325 from bzah/doc/remove-alias-of-percentile-lerp
DOC: Remove non-existent quantile `interpolation="inclusive"` alias
Diffstat (limited to 'numpy/lib/nanfunctions.py')
-rw-r--r--numpy/lib/nanfunctions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/lib/nanfunctions.py b/numpy/lib/nanfunctions.py
index 9fab77f45..7e953be03 100644
--- a/numpy/lib/nanfunctions.py
+++ b/numpy/lib/nanfunctions.py
@@ -1277,7 +1277,7 @@ def nanpercentile(
* (NPY 2): 'higher',
* (NPY 3): 'midpoint'
* (NPY 4): 'nearest'
- * (NPY 5): 'linear', aliased with 'inclusive' (default)
+ * (NPY 5): 'linear' (default)
New options:
@@ -1287,7 +1287,7 @@ def nanpercentile(
* (H&F 4): 'interpolated_inverted_cdf'
* (H&F 5): 'hazen'
* (H&F 6): 'weibull'
- * (H&F 7): 'inclusive', aliased with 'linear' (default)
+ * (H&F 7): 'linear' (default)
* (H&F 8): 'median_unbiased'
* (H&F 9): 'normal_unbiased'
@@ -1418,7 +1418,7 @@ def nanquantile(
* (NPY 2): 'higher',
* (NPY 3): 'midpoint'
* (NPY 4): 'nearest'
- * (NPY 5): 'linear', aliased with 'inclusive' (default)
+ * (NPY 5): 'linear' (default)
New options:
@@ -1428,7 +1428,7 @@ def nanquantile(
* (H&F 4): 'interpolated_inverted_cdf'
* (H&F 5): 'hazen'
* (H&F 6): 'weibull'
- * (H&F 7): 'inclusive', aliased with 'linear' (default)
+ * (H&F 7): 'linear' (default)
* (H&F 8): 'median_unbiased'
* (H&F 9): 'normal_unbiased'