summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* * Add flatten_structured_array to the namespacepierregm2009-01-101-1/+2
* * Added flatten_structured_arrayspierregm2009-01-091-16/+60
* * Remove a debugging print statement.pierregm2009-01-081-4/+0
* * Add __eq__ and __ne__ for support of flexible arrays.pierregm2009-01-081-4/+85
* * Renamed `torecords` to `toflex`, keeping `torecords` as an aliaspierregm2009-01-071-4/+14
* * Fixed iadd/isub/imul when the base array has no mask but the other array doespierregm2009-01-071-4/+10
* * Bugfix #961pierregm2009-01-061-29/+32
* *moved the printing templates out of MaskedArray.__repr__pierregm2009-01-051-31/+32
* * adapted default_fill_value for flexible datatypepierregm2009-01-041-12/+17
* ran reindentJarrod Millman2008-12-311-17/+17
* testutils:pierregm2008-12-231-37/+78
* testutils:pierregm2008-12-221-49/+90
* * Added MaskErrorpierregm2008-12-051-15/+23
* * Cleaned up make_mask_descr pierregm2008-12-021-11/+6
* * Fixed make_mask_descr for dtype w/ composite names, like [(('A','B'), float)]pierregm2008-12-021-4/+11
* * Fixed MaskedArray for nested dtype w/ input maskpierregm2008-12-021-2/+10
* * added flatten_mask to collapse masks w/ (nested) flexible types.pierregm2008-12-011-5/+66
* Fixed make_mask_descr for nested dtypespierregm2008-12-011-13/+18
* Doc updatepierregm2008-11-271-1/+12
* * Added get_object_signature to fix missing signaturespierregm2008-11-271-88/+148
* * added ma.diagpierregm2008-11-261-17/+69
* Added mod to the ufuncspierregm2008-11-231-1/+2
* Rewrote allclose to allow comparison with a scalarpierregm2008-11-211-32/+88
* * Prevent the shape of a 1d-singleton to be lost when interacting with masked...pierregm2008-11-211-12/+13
* make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
* simplify MAErrorpierregm2008-11-171-10/+23
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-232/+400
* core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-181-9/+31
* core:pierregm2008-09-281-1/+13
* core:pierregm2008-09-191-16/+43
* MaskedArray.__new__ : make sure that we inherit the _hardmask from data (if a...pierregm2008-09-131-2/+5
* Removed unused imports.Alan McIntyre2008-09-131-5/+2
* * fixed view for MaskedArrays w/ flexible dtypepierregm2008-09-111-4/+30
* * make sure that minimum & maximum actually return a MaskedArraypierregm2008-09-091-0/+2
* * fixed deepcopy of masked arrays (bug #906)pierregm2008-09-051-0/+8
* docstring updatepierregm2008-09-031-186/+98
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* * fixing botched previous commitpierregm2008-08-261-14/+0
* Updated doc + -OO compatibilitypierregm2008-08-261-24/+52
* BUG: fix part of ticket #893Charles Harris2008-08-261-6/+11
* core : make sure that masked_equal works with a list as inputpierregm2008-08-251-3/+2
* * masked_where : force a consistency check on the shapes of the inputspierregm2008-08-121-0/+5
* ran reindentJarrod Millman2008-08-081-26/+24
* * core : minor doc formattingpierregm2008-08-071-55/+55
* corepierregm2008-08-071-13/+13
* * MaskedArray.__new__: prevents self._optinfo to be overwritten (it's defined...pierregm2008-08-061-2/+0
* corepierregm2008-08-041-0/+6
* core:pierregm2008-08-031-8/+16
* * core : prevent ._basedict to be incorrectly propagatedpierregm2008-07-281-1/+3
* * force the domain to the shape of the other element in DomainedBinaryOperati...pierregm2008-07-221-1/+4