summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)Constanza2021-05-101-0/+4
* Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-211-1/+1
|\
| * ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-1/+1
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-21/+20
|/
* BUG: Fix ma coercion list-of-ma-arrays if they do not cast to boolSebastian Berg2021-03-121-2/+3
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-3/+8
* DOC: more mist fixes of syntax.Matthias Bussonnier2021-01-281-7/+6
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-2/+2
* [DOC] Replace {var} in docstrings type annotation with `scalar or None`.Matthias Bussonnier2020-12-071-7/+7
* MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.Warren Weckesser2020-11-081-1/+1
* DOC: Fixuptakanori-pskq2020-11-051-2/+2
* DOC: Prepend `ma.`takanori-pskq2020-11-041-12/+14
* DOC: Fixing references in ma docstrings (#16300)Takanori H2020-10-071-1/+1
* fix: chains nested try-except-raiseJovial Joe Jayarson2020-10-021-4/+4
* DOC: Fix ``np.ma.core.doc_note`` (#16311)Takanori H2020-06-091-9/+3
* Merge pull request #16240 from WarrenWeckesser/ptp-warningMatti Picus2020-05-151-0/+47
|\
| * DOC: Warn about behavior of ptp with signed integers.Warren Weckesser2020-05-151-0/+47
* | BUG: max/min of a masked array dtype fix (gh-15991)Rakesh Vasudevan2020-05-141-5/+8
|/
* MAINT: Chain exceptions in memmap.py and core.py (#16067)Chris Holland2020-05-011-2/+4
* BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-251-2/+9
* DOC:Fix method documentation of function sort()vrakesh2020-04-161-2/+12
* Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-041-0/+46
|\
| * DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-261-0/+46
* | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-3/+10
|\ \
| * | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-3/+10
| |/
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-2/+0
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-11/+0