summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4906 from juliantaylor/doc-updateCharles Harris2014-07-271-0/+4
|\
| * DOC: document behavior of ma.sort(endswith=) for unmasked min/max valuesJulian Taylor2014-07-271-0/+4
* | Merge pull request #4866 from mhvk/ma/mvoid-initialisationJulian Taylor2014-07-232-5/+11
|\ \
| * | BUG Make ma[row][rec] setter work by avoiding copy in mvoid.__new__Marten van Kerkwijk2014-07-172-5/+11
| |/
* | Merge pull request #4874 from juliantaylor/masked-sort-memoryCharles Harris2014-07-161-8/+20
|\ \ | |/
| * ENH: avoid meshgrid and fancy indexing for 1d masked sortJulian Taylor2014-07-161-8/+20
* | Merge pull request #4831 from charris/simplify-with-errstateJulian Taylor2014-06-302-4/+2
|\ \
| * | MAINT: Simplify some uses of errstate context manager.Charles Harris2014-06-292-4/+2
* | | MAINT: Use an unqualified nomask variable in ma.core.Lev Abalkin2014-06-301-1/+1
|/ /
* | MAINT: replace two step errstate change with a direct changeJulian Taylor2014-06-231-10/+5
* | ENH: use copy to move the masked values into the resultJulian Taylor2014-06-231-7/+3
|/
* Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-081-0/+10
|\
| * ENH: apply_along_axis accepts named argumentsAlbert2014-03-271-0/+10
* | ENH: rewrite ma.median to improve poor performance for multiple dimensionsJulian Taylor2014-06-022-16/+38
* | ENH: use sparse meshgrid instead of indices().tolist()Julian Taylor2014-06-021-5/+6
* | BUG, TST: Fix tests of ma.count return type.Charles Harris2014-05-102-26/+23
* | BUG: Fix test error in scipy introduced by commit d8fd283.Charles Harris2014-05-052-18/+1
* | Revert line from #4585 to get mask, data shapes to match in .flatMarten van Kerkwijk2014-04-112-0/+10
* | Ensure single record items also work correctly with MaskedIterator; testsMarten van Kerkwijk2014-04-102-7/+37
* | BUG: Ensure MaskedArray.flat can access single itemsMarten van Kerkwijk2014-04-042-2/+12
* | ENH: Ensure that repr and str work for MaskedArray non-ndarray basesMarten van Kerkwijk2014-04-043-11/+63
* | Merge pull request #4463 from abalkin/issue-4461Charles Harris2014-04-032-9/+37
|\ \
| * | BUG: Masked arrays and apply_over_axesLev Abalkin2014-04-012-9/+37
| |/
* | BUG: Fix for issue #3213Tim Burgess2014-03-282-9/+13
* | Merge pull request #4045 from abalkin/gh-4043Charles Harris2014-03-263-3/+20
|\ \
| * | BUG: Fixed mask_rowcols().Lev Abalkin2013-11-141-2/+2
| * | ENH: ma.asarray() and ma.asanyarray() will pass through input of the correct ...Lev Abalkin2013-11-122-1/+18
* | | ENH: Implemented ma.appendLev Abalkin2014-03-112-1/+80
| |/ |/|
* | BUG: Masked array filled method ignores fill valueLev Abalkin2014-03-042-1/+5
* | DOC apply correct documentation to np.ma.argminjnothman2014-03-031-1/+1
* | Merge pull request #4105 from seberg/deprecate-boolean-mathCharles Harris2014-02-153-2/+16
|\ \
| * | BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-162-12/+17
| * | DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-122-6/+15
* | | ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-112-8/+18
|/ /
* | DOC: Fix description of ma.average parameter.astaric2014-01-291-2/+2
* | BUG: Removed the inconsistencies of the function ma.countJanani2014-01-272-7/+6
* | BUG: ma.compressed() function returns masked arrayLev Abalkin2013-11-132-4/+32
|/
* One revert (comparisons with None; not PEP8, but good to check); extra commentsMarten van Kerkwijk2013-10-122-10/+13
* Small further cleanups of ma.tests, plus correction for python3Marten van Kerkwijk2013-10-122-7/+8
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-126-748/+667
* Small corrections to testsMarten van Kerkwijk2013-10-121-8/+9
* Add test cases to ensure NotImplemented is passed onMarten van Kerkwijk2013-10-121-0/+20
* Ensure NotImplemented is passed on in MaskedArray ufunc'sMarten van Kerkwijk2013-10-121-0/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-189-304/+304
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-6/+1
* MAINT: Make setting mask values with scalars faster.Richard Hattersley2013-08-171-0/+10
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-122-22/+4
* MAINT: Use np.errstate context manager.Charles Harris2013-07-115-131/+92
* Merge pull request #3448 from efiring/ma_compressCharles Harris2013-06-162-2/+21
|\
| * BUG: np.ma.compress treated inputs in wrong order; closes #2495Eric Firing2013-06-162-2/+21