summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* DOC: typo: affectLars Buitinck2015-10-021-3/+3
* BUG: numpy.ma functions can be called with only keyword argumentsJonathan Helmus2015-09-242-2/+14
* BUG: fix use of undefined ‘unicode’ in Python 3Thomas Robitaille2015-08-222-5/+10
* BUG: fix use of undefined ‘numpy’ variableThomas Robitaille2015-08-211-0/+9
* Changed the module name from 'np' to 'numpy' since the name 'np' was raising ...James Camel2015-08-181-3/+3
* MAINT: Continue to export some testing functions from ma.testutils.Charles Harris2015-07-251-7/+10
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-256-237/+266
* DEP,ENH: Deprecate numpy.ma.rank and add numpy.ma.ndim.Charles Harris2015-07-041-5/+24
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-048-999/+1135
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-3/+5
* Merge pull request #5990 from charris/1.10-deprecated-removalCharles Harris2015-06-211-0/+1
|\
| * MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
* | BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-192-10/+46
|/
* BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-172-0/+18
* BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _dataMarten van Kerkwijk2015-06-163-104/+147
* Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methodsCharles Harris2015-06-151-40/+26
|\
| * ENH: allow subclass overrides by removing explicit ndarray methodsMarten van Kerkwijk2015-06-101-40/+26
* | MAINT: add __array_priority__ special case to masked array binary opsNathaniel J. Smith2015-06-132-9/+33
|/
* Merge pull request #4586 from mhvk/ma/subclass-item-setting-gettingCharles Harris2015-06-033-18/+145
|\
| * ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-223-18/+145
* | MANT: handling of axis in np.ma.compress_ndJaime Fernandez2015-05-171-16/+14
* | MAINT: Added more detailed messages to NotImplementedError messages.Wendell Smith2015-05-111-2/+2
* | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-072-6/+6
* | Merge pull request #5703 from ddasilva/ddasilva/compress_rowcolsJaime2015-05-042-27/+180
|\ \
| * | ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-032-27/+180
| |/
* | MAINT: Refactor numpy.ma.where.Charles Harris2015-05-021-40/+24
* | BUG: Fix `numpy.ma.where` to be consistent with unmasked version.John Kirkham2015-05-022-4/+37
* | TST: Add test for fix to issue #2972Gerrit Holl2015-05-021-0/+9
* | BUG: Fix mask assignment in masked_where to use .mask property.Gerrit Holl2015-05-021-1/+2
* | TST: Test that masked array addition works when dtype=objectLev Abalkin2015-04-231-0/+6
|/
* Use Python 2.6 compatible assertions in tests.Alexander Belopolsky2015-03-301-2/+2
* Made dot return proper type.Alexander Belopolsky2015-03-291-1/+5
* Fixed out!=None case, added tests.Alexander Belopolsky2015-03-292-1/+25
* BUG: Implemented MaskedArray.dotAlexander Belopolsky2015-03-222-7/+17
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-153-48/+103
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-023-10/+17
* BUG: numpy.ma.polyfit masks NaNs incorrectlySimon Gibbons2015-02-212-5/+20
* BUG: Fix casting warnings during masked array in-place operations. (numpy/num...John Kirkham2015-02-182-7/+255
* Update docstring of ma.extras.average to reflect actual behaviorMatthew Craig2015-02-081-2/+3
* TST: Add testcase for the fix to bug #4476.Gerrit Holl2015-01-151-0/+15
* BUG: Fix #4476 by adding datetime64 and timedelta64 typesGerrit Holl2015-01-151-5/+10
* Merge pull request #5447 from juliantaylor/ma-median-ndarrayCharles Harris2015-01-132-2/+6
|\
| * BUG: fix ma.median used on ndarraysJulian Taylor2015-01-132-2/+6
* | BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-022-3/+22
* | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-16/+16
* | DOC : do not abuse enumeration for return typesThomas A Caswell2014-12-121-1/+1
* | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outCharles Harris2014-10-281-0/+2
|\ \
| * | BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-281-0/+2
* | | Merge pull request #5203 from njsmith/masterCharles Harris2014-10-212-3/+48
|\ \ \
| * | | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-212-3/+48
| | |/ | |/|