summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
| * BUG: Fix ma coercion list-of-ma-arrays if they do not cast to boolSebastian Berg2021-03-122-2/+22
* | MAINT: Re-export a number of sub-modulesBas van Beek2021-03-151-0/+2
* | added exception chaining in index_tricks.py and mrecords.pyMainak Debnath2021-03-111-16/+20
|/
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-042-3/+15
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
* DOC: more mist fixes of syntax.Matthias Bussonnier2021-01-282-8/+7
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-292-3/+3
* Merge pull request #17955 from Carreau/fix-17944Charles Harris2020-12-111-7/+7
|\
| * [DOC] Replace {var} in docstrings type annotation with `scalar or None`.Matthias Bussonnier2020-12-071-7/+7
* | TST: Do not disable errors globally in ma/timer_comparison.pySebastian Berg2020-12-081-3/+10
|/
* MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.Warren Weckesser2020-11-082-3/+7
* DOC: Fixuptakanori-pskq2020-11-051-2/+2
* DOC: Prepend `ma.`takanori-pskq2020-11-041-12/+14
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-257-38/+37
* DOC: Fixing references in ma docstrings (#16300)Takanori H2020-10-072-5/+5
* MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438)Ashutosh singh2020-10-071-2/+2
* fix: chains nested try-except-raiseJovial Joe Jayarson2020-10-021-4/+4
* DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-171-1/+1
* Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+225
|\
| * ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+223
| * ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
* | MAINT: Remove old sys.version_info codeHugo2020-09-031-2/+0
* | MAINT: changed ValueError line 103 in file timer_comparisonkaran-dhir2020-08-211-2/+2
|/
* MAINT: Undo change of how 0-D array-likes are handled as scalarsSebastian Berg2020-07-081-0/+11
* DOC: Fix malformed docstrings in ma. (#16296)Takanori H2020-06-111-8/+3
* DOC: Fix ``np.ma.core.doc_note`` (#16311)Takanori H2020-06-092-11/+35
* 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-142-5/+50
|/
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* 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-252-2/+31
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* 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