summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-1/+7
|\
| * MAINT: Structured MA fill value workaround by adding array castSebastian Berg2022-10-051-1/+7
* | DOC: added `ma.round` and `ma.round_` examples (#22404)Felix Hirwa Nshuti2022-10-111-0/+22
* | Merge pull request #22046 from cmarmo/masked-invalidSebastian Berg2022-10-052-13/+13
|\ \
| * | Remove try statement. Add test.Chiara Marmo2022-09-072-4/+5
| * | Fix lint.Chiara Marmo2022-07-251-1/+2
| * | Make mask_invalid consistent with mask_where when copy is set to False. Add t...Chiara Marmo2022-07-252-13/+11
* | | Added ma.min examplesFelix Hirwa Nshuti2022-10-011-1/+1
* | | Added ma.min examplesFelix Hirwa Nshuti2022-10-011-0/+30
| |/ |/|
* | DOC: Adding examples to `ma.max` function (#22331)Felix Hirwa Nshuti2022-09-271-0/+37
* | 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
* | Remove long deprecated functionality from np.maBrigitta Sipőcz2022-09-082-87/+2
* | Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-1/+1
|\ \ | |/ |/|
| * Don't regenerate the descriptor unnecessarily.M. Eric Irrgang2022-07-161-1/+1
* | Revert "TST: add a test for ma.minimum.reduce with axis keyword"mattip2022-07-201-12/+0
* | Revert "BUG: Fix masked median multiple masked arrays (#21999)"mattip2022-07-202-23/+1
* | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-203-194/+47
* | Revert "nomask in nomask out" from 21977mattip2022-07-201-2/+2
* | Revert "BUG: fix ma.minimum.reduce with axis keyword"mattip2022-07-201-2/+0
* | BUG: Fix masked median multiple masked arrays (#21999)Brigitta Sipőcz2022-07-172-1/+23
* | BUG: fix ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+2
* | TST: add a test for ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+12
|/
* nomask in nomask outRuth Comer2022-07-131-2/+2
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-07-131-0/+64
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-133-47/+194
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-094-253/+47
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-06-291-0/+59
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-293-47/+194
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-262-1/+10
* API: Define `<`, `<=`, `>`, `>=` for masked arraysSebastian Berg2022-06-212-1/+65
* ENH: Add overflow check to float setitemSebastian Berg2022-06-131-1/+5
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-1/+4
* Merge pull request #20914 from kinshukdua/fix_ma_meanMatti Picus2022-06-122-1/+16
|\
| * BUG: change `ma.mean` dtype to be consistent with `np.mean`Kinshuk Dua2022-01-272-1/+16
* | Merge pull request #21620 from seberg/promotion-prepsMatti Picus2022-05-292-54/+42
|\ \
| * | TST,MAINT: Simplify warning testing in masked arraysSebastian Berg2022-05-271-36/+18
| * | MAINT: Fortify masked in-place ops against promotion warningsSebastian Berg2022-05-271-18/+24
* | | Fix some typos.Yulv-git2022-05-141-1/+1
|/ /
* | TST: Fix uninitialized value in masked ndenumerate testSebastian Berg2022-05-121-1/+1
* | Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-114-7/+115
|\ \
| * | ENH: Add compressed= argument to ma.ndenumerateJouke Witteveen2022-05-103-7/+38
| * | Update numpy/ma/extras.pyMatti Picus2022-04-221-1/+2
| * | ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-224-7/+83
* | | TYP: Add typing for the keepdims param. of 'average' and 'ma.average'warren2022-05-101-1/+1
* | | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-092-5/+61
|/ /
* | Add space after argument nameOscar Gustafsson2022-04-031-6/+6
* | 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