summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: move `mask_rowcols` to `ma/extras.py`yuki2023-03-251-2/+90
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-2/+2
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-5/+1
* BUG: Import ``numpy.ma`` at beginning of examples.Charles Harris2022-09-171-0/+1
* DOC: add example for ma.unique functionswagatip2022-09-161-0/+25
* Revert "BUG: Fix masked median multiple masked arrays (#21999)"mattip2022-07-201-4/+1
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-12/+5
* BUG: Fix masked median multiple masked arrays (#21999)Brigitta Sipőcz2022-07-171-1/+4
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-5/+12
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-12/+5
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-5/+12
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-1/+1
* Fix some typos.Yulv-git2022-05-141-1/+1
* Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-111-6/+74
|\
| * ENH: Add compressed= argument to ma.ndenumerateJouke Witteveen2022-05-101-6/+28
| * Update numpy/ma/extras.pyMatti Picus2022-04-221-1/+2
| * ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-221-6/+51
* | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-3/+36
|/
* DOC: fix data type of parameter shape (#21251)Pax2022-03-261-2/+2
* DOC: fix input parameter type in docstring.Ross Barnowski2022-01-271-1/+1
* DOC: fix np.ma.flatnotmasked_contiguous docstringstephenworsley2022-01-271-1/+1
* BUG: fix `ma.average` not working well with nan weightsIvan Gonzalez2021-12-021-1/+2
* MAINT: remove unused argument in private functionMarten van Kerkwijk2021-09-141-2/+2
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-1/+0
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* BUG: fixed ma.average ignoring masked weights (#18960)Laura Martens2021-05-121-1/+1
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-2/+2
* DOC: more mist fixes of syntax.Matthias Bussonnier2021-01-281-1/+1
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-1/+1
* DOC: Fixing references in ma docstrings (#16300)Takanori H2020-10-071-4/+4
* DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-171-1/+1
* DOC: Fix malformed docstrings in ma. (#16296)Takanori H2020-06-111-8/+3
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-021-2/+14
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* DOC: lib: Add more explanation of the weighted average calculation.Warren Weckesser2019-08-261-2/+5
* DOC: fix some more See Also issuesRalf Gommers2019-04-141-6/+6
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-1/+0
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-122/+137
* MAINT: rewrite np.ma.(median|sort) to use take_along_axisEric Wieser2018-05-251-24/+12
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-3/+8
* BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-13/+37
* MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-1/+2
* BUG: concatenation using axis=None in union1dAnas Khan2018-01-091-1/+1
* BUG: arrays not being flattened in `union1d`Anas Khan2018-01-081-1/+1
* ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-171-1/+2
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-2/+2
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1