| Commit message (Expand) | Author | Age | Files | Lines |
* | * Added `apply_over_axes` as requested in ticket #1480 | pierregm | 2010-05-16 | 1 | -211/+223 |
* | Fixed .var for arrays with 1 more valid value than ddofs | pierregm | 2010-04-27 | 1 | -1/+14 |
* | * added test_take_masked_indices | pierregm | 2010-03-22 | 1 | -0/+30 |
* | * fixed mvoid.__repr__ | pierregm | 2010-03-18 | 2 | -325/+360 |
* | BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state after | Charles Harris | 2010-02-21 | 1 | -39/+48 |
* | 3K: ENH: ma: fix str vs bytes and int issues in ma tests | Pauli Virtanen | 2010-02-21 | 3 | -8/+18 |
* | BUG: ma: _check_fill_value shouldn't rely on implicit array() string casting | Pauli Virtanen | 2010-02-21 | 1 | -13/+13 |
* | 3K: ma: solve some bytes vs. str issues in tests | Pauli Virtanen | 2010-02-21 | 2 | -18/+28 |
* | DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittest | Charles Harris | 2010-02-20 | 5 | -399/+399 |
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 2 | -0/+8 |
* | * Make sure _fill_value is never None for structured masked arrays | pierregm | 2010-02-08 | 1 | -1/+14 |
* | * Force the fill_value of a structured masked array to be defined (bug #1332) | pierregm | 2010-02-07 | 1 | -0/+7 |
* | * fix methods using axis when the mask is nomask (from 1.4.x r8041) | pierregm | 2010-01-12 | 1 | -0/+20 |
* | * Switch the order of optional parameters in ma.argsort for compatibiity w/ n... | pierregm | 2010-01-06 | 1 | -1/+5 |
* | * make sure mvoid.tolist returns standard Python objects | pierregm | 2009-12-19 | 1 | -0/+20 |
* | * Force _fill_value to a 0d array (so that field values can be propagated, bu... | pierregm | 2009-12-18 | 1 | -2/+15 |
* | * fix .tolist() for mvoid objects (bug #1330) | pierregm | 2009-12-18 | 1 | -0/+4 |
* | * Add support for `fill_value` to mvoid | pierregm | 2009-12-18 | 1 | -5/+28 |
* | * added log2 | pierregm | 2009-12-17 | 1 | -1/+39 |
* | * Bugfix #1173 and #1174 (Michael D.) | pierregm | 2009-12-07 | 1 | -1/+1 |
* | 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3K | Pauli Virtanen | 2009-12-06 | 1 | -3/+11 |
* | * fixed a pb when using sum/prod on an array with dtype np.object | pierregm | 2009-11-16 | 1 | -823/+844 |
* | Fix #1256: repr of masked array crashes with Unicode elements | mdroe | 2009-10-14 | 1 | -0/+4 |
* | * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #... | pierregm | 2009-10-09 | 1 | -0/+6 |
* | 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 |
* | * Bugfix for ticket #1207 | pierregm | 2009-08-30 | 1 | -0/+8 |
* | * fixed np.ma.average on integersw/ mask (bug #1188) | pierregm | 2009-08-06 | 1 | -24/+31 |
* | * fixed _from_methods to run on ndarrays (bug #1187) | pierregm | 2009-08-06 | 1 | -1/+11 |
* | * Fixed __eq__ and __ne__ on masked singleton | pierregm | 2009-07-22 | 1 | -0/+10 |
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 1 | -1/+1 |
* | core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b... | pierregm | 2009-07-18 | 2 | -5/+34 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -31/+25 |
* | * Bugfix #1129. Thanks to Reggie. | pierregm | 2009-06-29 | 1 | -0/+8 |
* | * getdata : prevent unnecessary copies (thx to Eric Firing) | pierregm | 2009-05-13 | 1 | -3/+25 |
* | 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 | 1 | -0/+28 |
* | * fixed notmasked_edges when no data are masked | pierregm | 2009-04-13 | 1 | -14/+38 |
* | _arraymethod : fallback when a method is called as MaskedArray.method | pierregm | 2009-04-11 | 1 | -0/+12 |
* | * MaskedArray.__setstate__ : fixed for structured array | pierregm | 2009-02-23 | 1 | -1/+13 |
* | * MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill ... | pierregm | 2009-02-11 | 1 | -1/+10 |
* | * prevent modifications to the mask to be back-propagated w/ __array_wrap__ | pierregm | 2009-02-10 | 1 | -0/+17 |
* | (no commit message) | pierregm | 2009-02-07 | 1 | -4/+4 |
* | MaskedArray.resize : systematically raise a TypeError exception, as a masked ... | pierregm | 2009-02-07 | 1 | -0/+11 |
* | * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas... | pierregm | 2009-01-27 | 1 | -0/+54 |
* | * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d... | pierregm | 2009-01-19 | 1 | -43/+221 |
* | * Add flatten_structured_array to the namespace | pierregm | 2009-01-10 | 1 | -7/+7 |
* | * Added flatten_structured_arrays | pierregm | 2009-01-09 | 1 | -1/+44 |
* | * Add __eq__ and __ne__ for support of flexible arrays. | pierregm | 2009-01-08 | 1 | -0/+44 |
* | * Renamed `torecords` to `toflex`, keeping `torecords` as an alias | pierregm | 2009-01-07 | 1 | -7/+74 |