summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix masked array ravel order for A (and somewhat K)Sebastian Berg2023-04-281-1/+1
* BUG: Ignore invalid and overflow warnings in masked setitemSebastian Berg2023-04-211-0/+12
* DOC: Add Examples section to np.ma.sort docstring (#23392)Somasree Majumder2023-04-131-0/+15
* DOC: Add docstring examples for np.ma.right_shift (#23393)Somasree Majumder2023-04-101-0/+15
* DOC: Add example for np.ma.compressed. (#23426)Stefanie Molin2023-04-041-0/+23
* MAINT: move `mask_rowcols` to `ma/extras.py`yuki2023-03-251-91/+0
* ENH: revert changes of `mask_rowcols`yuki2023-03-221-8/+12
* Merge branch 'main' into enh-ma-dotyuki2023-03-221-1/+1
|\
| * BUG: ma with structured dtypeTyler Reddy2023-03-031-1/+1
* | add support for non-2d arraysyuki2023-03-031-25/+36
|/
* BUG: PR 23269 revisionsTyler Reddy2023-02-251-1/+1
* MAINT: PR 23269 revisionsTyler Reddy2023-02-241-1/+1
* MAINT: PR 23269 revisionsTyler Reddy2023-02-241-3/+2
* BUG: masked array proper deepcopiesTyler Reddy2023-02-231-1/+14
* BUG: fix ma.diff not preserving mask when using append/prepend (#22776)Marko Pacak2023-01-191-6/+135
* DOC: Add example for np.ma.diag (#22960)Stefanie Molin2023-01-161-0/+32
* API: Ensure a full mask is returned for masked_invalidSebastian Berg2022-12-211-1/+6
* BUG: Do not use getdata() in np.ma.masked_invalidSebastian Berg2022-12-191-5/+5
* ENH: Speedup masked array creation when mask=None (#22725)Lefteris Loukas2022-12-051-1/+7
* Merge pull request #22436 from cmarmo/doc-masked-equalSebastian Berg2022-11-211-17/+11
|\
| * Update numpy/ma/core.pySebastian Berg2022-11-211-3/+1
| * Address reviewer comment.Chiara Marmo2022-10-171-2/+4
| * Clarify docstring of masked_valuesChiara Marmo2022-10-131-14/+8
* | DOC: Add example for np.ma.power as part of #22269Stefanie Molin2022-11-191-0/+26
* | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-1/+1
|/
* 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-051-13/+1
|\ \
| * | Remove try statement. Add test.Chiara Marmo2022-09-071-4/+1
| * | Make mask_invalid consistent with mask_where when copy is set to False. Add t...Chiara Marmo2022-07-251-13/+4
* | | 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
* | Remove long deprecated functionality from np.maBrigitta Sipőcz2022-09-081-82/+2
|/
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-180/+40
* 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 ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+2
* nomask in nomask outRuth Comer2022-07-131-2/+2
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-40/+180
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-180/+40
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-40/+180
* API: Define `<`, `<=`, `>`, `>=` for masked arraysSebastian Berg2022-06-211-1/+19
* Merge pull request #20914 from kinshukdua/fix_ma_meanMatti Picus2022-06-121-1/+10
|\
| * BUG: change `ma.mean` dtype to be consistent with `np.mean`Kinshuk Dua2022-01-271-1/+10
* | MAINT: Fortify masked in-place ops against promotion warningsSebastian Berg2022-05-271-18/+24
* | Add space after argument nameOscar Gustafsson2022-04-031-6/+6
* | DOC: Restore MaskedArray.hardmask documentation (#20810)Hans Meine2022-01-181-8/+51
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0