summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-161-211/+223
* Fixed .var for arrays with 1 more valid value than ddofspierregm2010-04-271-1/+14
* * added test_take_masked_indicespierregm2010-03-221-0/+30
* * fixed mvoid.__repr__pierregm2010-03-182-325/+360
* BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris2010-02-211-39/+48
* 3K: ENH: ma: fix str vs bytes and int issues in ma testsPauli Virtanen2010-02-213-8/+18
* BUG: ma: _check_fill_value shouldn't rely on implicit array() string castingPauli Virtanen2010-02-211-13/+13
* 3K: ma: solve some bytes vs. str issues in testsPauli Virtanen2010-02-212-18/+28
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-205-399/+399
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-202-0/+8
* * Make sure _fill_value is never None for structured masked arrayspierregm2010-02-081-1/+14
* * Force the fill_value of a structured masked array to be defined (bug #1332)pierregm2010-02-071-0/+7
* * fix methods using axis when the mask is nomask (from 1.4.x r8041)pierregm2010-01-121-0/+20
* * Switch the order of optional parameters in ma.argsort for compatibiity w/ n...pierregm2010-01-061-1/+5
* * make sure mvoid.tolist returns standard Python objectspierregm2009-12-191-0/+20
* * Force _fill_value to a 0d array (so that field values can be propagated, bu...pierregm2009-12-181-2/+15
* * fix .tolist() for mvoid objects (bug #1330)pierregm2009-12-181-0/+4
* * Add support for `fill_value` to mvoidpierregm2009-12-181-5/+28
* * added log2 pierregm2009-12-171-1/+39
* * Bugfix #1173 and #1174 (Michael D.)pierregm2009-12-071-1/+1
* 3K: fix ma/test_mrecords.py so that it does not fail in test setup on Py3KPauli Virtanen2009-12-061-3/+11
* * fixed a pb when using sum/prod on an array with dtype np.objectpierregm2009-11-161-823/+844
* Fix #1256: repr of masked array crashes with Unicode elementsmdroe2009-10-141-0/+4
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-0/+6
* Move masked array test out of numpy.core.David Cournapeau2009-09-161-0/+4
* Move ma/matrix regressions out of numpy.core tests.David Cournapeau2009-09-161-0/+35
* * Bugfix for ticket #1207pierregm2009-08-301-0/+8
* * fixed np.ma.average on integersw/ mask (bug #1188)pierregm2009-08-061-24/+31
* * fixed _from_methods to run on ndarrays (bug #1187)pierregm2009-08-061-1/+11
* * Fixed __eq__ and __ne__ on masked singletonpierregm2009-07-221-0/+10
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-201-1/+1
* core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b...pierregm2009-07-182-5/+34
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-31/+25
* * Bugfix #1129. Thanks to Reggie.pierregm2009-06-291-0/+8
* * getdata : prevent unnecessary copies (thx to Eric Firing)pierregm2009-05-131-3/+25
* Fix some failing tests due to name-space issues.Travis Oliphant2009-05-101-4/+4
* * harden_mask, soften_mask, unshare_mask and shrink_mask now return selfpierregm2009-05-091-0/+28
* * fixed notmasked_edges when no data are maskedpierregm2009-04-131-14/+38
* _arraymethod : fallback when a method is called as MaskedArray.methodpierregm2009-04-111-0/+12
* * MaskedArray.__setstate__ : fixed for structured arraypierregm2009-02-231-1/+13
* * MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill ...pierregm2009-02-111-1/+10
* * prevent modifications to the mask to be back-propagated w/ __array_wrap__pierregm2009-02-101-0/+17
* (no commit message)pierregm2009-02-071-4/+4
* MaskedArray.resize : systematically raise a TypeError exception, as a masked ...pierregm2009-02-071-0/+11
* * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas...pierregm2009-01-271-0/+54
* * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d...pierregm2009-01-191-43/+221
* * Add flatten_structured_array to the namespacepierregm2009-01-101-7/+7
* * Added flatten_structured_arrayspierregm2009-01-091-1/+44
* * Add __eq__ and __ne__ for support of flexible arrays.pierregm2009-01-081-0/+44
* * Renamed `torecords` to `toflex`, keeping `torecords` as an aliaspierregm2009-01-071-7/+74