summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-068-39/+10
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* TST: Switch to using pytest markersCharles Harris2018-04-042-9/+10
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* Merge pull request #10786 from lakshayg/stablesortJulian Taylor2018-03-312-2/+8
|\
| * add test for stable sortLakshay Garg2018-03-251-0/+6
| * add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-2/+2
* | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-252-17/+44
* | TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
|/
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+2
* TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt2018-03-161-11/+10
* MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-162-1/+3
* BUG: Functions in ma should not add Notes to existing docstrings.Charles Harris2018-02-151-5/+7
* MAINT: Remove unused code path for applying maskedarray domains to ufunc with...Eric Wieser2018-01-261-6/+2
* Merge pull request #10479 from eric-wieser/masked-array-out-fixMarten van Kerkwijk2018-01-262-5/+32
|\
| * BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2018-01-252-5/+32
* | STY: Break some long lines.Charles Harris2018-01-181-1/+2
* | ref to issue in numpy.maAnas Khan2018-01-101-0/+1
* | adding new tests for union1dAnas Khan2018-01-091-0/+6
* | BUG: concatenation using axis=None in union1dAnas Khan2018-01-091-1/+1
* | BUG: arrays not being flattened in `union1d`Anas Khan2018-01-081-1/+1
|/
* More misc. typosluz.paz2018-01-041-1/+1
* Merge pull request #10292 from eric-wieser/no-change-masked-shapeCharles Harris2018-01-012-0/+16
|\
| * BUG: Masked singleton can be reshaped to be non-scalarEric Wieser2018-01-012-0/+16
* | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-12/+14
|/
* MAINT: Fix nose features to work on pytestxoviat2017-12-221-0/+1
* Merge pull request #10232 from eric-wieser/use-isclose-in-masked_valuesCharles Harris2017-12-182-16/+27
|\
| * BUG: Don't reimplement isclose in np.maEric Wieser2017-12-182-16/+27
* | Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser2017-12-182-46/+53
|\ \ | |/ |/|
| * MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk2017-12-182-46/+53
* | ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-172-2/+85
* | Merge pull request #10216 from eric-wieser/deprecate-pickle-aliasesCharles Harris2017-12-131-1/+1
|\ \
| * | BUG: Fix broken format string picked up by LGTM.comEric Wieser2017-12-131-1/+1
* | | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+9
| |/ |/|
* | Merge pull request #10192 from eric-wieser/deprecate-pickle-aliasesCharles Harris2017-12-111-0/+14
|\ \ | |/
| * DEP: Deprecate the pickle aliasesEric Wieser2017-12-101-0/+14
* | BUG: Fix regression in np.ma.load in gh-10055Eric Wieser2017-12-101-2/+2
|/
* BUG: Fix incorrect wrapping of `MaskedArray`Eric Wieser2017-12-081-2/+4
* BUG: stray comma should be preserved for legacy printingAllan Haldane2017-11-291-2/+2
* ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-203-21/+153
* TST: Improve assertion error messagesEric Wieser2017-11-201-5/+8
* BUG: Have np.ma.dump and np.ma.load close their files (#10055)orbit-stabilizer2017-11-191-4/+8
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-132-18/+18
* BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2017-11-122-0/+18
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* MAINT: Make private helper function non-public instead.Charles Harris2017-10-251-2/+2
* MAINT: Separate stringification from masked_print_option-insertionEric Wieser2017-10-231-4/+7
* MAINT: Remove branching from MaskedArray.__repr__, and line-wrapEric Wieser2017-10-231-37/+47
* Merge pull request #9817 from kenogo/masterEric Wieser2017-10-042-1/+17
|\
| * BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-052-1/+17