| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: fix pickling MaskedConstant | Robert Kende | 2012-06-11 | 1 | -0/+6 |
* | TST: pickling MaskedConstant | Robert Kende | 2012-06-11 | 1 | -0/+10 |
* | PY3: Fix fromtextfile "ResourceWarning: unclosed file". | Charles Harris | 2012-03-12 | 1 | -0/+8 |
* | ENH: add angle() function to ma | Eric Firing | 2012-02-22 | 2 | -1/+5 |
* | BUG: Fix improper usage of warning filters in the tests | Mark Wiebe | 2012-02-08 | 2 | -8/+20 |
* | TST: Add test for weight modification. | Charles Harris | 2011-12-15 | 1 | -0/+2 |
* | BUG: Handle weight correctly and don't modify the original. | Charles Harris | 2011-12-15 | 1 | -8/+13 |
* | MAINT: Make masked ma.polyfit match current polyfit. | Charles Harris | 2011-12-15 | 2 | -28/+20 |
* | ENH: umath: Make sum, prod, any, or functions use the .reduce method directly | Mark Wiebe | 2011-08-27 | 1 | -3/+3 |
* | TST: ufunc: Tweak ma test to have a good output parameter, disable crashing N... | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rew... | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Implemented boolean assignment, working with NA masks | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: datetime: Masked arrays now use NaT as default filler value. | Ben Walsh | 2011-07-19 | 1 | -2/+2 |
* | BUG: datetime: Various fixes for datetime arrays. | Ben Walsh | 2011-07-19 | 1 | -0/+4 |
* | ENH: Fix some functions to use copyto instead of the deprecated putmask. | Charles Harris | 2011-07-09 | 1 | -23/+23 |
* | TST: ma: Feedback from Derek about Python 3 failures in ma tests | Mark Wiebe | 2011-07-06 | 2 | -4/+4 |
* | ENH: ma: Fix up ma and its tests to work with default same_kind casting | Mark Wiebe | 2011-06-22 | 2 | -4/+5 |
* | ENH: Tighten up dtype parsing in general, to catch some more invalid datetime... | Mark Wiebe | 2011-05-20 | 1 | -2/+2 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 5 | -130/+131 |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -6/+6 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -3/+3 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 3 | -14/+14 |
* | STY: Replace remaining old style classes with classes subclassing object. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | TST: Add test for ticket #1559. | Charles Harris | 2011-04-02 | 1 | -0/+10 |
* | DEP: remove deprecated items from ma/core.py | rgommers | 2011-03-11 | 2 | -113/+68 |
* | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 1 | -5/+5 |
* | TST: fix two divide-by-zero test warnings. | rgommers | 2011-03-11 | 1 | -2/+6 |
* | DOC: merge more doc wiki edits. | rgommers | 2011-03-02 | 1 | -3/+9 |
* | WRN: iter: Fix half-float warnings, other small tweaks | Mark Wiebe | 2011-01-27 | 1 | -4/+1 |
* | ENH: ufunc: Make many more tests pass with the new ufunc code | Mark Wiebe | 2011-01-21 | 1 | -1/+3 |
* | ENH: core: Clean things up a bit | Mark Wiebe | 2011-01-19 | 1 | -2/+2 |
* | ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyInto | Mark Wiebe | 2011-01-17 | 2 | -5/+13 |
* | ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer... | Mark Wiebe | 2011-01-16 | 1 | -0/+2 |
* | Added tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-12 | 1 | -0/+12 |
* | Revert "merging refs/remotes/origin/master into HEAD" | pierregm | 2010-10-12 | 1 | -12/+2 |
* | Add more tests to test_eq_w_None (bug #1493) | pierregm | 2010-10-11 | 1 | -2/+12 |
* | * ma.core._print_templates: switched the keys 'short' and 'long' to 'short_st... | pierregm | 2010-09-13 | 2 | -7/+39 |
* | fix (flat)notmasked_/contiguous/edges/ | pierregm | 2010-08-11 | 2 | -11/+32 |
* | (no commit message) | pierregm | 2010-08-09 | 1 | -27/+27 |
* | ma.extras | pierregm | 2010-08-09 | 2 | -29/+52 |
* | * fixed numpy.ma.extras.flatnotmasked_contiguous (bug #1576) | pierregm | 2010-08-09 | 1 | -10/+8 |
* | DEP: Remove ma.extras functions that were deprecated in 1.4.0. | rgommers | 2010-08-05 | 1 | -53/+3 |
* | ENH: Add ddof keyword to masked versions of cov and corrcoef. | Charles Harris | 2010-07-07 | 2 | -8/+47 |
* | Fixed __eq__/__ne__ for scalars | pierregm | 2010-06-29 | 2 | -4/+29 |
* | * masked is now an instance of a new object, MaskedConstant, that inherits fr... | pierregm | 2010-06-10 | 1 | -3/+38 |
* | * Added `apply_over_axes` as requested in ticket #1480 | pierregm | 2010-05-16 | 2 | -288/+326 |
* | Fixed .var for arrays with 1 more valid value than ddofs | pierregm | 2010-04-27 | 2 | -2/+15 |
* | * added test_take_masked_indices | pierregm | 2010-03-22 | 1 | -0/+30 |
* | * fixed mvoid.__repr__ | pierregm | 2010-03-18 | 3 | -359/+454 |
* | BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state after | Charles Harris | 2010-02-21 | 1 | -39/+48 |