summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DOC: Update axis parameter for np.ma.{min,max}Yoon, Jee Seok2021-11-191-2/+8
* | REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-161-0/+6
* | MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-1/+1
|/
* Merge pull request #19899 from arunppsg/issue16751_add_note_to_docsMelissa Weber Mendonça2021-10-011-8/+36
|\
| * MAINT: Addded variables to __all__Arun2021-09-201-2/+2
| * DOC: replace return type in np.ma* docstringArun2021-09-201-6/+34
* | ENH: Add spaces after punctuation in dtype repr/str. (#19686)Antony Lee2021-09-291-1/+1
|/
* Add check for when value is a np.maiameskild2021-08-241-1/+2
* Merge pull request #19244 from iameskild/fix_18951Matti Picus2021-08-131-2/+5
|\
| * Add check if __setitem__ indx is maiameskild2021-06-111-2/+5
* | PERF: Avoid using `@recursive`.Antony Lee2021-08-031-12/+10
* | Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-5/+0
|\ \
| * | MAINT: Removed 'if' block which served no purpose in core.py and removed '_li...default-3032021-05-261-7/+0
| * | MAINT: Added comments for future refrence in core.py and system_info.py - fix...default-3032021-05-261-1/+2
| * | MAINT: Added comments for future refrence in core.py and system_info.pydefault-3032021-05-261-0/+3
| * | MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-2/+0
* | | ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-071-4/+8
* | | BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)Constanza2021-06-271-3/+0
| |/ |/|
* | DOC: replace np.ma functions' return types with `MaskedArray` (#18964)Pax2021-05-291-11/+77
|/