summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-7/+7
* BUG, MAINT: Refactor ma.dot function and the corresponding method.Charles Harris2015-11-101-144/+2
* STY: Minor style fixups.Charles Harris2015-11-071-1/+2
* BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-201-0/+4
* ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-081-18/+19
* DOC: typo: affectLars Buitinck2015-10-021-3/+3
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-54/+40
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-3/+5
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
* MANT: handling of axis in np.ma.compress_ndJaime Fernandez2015-05-171-16/+14
* BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-6/+4
* ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-031-22/+63
* BUG: Implemented MaskedArray.dotAlexander Belopolsky2015-03-221-7/+1
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-29/+25
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+5
* BUG: numpy.ma.polyfit masks NaNs incorrectlySimon Gibbons2015-02-211-5/+5
* Update docstring of ma.extras.average to reflect actual behaviorMatthew Craig2015-02-081-2/+3
* Merge pull request #5447 from juliantaylor/ma-median-ndarrayCharles Harris2015-01-131-2/+2
|\
| * BUG: fix ma.median used on ndarraysJulian Taylor2015-01-131-2/+2
* | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-16/+16
|/
* BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-3/+10
* BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-031-3/+5
* ENH: rewrite ma.median to improve poor performance for multiple dimensionsJulian Taylor2014-06-021-16/+25
* Merge pull request #4463 from abalkin/issue-4461Charles Harris2014-04-031-8/+35
|\
| * BUG: Masked arrays and apply_over_axesLev Abalkin2014-04-011-8/+35
* | Merge pull request #4045 from abalkin/gh-4043Charles Harris2014-03-261-2/+2
|\ \ | |/ |/|
| * BUG: Fixed mask_rowcols().Lev Abalkin2013-11-141-2/+2
* | DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-2/+2
* | DOC: Fix description of ma.average parameter.astaric2014-01-291-2/+2
|/
* BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-151-7/+7
* BUG: Correctly pass on ddof paramter on inside np.ma.corrcoefSebastian Berg2013-05-171-4/+3
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-4/+4
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-3/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-2/+2
* BUG: Handle weight correctly and don't modify the original.Charles Harris2011-12-151-8/+13
* MAINT: Make masked ma.polyfit match current polyfit.Charles Harris2011-12-151-27/+11
* ENH: missingdata: Implemented boolean assignment, working with NA masksMark Wiebe2011-08-271-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-8/+8
* DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-111-5/+5
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-111-7/+19
* ma.extraspierregm2010-08-091-23/+32
* * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576)pierregm2010-08-091-10/+8
* DEP: Remove ma.extras functions that were deprecated in 1.4.0.rgommers2010-08-051-53/+3
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-8/+41