| Commit message (Expand) | Author | Age | Files | Lines |
| * | 1.3.x backport r6725, Merge from the doc wiki | Pauli Virtanen | 2009-03-25 | 2 | -125/+1137 |
| * | * fixed the 'Warnings' section of some docstrings. | pierregm | 2009-03-24 | 1 | -4/+4 |
| * | numpy.ma doc update | pierregm | 2009-03-11 | 1 | -5/+3 |
| * | * MaskedArray.__setstate__ : fixed for structured array | pierregm | 2009-02-23 | 2 | -2/+14 |
| * | * MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill ... | pierregm | 2009-02-11 | 2 | -3/+13 |
| * | * prevent modifications to the mask to be back-propagated w/ __array_wrap__ | pierregm | 2009-02-10 | 2 | -1/+19 |
| * | (no commit message) | pierregm | 2009-02-07 | 1 | -4/+4 |
| * | MaskedArray.resize : systematically raise a TypeError exception, as a masked ... | pierregm | 2009-02-07 | 2 | -23/+40 |
| * | * test__iotools : prevent test_upgrademapper if dateutil is not installed | pierregm | 2009-02-04 | 1 | -1/+1 |
| * | * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas... | pierregm | 2009-01-27 | 2 | -5/+69 |
| * | * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d... | pierregm | 2009-01-19 | 2 | -102/+424 |
| * | * renamed FlatIter to MaskedIterator | pierregm | 2009-01-19 | 1 | -4/+7 |
| * | * fixed _arraymethod.__call__ for structured arrays | pierregm | 2009-01-17 | 1 | -1/+1 |
| * | numpy.ma.core: | pierregm | 2009-01-13 | 2 | -101/+152 |
| * | * Add flatten_structured_array to the namespace | pierregm | 2009-01-10 | 2 | -8/+9 |
| * | * Added flatten_structured_arrays | pierregm | 2009-01-09 | 2 | -17/+104 |
| * | * Remove a debugging print statement. | pierregm | 2009-01-08 | 1 | -4/+0 |
| * | * Add __eq__ and __ne__ for support of flexible arrays. | pierregm | 2009-01-08 | 2 | -4/+129 |
| * | * Renamed `torecords` to `toflex`, keeping `torecords` as an alias | pierregm | 2009-01-07 | 2 | -11/+88 |
| * | * Fixed iadd/isub/imul when the base array has no mask but the other array does | pierregm | 2009-01-07 | 2 | -4/+55 |
| * | * Bugfix #961 | pierregm | 2009-01-06 | 1 | -29/+32 |
| * | *moved the printing templates out of MaskedArray.__repr__ | pierregm | 2009-01-05 | 1 | -31/+32 |
| * | * adapted default_fill_value for flexible datatype | pierregm | 2009-01-04 | 2 | -12/+62 |
| * | ran reindent | Jarrod Millman | 2008-12-31 | 5 | -28/+26 |
| * | testutils: | pierregm | 2008-12-23 | 4 | -58/+116 |
| * | testutils: | pierregm | 2008-12-22 | 3 | -67/+218 |
| * | Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy... | Pauli Virtanen | 2008-12-13 | 1 | -2/+2 |
| * | * Added MaskError | pierregm | 2008-12-05 | 2 | -18/+33 |
| * | * Cleaned up make_mask_descr | pierregm | 2008-12-02 | 1 | -11/+6 |
| * | * Fixed make_mask_descr for dtype w/ composite names, like [(('A','B'), float)] | pierregm | 2008-12-02 | 2 | -9/+20 |
| * | * Fixed MaskedArray for nested dtype w/ input mask | pierregm | 2008-12-02 | 3 | -7/+71 |
| * | * added flatten_mask to collapse masks w/ (nested) flexible types. | pierregm | 2008-12-01 | 2 | -5/+84 |
| * | Fixed make_mask_descr for nested dtypes | pierregm | 2008-12-01 | 2 | -13/+28 |
| * | Doc update | pierregm | 2008-11-27 | 1 | -1/+12 |
| * | * Added get_object_signature to fix missing signatures | pierregm | 2008-11-27 | 2 | -234/+183 |
| * | * added ma.diag | pierregm | 2008-11-26 | 2 | -17/+85 |
| * | Added mod to the ufuncs | pierregm | 2008-11-23 | 2 | -2/+13 |
| * | Rewrote allclose to allow comparison with a scalar | pierregm | 2008-11-21 | 2 | -33/+110 |
| * | * Prevent the shape of a 1d-singleton to be lost when interacting with masked... | pierregm | 2008-11-21 | 2 | -18/+92 |
| * | Import np_ in ma tests since the import is not available in numpy.ma anymore. | David Cournapeau | 2008-11-20 | 1 | -0/+1 |
| * | make_mask : Added a dtype keyword to support flexible-dtype | pierregm | 2008-11-19 | 1 | -103/+187 |
| * | simplify MAError | pierregm | 2008-11-17 | 1 | -10/+23 |
| * | MaskedRecords : reintroduced _fieldmask as a property (for backcompatibility). | pierregm | 2008-11-11 | 1 | -0/+5 |
| * | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 3 | -262/+435 |
| * | __getattribute__ : make sure than a np.void is returned when retrieving the u... | pierregm | 2008-10-19 | 1 | -12/+18 |
| * | * make sure we call self.failUnless instead of assert | pierregm | 2008-10-19 | 1 | -5/+5 |
| * | core : * fixed make_mask_descr to recognize subdtypes | pierregm | 2008-10-18 | 5 | -87/+237 |
| * | replaced assert with self.failUnless | pierregm | 2008-09-29 | 4 | -166/+166 |
| * | use if ...: raise AssertionError instead of assert | pierregm | 2008-09-29 | 1 | -7/+14 |
| * | core: | pierregm | 2008-09-28 | 2 | -1/+22 |