| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixed a pb when using sum/prod on an array with dtype np.object | pierregm | 2009-11-16 | 3 | -927/+953 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 2 | -32/+224 |
* | Merge deprecate_with_doc into deprecate(message="..."). | Stefan van der Walt | 2009-10-25 | 1 | -4/+4 |
* | #1256: Forgot rest of patch to support Unicode elements in masked arrays. | mdroe | 2009-10-19 | 1 | -0/+2 |
* | Fix #1256: repr of masked array crashes with Unicode elements | mdroe | 2009-10-14 | 2 | -6/+11 |
* | ENH: move inspect copy into newly created compat module. | David Cournapeau | 2009-10-13 | 1 | -1/+1 |
* | ENH: use our own inspect instead of upstream inspect to speed up numpy import... | David Cournapeau | 2009-10-13 | 1 | -2/+2 |
* | * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #... | pierregm | 2009-10-09 | 2 | -1/+9 |
* | Docstring update: ma | Pauli Virtanen | 2009-10-02 | 2 | -428/+1570 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -17/+153 |
* | Fix remaining references to numpy.core.defmatrix | Pauli Virtanen | 2009-09-26 | 1 | -2/+2 |
* | Move masked array test out of numpy.core. | David Cournapeau | 2009-09-16 | 1 | -0/+4 |
* | Move ma/matrix regressions out of numpy.core tests. | David Cournapeau | 2009-09-16 | 1 | -0/+35 |
* | Optimize ma.masked_invalid (on a suggestion from E.Firing) | pierregm | 2009-09-08 | 1 | -3/+6 |
* | * Bugfix for ticket #1207 | pierregm | 2009-08-30 | 2 | -1/+9 |
* | * fixed np.ma.average on integersw/ mask (bug #1188) | pierregm | 2009-08-06 | 3 | -38/+32 |
* | * fixed _from_methods to run on ndarrays (bug #1187) | pierregm | 2009-08-06 | 2 | -13/+35 |
* | * Fixed __eq__ and __ne__ on masked singleton | pierregm | 2009-07-22 | 2 | -0/+14 |
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 2 | -2/+5 |
* | core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b... | pierregm | 2009-07-18 | 4 | -10/+110 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 2 | -104/+125 |
* | * Bugfix #1129. Thanks to Reggie. | pierregm | 2009-06-29 | 2 | -2/+11 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 2 | -79/+153 |
* | * getdata : prevent unnecessary copies (thx to Eric Firing) | pierregm | 2009-05-13 | 2 | -113/+156 |
* | Fix some failing tests due to name-space issues. | Travis Oliphant | 2009-05-10 | 1 | -4/+4 |
* | * harden_mask, soften_mask, unshare_mask and shrink_mask now return self | pierregm | 2009-05-09 | 2 | -0/+32 |
* | Add `diff` to the namespace | pierregm | 2009-05-01 | 1 | -1/+3 |
* | * fixed notmasked_edges when no data are masked | pierregm | 2009-04-13 | 2 | -18/+42 |
* | _arraymethod : fallback when a method is called as MaskedArray.method | pierregm | 2009-04-11 | 2 | -4/+21 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 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 |