summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-263-5/+0
* | | ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-072-6/+10
* | | MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-072-2/+0
* | | BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)Constanza2021-06-272-3/+24
* | | Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divideCharles Harris2021-06-231-15/+27
|\ \ \ | |_|/ |/| |
| * | BUG, TST: Determine complex types using typecodesGanesh Kathiresan2021-05-301-2/+2
| * | TST: Changed TC to check for `TypeError` in floor divideGanesh Kathiresan2021-05-291-15/+27
| |/
* | DOC: replace np.ma functions' return types with `MaskedArray` (#18964)Pax2021-05-291-11/+77
|/
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-242-2/+0
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-121-1/+1
* BUG: fixed ma.average ignoring masked weights (#18960)Laura Martens2021-05-122-1/+18
* BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)Constanza2021-05-102-1/+14
* ENH: Add improved placeholder annotations for `np.ma`Bas van Beek2021-05-054-224/+867
* Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-212-3/+3
|\
| * ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-182-3/+3
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-193-33/+30
* | MAINT: Added Chain exceptions where appropriate (#18400)Abhay Raghuvanshi2021-03-181-2/+2
|/
* Merge pull request #18605 from seberg/issue-18551Charles Harris2021-03-162-2/+23
|\
| * Update numpy/ma/tests/test_core.pySebastian Berg2021-03-131-1/+1
| * Apply suggestions from code reviewSebastian Berg2021-03-121-1/+2