summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix pickling MaskedConstantRobert Kende2012-06-111-0/+6
* TST: pickling MaskedConstantRobert Kende2012-06-111-0/+10
* PY3: Fix fromtextfile "ResourceWarning: unclosed file".Charles Harris2012-03-121-0/+8
* ENH: add angle() function to maEric Firing2012-02-222-1/+5
* 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
* BUG: Handle weight correctly and don't modify the original.Charles Harris2011-12-151-8/+13
* MAINT: Make masked ma.polyfit match current polyfit.Charles Harris2011-12-152-28/+20
* 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
* BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rew...Mark Wiebe2011-08-271-1/+1
* ENH: missingdata: Implemented boolean assignment, working with NA masksMark Wiebe2011-08-271-1/+1
* ENH: datetime: Masked arrays now use NaT as default filler value.Ben Walsh2011-07-191-2/+2
* BUG: datetime: Various fixes for datetime arrays.Ben Walsh2011-07-191-0/+4
* ENH: Fix some functions to use copyto instead of the deprecated putmask.Charles Harris2011-07-091-23/+23
* 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-222-4/+5
* ENH: Tighten up dtype parsing in general, to catch some more invalid datetime...Mark Wiebe2011-05-201-2/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-055-130/+131
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-6/+6
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-3/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-053-14/+14
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* TST: Add test for ticket #1559.Charles Harris2011-04-021-0/+10
* DEP: remove deprecated items from ma/core.pyrgommers2011-03-112-113/+68
* DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-111-5/+5
* TST: fix two divide-by-zero test warnings.rgommers2011-03-111-2/+6
* DOC: merge more doc wiki edits.rgommers2011-03-021-3/+9
* WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-4/+1
* ENH: ufunc: Make many more tests pass with the new ufunc codeMark Wiebe2011-01-211-1/+3
* ENH: core: Clean things up a bitMark Wiebe2011-01-191-2/+2
* ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyIntoMark Wiebe2011-01-172-5/+13
* ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer...Mark Wiebe2011-01-161-0/+2
* 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-132-7/+39
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-112-11/+32
* (no commit message)pierregm2010-08-091-27/+27
* ma.extraspierregm2010-08-092-29/+52
* * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576)pierregm2010-08-091-10/+8
* DEP: Remove ma.extras functions that were deprecated in 1.4.0.rgommers2010-08-051-53/+3
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-072-8/+47
* Fixed __eq__/__ne__ for scalarspierregm2010-06-292-4/+29
* * masked is now an instance of a new object, MaskedConstant, that inherits fr...pierregm2010-06-101-3/+38
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-162-288/+326
* Fixed .var for arrays with 1 more valid value than ddofspierregm2010-04-272-2/+15
* * added test_take_masked_indicespierregm2010-03-221-0/+30
* * fixed mvoid.__repr__pierregm2010-03-183-359/+454
* BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris2010-02-211-39/+48