summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-6/+2
* MAINT: reformat line spacing before test methodsmattip2018-08-191-3/+0
* BUG: Fix test sensitive to platform byte order.Charles Harris2018-08-181-8/+3
* Merge pull request #11299 from eric-wieser/ma-fieldless-dtypeAllan Haldane2018-08-022-21/+35
|\
| * BUG: Prevent crashes on 0-length structured void scalarsEric Wieser2018-06-102-21/+35
* | ENH: Make expand_dims work on subclassesEric Wieser2018-07-291-51/+1
* | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-14/+11
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
* | BUG: Undo behavior change in ma.masked_values(shrink=True)Eric Wieser2018-06-102-2/+10
|/
* Merge pull request #10314 from mhvk/ma-array-finalize-mask-viewEric Wieser2018-05-294-9/+45
|\
| * MAINT: Replace ma.__setattr__ with dtype and shape overrides.Marten van Kerkwijk2018-05-161-8/+23
| * BUG: Ensure __array_finalize__ cannot back-mangle shapeMarten H. van Kerkwijk2018-05-164-3/+24
* | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-282-33/+13
|\ \
| * | MAINT: rewrite np.ma.(median|sort) to use take_along_axisEric Wieser2018-05-252-33/+13
* | | Merge pull request #11120 from eric-wieser/simplify-ma-ctorMarten van Kerkwijk2018-05-261-11/+4
|\ \ \
| * | | STY: Add blank lineEric Wieser2018-05-261-0/+1
| * | | MAINT: remove redundant code in MaskedArray.__new__Eric Wieser2018-05-181-11/+3
| | |/ | |/|
* | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-252-0/+16
| |/ |/|
* | MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-221-15/+0
|/
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-275-166/+38
* BUG: Fix encoding regression in ma/bench.py (Issue #10868)Jonathan March2018-04-091-0/+2
* 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