diff options
author | He Jia <he.jia.phy@gmail.com> | 2019-06-14 18:02:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 18:02:38 -0700 |
commit | 855a712f5bce3b3ca9f7fef41d93105fa2c22c86 (patch) | |
tree | 00b38db981b91fcdac62b4e6ed55508a003a486a /numpy/lib/nanfunctions.py | |
parent | aece3533a50f42d58960d7471ffe991811f7cbf4 (diff) | |
download | numpy-855a712f5bce3b3ca9f7fef41d93105fa2c22c86.tar.gz |
Update nanfunctions.py
Diffstat (limited to 'numpy/lib/nanfunctions.py')
-rw-r--r-- | numpy/lib/nanfunctions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/nanfunctions.py b/numpy/lib/nanfunctions.py index f497aca63..9a03d0b39 100644 --- a/numpy/lib/nanfunctions.py +++ b/numpy/lib/nanfunctions.py @@ -1257,6 +1257,7 @@ def nanquantile(a, q, axis=None, out=None, overwrite_input=False, Compute the qth quantile of the data along the specified axis, while ignoring nan values. Returns the qth quantile(s) of the array elements. + .. versionadded:: 1.15.0 Parameters |