summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_extras.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-0/+29
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* Revert "BUG: Fix masked median multiple masked arrays (#21999)"mattip2022-07-201-19/+0
* BUG: Fix masked median multiple masked arrays (#21999)Brigitta Sipőcz2022-07-171-0/+19
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-0/+9
* TST: Fix uninitialized value in masked ndenumerate testSebastian Berg2022-05-121-1/+1
* Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-111-1/+39
|\
| * ENH: Add compressed= argument to ma.ndenumerateJouke Witteveen2022-05-101-0/+9
| * ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-221-1/+30
* | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-2/+25
|/
* BUG: fix `ma.average` not working well with nan weightsIvan Gonzalez2021-12-021-0/+25
* BUG: fixed ma.average ignoring masked weights (#18960)Laura Martens2021-05-121-0/+17
* BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-251-0/+22
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-14/+14
* 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-0/+13
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-6/+6
* ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-65/+42
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-3/+2
* MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-221-15/+0
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-0/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-4/+7
* TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
* STY: Break some long lines.Charles Harris2018-01-181-1/+2
* ref to issue in numpy.maAnas Khan2018-01-101-0/+1
* adding new tests for union1dAnas Khan2018-01-091-0/+6
* ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-171-1/+83
* ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+9
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-2/+2
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-241-34/+33
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-051-0/+10
* MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-051-1/+4
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+22
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-1/+1
* BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-271-3/+3
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-5/+0
* BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-0/+22
* TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-251-10/+59
* BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-231-2/+6
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-0/+186
* BUG: fix np.ma.median with only one non-masked valueLoïc Estève2016-09-071-0/+9
* TST: Add ma.median tests for valid axis.Charles Harris2016-09-051-0/+32
* MAINT: Spell out with and without in ma test functionsSebastian Berg2016-09-021-8/+8
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-21/+15
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-5/+30
* BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-071-4/+38
* BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-221-0/+13
* TST: Fix some MA tests to avoid looking at the .data attributeAllan Haldane2016-02-261-9/+9