summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-093-93/+105
|\
| * TST: Update and add tests masked array views.John Kirkham2017-01-172-69/+104
| * BUG: Share masked array views for writing.John Kirkham2017-01-171-24/+1
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-034-6/+6
* | MAINT: Simplify if statementk_kapp@yahoo.com2017-05-241-1/+1
* | ENH: Spelling fixesVille Skyttä2017-05-094-9/+9
* | Merge pull request #8421 from seberg/isnatCharles Harris2017-05-072-7/+5
|\ \
| * | BUG: Remove warning NaT filter from masked array test utilsSebastian Berg2017-05-072-7/+5
* | | MAINT: add __doc__ to minimumEric Wieser2017-05-061-32/+8
* | | STY: Tabs to spacesEric Wieser2017-05-061-20/+20
* | | DEP: inconsistent axis default for np.ma.maximumEric Wieser2017-05-063-14/+47
* | | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-064-13/+27
* | | DEP: Deprecate np.ma.MaskedArray.miniEric Wieser2017-05-061-0/+22
|/ /
* | Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axisCharles Harris2017-05-052-4/+87
|\ \
| * | DEP: deprecate calling ma.argsort without an axisEric Wieser2017-05-052-4/+87
* | | BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-052-0/+14
* | | MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-052-51/+9
|/ /
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-052-2/+50
* | MAINT: allow __array_ufunc__ = None to force binops to defer.Marten van Kerkwijk2017-04-271-6/+7
* | BUG/ENH: Switch to simplified __array_ufunc__/binop interactionNathaniel J. Smith2017-04-271-3/+6
* | ENH: Rename __numpy_ufunc__ to __array_ufunc__.Charles Harris2017-04-271-1/+1
* | DOC: Improve comments in ma.array.__new__Eric Wieser2017-04-191-2/+3
* | TST: Add previously-missing test of __setitem__Eric Wieser2017-04-191-21/+13
* | BUG: Fix __getitem__ on masked arrays containing np.ma.maskedEric Wieser2017-04-192-1/+19
* | BUG: np.ma.array(masked) should not return a new MaskedConstantEric Wieser2017-04-192-3/+13
* | BUG: Correctly distinguish between 0d arrays and scalarsEric Wieser2017-04-193-19/+126
* | DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-051-2/+2
* | Merge pull request #8647 from eric-wieser/np.ma.where-fixesMarten van Kerkwijk2017-04-042-33/+63
|\ \
| * | BUG: Make np.ma.where delegate to np.whereEric Wieser2017-03-082-33/+63
* | | MAINT: Rename _validate_axis, and document itEric Wieser2017-03-282-4/+4
* | | MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-1/+1
* | | MAINT: Reuse _validate_axis in maEric Wieser2017-03-282-15/+7
* | | MAINT: Remove manual error messageEric Wieser2017-03-281-1/+1
* | | MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-252-4/+3
* | | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-252-8/+7
* | | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-252-22/+22
|/ /
* | MAINT: tidy up sort output stage, avoiding meshgrid and flatEric Wieser2017-03-071-7/+4
* | MAINT: Remove duplicated code between sort and argsortEric Wieser2017-03-071-13/+2
* | MAINT: Reduce indentation, and remove erroneous return valueEric Wieser2017-03-071-26/+27
* | BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-072-16/+45
* | MAINT: Combine ma.argsort and MaskedArray.argsortEric Wieser2017-03-071-10/+9
* | MAINT: Combine ma.sort and MaskedArray.sortEric Wieser2017-03-071-21/+6
* | MAINT: Don't call internal recursion helpers elsewhereEric Wieser2017-03-031-21/+38
* | BUG: Preserve identity of dtypes in make_mask_descrEric Wieser2017-03-032-7/+30
* | MAINT: Warn users when calling np.ma.MaskedArray.(arg-)partition function.Michael Seifert2017-02-281-0/+12
* | Merge pull request #8590 from mhvk/ma/eq_ne_axis_bugEric Wieser2017-02-282-90/+172
|\ \