summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* core: fixed compress to ensure that a.compress(cond)==a[cond] in most casespierregm2008-01-241-9/+16
|
* ma.core : add the compress method/functionpierregm2008-01-241-4/+21
|
* Add 'compress'.Stefan van der Walt2008-01-231-0/+6
|
* Merge patch fixing mask dimensions on concatenation.Stefan van der Walt2008-01-221-48/+58
|
* Fix concatenation. Closes ticket #642.Stefan van der Walt2008-01-101-0/+12
|
* Fix inplace test.Stefan van der Walt2008-01-101-3/+3
|
* Apply patch by Pierre. Move tests from __main__ to the tests directory.Stefan van der Walt2008-01-101-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 Walt2007-12-212-10/+16
|
* Apply Pierre's patch.Stefan van der Walt2007-12-201-0/+32
|
* API has changed for put and putmask; remove two outdated tests.Stefan van der Walt2007-12-161-12/+1
|
* Reformat docstrings for 80 columns.Stefan van der Walt2007-12-151-6/+6
|
* Pull in old tests.Stefan van der Walt2007-12-152-0/+875
|
* Ignore warning raised during testing.Stefan van der Walt2007-12-151-0/+4
|
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-156-0/+2288