summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objectsnjsmith2012-12-081-0/+12
|\
| * Add a testMichael Droettboom2012-12-031-0/+12
* | Merge pull request #2745 from certik/fix_warningsOndřej Čertík2012-12-031-2/+14
|\ \
| * | TST: Catch possible warningsOndřej Čertík2012-11-141-2/+14
| |/
* | Merge pull request #2703 from astrofrog/fix-masked-fill-viewRalf Gommers2012-11-271-0/+42
|\ \
| * | Minor fix to fill_view testThomas Robitaille2012-11-221-1/+1
| * | Clarified MaskedArray.view documentation, and added more testsThomas Robitaille2012-11-221-4/+14
| * | Added test for fill_value behavior in MaskedArray.view, and use fill_value to...Thomas Robitaille2012-11-201-0/+32
| |/
* | MAINT: In test_varstd_specialcases out parameters should be 0-d.Charles Harris2012-11-231-2/+2
* | TST: Add test for gh-2757.Charles Harris2012-11-231-0/+9
* | Change test to use np.testing.assert_Thomas Robitaille2012-11-201-1/+1
* | Fix setting of fill_value for string columns in Python 3Thomas Robitaille2012-11-131-0/+5
|/
* Fixed failing testsThomas Robitaille2012-10-111-4/+4
* 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