Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core: fixed compress to ensure that a.compress(cond)==a[cond] in most cases | pierregm | 2008-01-24 | 1 | -9/+16 | |
| | ||||||
* | ma.core : add the compress method/function | pierregm | 2008-01-24 | 1 | -4/+21 | |
| | ||||||
* | Add 'compress'. | Stefan van der Walt | 2008-01-23 | 1 | -0/+6 | |
| | ||||||
* | Merge patch fixing mask dimensions on concatenation. | Stefan van der Walt | 2008-01-22 | 1 | -48/+58 | |
| | ||||||
* | Fix concatenation. Closes ticket #642. | Stefan van der Walt | 2008-01-10 | 1 | -0/+12 | |
| | ||||||
* | Fix inplace test. | Stefan van der Walt | 2008-01-10 | 1 | -3/+3 | |
| | ||||||
* | Apply patch by Pierre. Move tests from __main__ to the tests directory. | Stefan van der Walt | 2008-01-10 | 1 | -56/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix_invalid - change the default to copy=True _MaskedUnaryOperation - make sure the result gets updated from the input (for subclasses) _MaskedBinaryOperation - make sure the result gets updated from the inputs (for subclasses) _DomainedBinaryOperation - make sure the result gets updated from the inputs (for subclasses) MaskedArray.__new__ - added the ndmin keyword MaskedArray.__getitem__ - works with fields, using the global mask MaskedArray.__setitem__ - works with fields. The global mask is NOT updated MaskedArray.ids - fixed when nomask MaskedArray.min/.max - force masked to be returned when the whole array is masked array - added the ndmin keyword | |||||
* | Fix unit tests. Prevent nomask from being copied. | Stefan van der Walt | 2007-12-21 | 2 | -10/+16 | |
| | ||||||
* | Apply Pierre's patch. | Stefan van der Walt | 2007-12-20 | 1 | -0/+32 | |
| | ||||||
* | API has changed for put and putmask; remove two outdated tests. | Stefan van der Walt | 2007-12-16 | 1 | -12/+1 | |
| | ||||||
* | Reformat docstrings for 80 columns. | Stefan van der Walt | 2007-12-15 | 1 | -6/+6 | |
| | ||||||
* | Pull in old tests. | Stefan van der Walt | 2007-12-15 | 2 | -0/+875 | |
| | ||||||
* | Ignore warning raised during testing. | Stefan van der Walt | 2007-12-15 | 1 | -0/+4 | |
| | ||||||
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 6 | -0/+2288 | |