| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #7001 from shoyer/NaT-comparison" | Charles Harris | 2016-01-16 | 1 | -1/+1 |
* | TST, ENH: make all comparisons with NaT false | Stephan Hoyer | 2016-01-14 | 1 | -1/+1 |
* | TST: Add tests for ma.dot. | Charles Harris | 2015-11-10 | 1 | -19/+35 |
* | BUG: scalar argument to ma.atleast_* return arrays | Jonathan Helmus | 2015-10-20 | 1 | -4/+24 |
* | ENH: improve worst case of ma.clump_masked | Julian Taylor | 2015-10-08 | 1 | -0/+20 |
* | STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*. | Charles Harris | 2015-07-25 | 1 | -32/+27 |
* | BUG: setdiff1d return dtype | Christian Brodbeck | 2015-05-07 | 1 | -0/+2 |
* | ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols() | Daniel da Silva | 2015-05-03 | 1 | -5/+117 |
* | ENH: deprecate bias and ddof arguments to corrcoef | Matthew Brett | 2015-03-15 | 1 | -14/+68 |
* | BUG: numpy.ma.polyfit masks NaNs incorrectly | Simon Gibbons | 2015-02-21 | 1 | -0/+15 |
* | BUG: fix ma.median used on ndarrays | Julian Taylor | 2015-01-13 | 1 | -0/+4 |
* | BUG: fix nanmedian on arrays containing inf | Julian Taylor | 2014-10-14 | 1 | -0/+3 |
* | Merge pull request #4454 from jurnix/namedargs | Julian Taylor | 2014-06-08 | 1 | -0/+10 |
|\ |
|
| * | ENH: apply_along_axis accepts named arguments | Albert | 2014-03-27 | 1 | -0/+10 |
* | | ENH: rewrite ma.median to improve poor performance for multiple dimensions | Julian Taylor | 2014-06-02 | 1 | -0/+13 |
* | | BUG: Masked arrays and apply_over_axes | Lev Abalkin | 2014-04-01 | 1 | -1/+2 |
|/ |
|
* | Convert docstrings to comments for nose; PEP8 cleanup (some tests activated) | Marten van Kerkwijk | 2013-10-12 | 1 | -65/+65 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -3/+3 |
* | BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684) | Warren Weckesser | 2013-06-15 | 1 | -2/+45 |
* | MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespace | Warren Weckesser | 2013-06-15 | 1 | -61/+67 |
* | ENH: add `invert` parameter to numpy.in1d(). | Julien Phalip | 2013-04-08 | 1 | -0/+13 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+3 |
* | TST: Add test for weight modification. | Charles Harris | 2011-12-15 | 1 | -0/+2 |
* | MAINT: Make masked ma.polyfit match current polyfit. | Charles Harris | 2011-12-15 | 1 | -1/+9 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -2/+2 |
* | fix (flat)notmasked_/contiguous/edges/ | pierregm | 2010-08-11 | 1 | -4/+13 |
* | ma.extras | pierregm | 2010-08-09 | 1 | -6/+20 |
* | ENH: Add ddof keyword to masked versions of cov and corrcoef. | Charles Harris | 2010-07-07 | 1 | -0/+6 |
* | * Added `apply_over_axes` as requested in ticket #1480 | pierregm | 2010-05-16 | 1 | -211/+223 |
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 1 | -17/+17 |
* | * fixed np.ma.average on integersw/ mask (bug #1188) | pierregm | 2009-08-06 | 1 | -24/+31 |
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 1 | -1/+1 |
* | core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b... | pierregm | 2009-07-18 | 1 | -4/+27 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -31/+25 |
* | * fixed notmasked_edges when no data are masked | pierregm | 2009-04-13 | 1 | -14/+38 |
* | * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d... | pierregm | 2009-01-19 | 1 | -43/+221 |
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -2/+2 |
* | * Fixed MaskedArray for nested dtype w/ input mask | pierregm | 2008-12-02 | 1 | -0/+56 |
* | replaced assert with self.failUnless | pierregm | 2008-09-29 | 1 | -14/+14 |
* | median : fixed a bug in _median1D (there shouldn't have been an axis) | pierregm | 2008-09-18 | 1 | -14/+25 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -7/+7 |
* | * core : minor doc formatting | pierregm | 2008-08-07 | 1 | -24/+26 |
* | core | pierregm | 2008-08-07 | 1 | -0/+56 |
* | * added cov and corrcoef to ma.extras for compatibility | pierregm | 2008-08-05 | 1 | -1/+69 |
* | Corrected a goof in .reshape() | pierregm | 2008-07-02 | 1 | -2/+2 |
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 1 | -29/+20 |
* | CHANGES: | pierregm | 2008-06-08 | 1 | -43/+49 |