summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 1.3.x backport r6725, Merge from the doc wikiPauli Virtanen2009-03-252-125/+1137
* * fixed the 'Warnings' section of some docstrings.pierregm2009-03-241-4/+4
* numpy.ma doc updatepierregm2009-03-111-5/+3
* * MaskedArray.__setstate__ : fixed for structured arraypierregm2009-02-232-2/+14
* * MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill ...pierregm2009-02-112-3/+13
* * prevent modifications to the mask to be back-propagated w/ __array_wrap__pierregm2009-02-102-1/+19
* (no commit message)pierregm2009-02-071-4/+4
* MaskedArray.resize : systematically raise a TypeError exception, as a masked ...pierregm2009-02-072-23/+40
* * test__iotools : prevent test_upgrademapper if dateutil is not installedpierregm2009-02-041-1/+1
* * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas...pierregm2009-01-272-5/+69
* * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d...pierregm2009-01-192-102/+424
* * renamed FlatIter to MaskedIteratorpierregm2009-01-191-4/+7
* * fixed _arraymethod.__call__ for structured arrayspierregm2009-01-171-1/+1
* numpy.ma.core:pierregm2009-01-132-101/+152
* * Add flatten_structured_array to the namespacepierregm2009-01-102-8/+9
* * Added flatten_structured_arrayspierregm2009-01-092-17/+104
* * Remove a debugging print statement.pierregm2009-01-081-4/+0
* * Add __eq__ and __ne__ for support of flexible arrays.pierregm2009-01-082-4/+129
* * Renamed `torecords` to `toflex`, keeping `torecords` as an aliaspierregm2009-01-072-11/+88
* * Fixed iadd/isub/imul when the base array has no mask but the other array doespierregm2009-01-072-4/+55
* * 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-042-12/+62
* ran reindentJarrod Millman2008-12-315-28/+26
* testutils:pierregm2008-12-234-58/+116
* testutils:pierregm2008-12-223-67/+218
* Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy...Pauli Virtanen2008-12-131-2/+2
* * Added MaskErrorpierregm2008-12-052-18/+33
* * 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-022-9/+20
* * Fixed MaskedArray for nested dtype w/ input maskpierregm2008-12-023-7/+71
* * added flatten_mask to collapse masks w/ (nested) flexible types.pierregm2008-12-012-5/+84
* Fixed make_mask_descr for nested dtypespierregm2008-12-012-13/+28
* Doc updatepierregm2008-11-271-1/+12
* * Added get_object_signature to fix missing signaturespierregm2008-11-272-234/+183
* * added ma.diagpierregm2008-11-262-17/+85
* Added mod to the ufuncspierregm2008-11-232-2/+13
* Rewrote allclose to allow comparison with a scalarpierregm2008-11-212-33/+110
* * Prevent the shape of a 1d-singleton to be lost when interacting with masked...pierregm2008-11-212-18/+92
* Import np_ in ma tests since the import is not available in numpy.ma anymore.David Cournapeau2008-11-201-0/+1
* make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
* simplify MAErrorpierregm2008-11-171-10/+23
* MaskedRecords : reintroduced _fieldmask as a property (for backcompatibility).pierregm2008-11-111-0/+5
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-283-262/+435
* __getattribute__ : make sure than a np.void is returned when retrieving the u...pierregm2008-10-191-12/+18
* * make sure we call self.failUnless instead of assertpierregm2008-10-191-5/+5
* core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-185-87/+237
* replaced assert with self.failUnlesspierregm2008-09-294-166/+166
* use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
* core:pierregm2008-09-282-1/+22