summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-282-1/+10
* 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
* DOC: Restore MaskedArray.hardmask documentation (#20810)Hans Meine2022-01-181-8/+51
* ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-081-3/+2
* Merge pull request #20505 from scratchmex/ma_averageMatti Picus2021-12-242-1/+27
|\
| * BUG: fix `ma.average` not working well with nan weightsIvan Gonzalez2021-12-022-1/+27
* | STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-232-3/+2
* | STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-234-10/+10
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0
* | Fix sorting of int8/int16serge-sans-paille2021-12-121-0/+4
|/
* 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-162-0/+48
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-1/+0
* MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-1/+1
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
* Merge pull request #19899 from arunppsg/issue16751_add_note_to_docsMelissa Weber Mendonça2021-10-012-11/+83
|\
| * TST: added tests for np.ma.ones and np.ma.zerosArun2021-09-221-3/+47
| * 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
* | MAINT: Fix typo in public APIDimitri Papadopoulos2021-09-284-7/+42
* | REV: 8396026Dimitri Papadopoulos2021-09-283-6/+6
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-214-12/+12
|/
* MAINT: remove unused argument in private functionMarten van Kerkwijk2021-09-141-2/+2
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
* BUG: fix a regression where a masked_array's mask wouldn't updateClément Robert2021-08-241-0/+9
* Add check for when value is a np.maiameskild2021-08-241-1/+2
* Merge pull request #19244 from iameskild/fix_18951Matti Picus2021-08-132-2/+12
|\
| * Fix lint E225 complaintiameskild2021-06-141-1/+1
| * added tests for 18951 fixImenRajhi2021-06-141-0/+7
| * added tests for 18951 fixImenRajhi2021-06-141-7/+0
| * added a test for condition assignment for masked arraysImenRajhi2021-06-121-0/+7
| * Add check if __setitem__ indx is maiameskild2021-06-111-2/+5
* | PERF: Avoid using `@recursive`.Antony Lee2021-08-031-12/+10
* | ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* | ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* | Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-092-6/+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