summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9817 from kenogo/masterEric Wieser2017-10-042-1/+17
|\
| * BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-052-1/+17
* | Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2017-10-042-3/+18
|\ \ | |/ |/|
| * BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-042-3/+18
* | BUG: fix stray comma in _array2stringStefan Winkler2017-10-031-2/+2
|/
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-0/+4
|\
| * tests: core: update failure messagexoviat2017-09-091-1/+1
| * TST: fix failures:xoviat2017-09-041-0/+4
* | BUG: Don't ignore mismatching shapes just because the mask is all zerosEric Wieser2017-09-282-2/+8
* | BUG: Shrinking the mask on a structured type errorsEric Wieser2017-09-282-13/+24
* | BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-272-1/+6
* | MAINT: Remove special casing of structured dtypes in MaskedArray.__str__Eric Wieser2017-09-251-24/+22
* | MAINT: Remove special casing of 0d in MaskedArray.__str__Eric Wieser2017-09-251-22/+5
* | MAINT: Remove hack from gh-7659 for gh-7493Eric Wieser2017-09-251-14/+8
* | BUG: Errors thrown by 0d arrays in setitem are silenced and replacedEric Wieser2017-09-231-1/+24
* | Merge pull request #9336 from eric-wieser/masked-constantCharles Harris2017-09-212-12/+92
|\ \
| * | TST: Add test for direct writing of `masked`Eric Wieser2017-07-181-2/+4
| * | BUG: change fix for gh-9328 to make masked.copy() a noopEric Wieser2017-07-182-24/+15
| * | MAINT: Improve comments and tests, in response to reviewEric Wieser2017-07-162-13/+29
| * | BUG: np.ma.masked is mutableEric Wieser2017-06-302-1/+27
| * | BUG: Prevent copies of np.ma.MaskedConstant from being created by .view.Eric Wieser2017-06-302-15/+36
| * | BUG: np.ma.masked does not preserve identity through pickleEric Wieser2017-06-302-1/+15
| * | ENH: Make duplicated masked constants obviousEric Wieser2017-06-302-1/+11
* | | Merge pull request #9433 from eric-wieser/transpose-full-viewAllan Haldane2017-09-182-4/+24
|\ \ \
| * | | BUG: Make transpose and diagonal masks be viewsEric Wieser2017-09-052-4/+24
* | | | TST: Add new unit tests for structure assignmentAllan Haldane2017-09-071-1/+1
* | | | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-10/+6
* | | | MAINT: improve struct assignment, allow multi fields viewsAllan Haldane2017-09-071-0/+5
| |_|/ |/| |
* | | Merge pull request #9432 from eric-wieser/masked-0d-methodsCharles Harris2017-08-272-19/+39
|\ \ \ | |/ /
| * | BUG: Keep mask when calling methods on 0d arrays.Eric Wieser2017-08-132-10/+33
| * | MAINT: Collect together _arraymethods, and remove duplicate 'copy'Eric Wieser2017-08-121-9/+6
* | | BUG: MaskedArray._optinfo is discarded by__eq__/__ne__ (#9540)David Schaefer2017-08-132-0/+20
|/ /
* | TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-7/+5
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-056-48/+48
* | MAINT: Add a common subclass to all the masked ufunc wrappersEric Wieser2017-07-241-27/+21
* | Merge pull request #9452 from eric-wieser/new-style-classesCharles Harris2017-07-242-12/+12
|\ \
| * | MAINT: Use new-style classes on 2.7Eric Wieser2017-07-242-12/+12
* | | TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-247-594/+583
|/ /
* | Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-064-11/+12
|\ \
| * | MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-044-11/+12
| |/
* | BUG: void masked fillvalue cannot be cast to void in python 3Eric Wieser2017-07-012-1/+6
|/
* Merge pull request #9322 from eric-wieser/ma-astypeahaldane2017-06-272-7/+12
|\
| * BUG: MaskedArray.astype fails for non-trivial structured typesEric Wieser2017-06-272-7/+12
* | BUG: Overhaul *_fill_value functionsEric Wieser2017-06-272-82/+75
* | MAINT: Remove cycle between _check_fill_value and default_fill_valueEric Wieser2017-06-271-21/+17
* | TST: Verify that sorting subarrays is fixedEric Wieser2017-06-271-0/+14
* | MAINT: Better names in ma.sort testEric Wieser2017-06-271-12/+12
* | BUG: Fix gh-8069Eric Wieser2017-06-272-1/+15
* | MAINT: De-duplicate ma.m(ax|in)imum_fill_valueEric Wieser2017-06-271-26/+18
|/