summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: pickling MaskedConstantRobert Kende2012-06-111-0/+10
* ENH: add angle() function to maEric Firing2012-02-221-0/+2
* BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-082-8/+20
* TST: Add test for weight modification.Charles Harris2011-12-151-0/+2
* MAINT: Make masked ma.polyfit match current polyfit.Charles Harris2011-12-151-1/+9
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-3/+3
* TST: ufunc: Tweak ma test to have a good output parameter, disable crashing N...Mark Wiebe2011-08-271-2/+2
* TST: ma: Feedback from Derek about Python 3 failures in ma testsMark Wiebe2011-07-062-4/+4
* ENH: ma: Fix up ma and its tests to work with default same_kind castingMark Wiebe2011-06-221-2/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-054-128/+128
* TST: Add test for ticket #1559.Charles Harris2011-04-021-0/+10
* DEP: remove deprecated items from ma/core.pyrgommers2011-03-111-69/+63
* TST: fix two divide-by-zero test warnings.rgommers2011-03-111-2/+6
* ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyIntoMark Wiebe2011-01-171-2/+8
* Added tests to test_eq_w_None (bug #1493)pierregm2010-10-121-0/+12
* Revert "merging refs/remotes/origin/master into HEAD"pierregm2010-10-121-12/+2
* Add more tests to test_eq_w_None (bug #1493)pierregm2010-10-111-2/+12
* * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_st...pierregm2010-09-131-0/+33
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-111-4/+13
* ma.extraspierregm2010-08-091-6/+20
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-0/+6
* Fixed __eq__/__ne__ for scalarspierregm2010-06-291-0/+15
* * 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