| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC quantile q is a probability | Christian Lorentzen | 2023-04-04 | 1 | -4/+4 |
* | MAINT: Fix stacklevels for the new C dispatcher not adding one | Sebastian Berg | 2023-01-17 | 1 | -8/+8 |
* | BUG: Quantile function on complex number now throws an error (#22652) (#22703) | Matteo Raso | 2022-12-08 | 1 | -0/+7 |
* | BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `... | Roy Smart | 2022-12-05 | 1 | -10/+4 |
* | DOC: fixed two more typos in docstrings | Gaëtan de Menten | 2022-09-28 | 1 | -2/+2 |
* | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 1 | -3/+2 |
* | DOC: Update percentile/quantile docs | Sebastian Berg | 2021-11-12 | 1 | -30/+42 |
* | DOC: Remove reference to paper from quantile `method` kwarg | Sebastian Berg | 2021-11-12 | 1 | -2/+2 |
* | API,DEP: Rename percentile/quantile `interpolation=` to `method=` | Sebastian Berg | 2021-11-12 | 1 | -41/+68 |
* | DOC: Remove non-existent alias | abel | 2021-11-08 | 1 | -4/+4 |
* | DOC: Refer to the quantile/percentile notes for nan versions | Sebastian Berg | 2021-11-04 | 1 | -200/+3 |
* | MAINT: Remove unnecessary import of _QuantileInterpolation | Sebastian Berg | 2021-11-04 | 1 | -1/+0 |
* | MAINT: Clean following PR comments | abel | 2021-11-04 | 1 | -11/+4 |
* | DOC: fix docstrings. | Charles Harris | 2021-11-04 | 1 | -156/+268 |
* | MAINT, ENH [#10736] Add interpolation methods to quantile | abel | 2021-11-04 | 1 | -34/+178 |
* | ENH: Bring the `nan<x>` signatures up to parity with their `<x>`-based counte... | Bas van Beek | 2021-10-04 | 1 | -35/+139 |
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
* | BUG: Fixed an issue wherein `nanpercentile` and `nanquantile` would ignore th... | Bas van Beek | 2021-09-11 | 1 | -1/+2 |
* | MAINT: Let `_remove_nan_1d` attempt to identify nan-containing object arrays | Bas van Beek | 2021-09-05 | 1 | -2/+4 |
* | MAINT: Copy the `_methods._std` code-path for handling `nanstd` object-arrays | Bas van Beek | 2021-09-04 | 1 | -6/+3 |
* | BUG: Fixed an issue wherein certain `nan<x>` functions could fail for object ... | Bas van Beek | 2021-09-03 | 1 | -3/+20 |
* | MAINT: Directly grab `nan` from the input array | Bas van Beek | 2021-05-22 | 1 | -5/+7 |
* | BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-b... | Bas van Beek | 2021-05-22 | 1 | -2/+4 |
* | BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ... | Bas van Beek | 2021-05-22 | 1 | -1/+3 |
* | DOC: Nupydoc format space before `:` in Parameters | Matthias Bussonnier | 2021-01-31 | 1 | -1/+1 |
* | Fix docstring cross-referencing | Albert Villanova del Moral | 2020-09-04 | 1 | -9/+9 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | PERF: only copy input array in _replace_nan() if there are nans to replace | Christopher Whelan | 2019-12-02 | 1 | -1/+2 |
* | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -1/+1 |
* | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 1 | -1/+1 |
* | DOC: fix output argument reference | mattip | 2019-10-15 | 1 | -15/+15 |
* | DOC: Fixed dtype docs for var, nanvar. | Isaac Virshup | 2019-08-27 | 1 | -1/+1 |
* | Update nanfunctions.py | He Jia | 2019-06-14 | 1 | -0/+1 |
* | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589) | Stephan Hoyer | 2019-05-20 | 1 | -9/+16 |
* | ENH: add _nan_mask function | Tyler Reddy | 2019-01-18 | 1 | -0/+27 |
* | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -2/+2 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -49/+52 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+6 |
* | ENH: __array_function__ for np.lib, part 1 | Stephan Hoyer | 2018-10-08 | 1 | -0/+76 |
* | DOC: reduce warnings and cleanup redundant c-api documentation | mattip | 2018-08-14 | 1 | -7/+9 |
* | Merge pull request #10199 from chunweiyuan/quantile | Stephan Hoyer | 2018-04-23 | 1 | -2/+108 |
|\ |
|
| * | ENH: Adding np.quantile() and np.nanquantile(). #10199 | Chun-Wei Yuan | 2018-04-16 | 1 | -2/+108 |
* | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -7/+8 |
|/ |
|
* | DOC: Fix type of axis in nanfunctions (#10421) | Tobias Fischer | 2018-02-03 | 1 | -14/+14 |
* | MAINT: Avoid repeated validation of percentiles in nanpercentile | Eric Wieser | 2017-12-18 | 1 | -18/+27 |
* | DOC: give correct version of np.nansum change | Matthew Brett | 2017-12-19 | 1 | -1/+1 |
* | DOC: Fixup percentile docstring, from review in gh-9213 | Eric Wieser | 2017-12-10 | 1 | -19/+14 |
* | Make warnings for nanmin and nanmax consistent | Erik Quaeghebeur | 2017-10-23 | 1 | -1/+1 |
* | DOX: Fix mistaken word in nanprod docstring (#9703) | Robert T. McGibbon | 2017-09-17 | 1 | -1/+1 |
* | MAINT: Use moveaxis instead of rollaxis internally (#9475) | Nico Schlömer | 2017-08-10 | 1 | -1/+1 |