summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-0/+1
* WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-291-1/+5
* DOC: convert `None` to bare None or ``None``mattip2019-10-152-2/+2
* DOC: add numpy prefixmattip2019-10-151-14/+14
* TST: add test to check that (semi-)public API modules can be importedRalf Gommers2019-09-191-14/+0
* DOC: lib: Add more explanation of the weighted average calculation.Warren Weckesser2019-08-261-2/+5
* Merge pull request #14290 from eric-wieser/fix-if-fieldsCharles Harris2019-08-221-1/+1
|\
| * Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-1910-870/+930
| |\
| * | BUG: Fix detection of structured arrays in mrecordsEric Wieser2019-08-191-1/+1
* | | DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-191-89/+2
| |/ |/|
* | Merge pull request #14039 from sameshl/remove_depr_rank_funcSebastian Berg2019-07-311-18/+1
|\ \
| * | DEP: Remove np.rank which has been deprecated for more than 5 yearsSamesh2019-07-311-18/+1
* | | Merge pull request #14145 from eric-wieser/fix-14140Sebastian Berg2019-07-302-1/+7
|\ \ \
| * | | BUG: Remove the broken clip wrapperEric Wieser2019-07-282-1/+7
* | | | MAINT: Use equality instead of identity check with literalHarmon2019-07-251-1/+1
| |/ / |/| |
* | | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr...Matti Picus2019-07-111-2/+9
|\ \ \
| * | | DOC: Don't override MaskedArray.view documentation with the one from ndarray....MSeifert042019-07-081-2/+9
* | | | DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-6/+4
|/ / /
* | | MAINT: Remove unnecessary parenthesis in numpy.ma.coreMSeifert042019-07-061-13/+13
* | | DOC: Fix typo in "make_mask" documentationMSeifert042019-07-021-1/+1
* | | Merge pull request #13883 from MSeifert04/replace-integers-with-booleansCharles Harris2019-07-024-17/+17
|\ \ \
| * | | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-014-17/+17
* | | | DOC: Add missing parameter description for keepdims in MaskedArrayMSeifert042019-07-011-0/+12
|/ / /
* | | Deprecate collapsing shape-1 dtype fields to scalars.Antony Lee2019-05-241-1/+2
|/ /
* | Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-123-10/+19
|\ \
| * | API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-113-10/+19
* | | ENH: Radix sortHameer Abbasi2019-05-111-7/+7
* | | BUG: ma.tostring should respect the order parameterPeter Bell2019-05-072-1/+5
|/ /
* | DOC: fix some more See Also issuesRalf Gommers2019-04-141-6/+6
* | DOC: fix docstring for floor_divide (#13242)Assem2019-04-021-1/+1
* | DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-174-12/+7
* | DOC: fixes from reviewmattip2019-02-281-5/+22
* | DOC: Simplify .real and .imag docstrings for MaskedArrayEric Wieser2019-02-271-22/+4
* | MAINT: First pass at merging docstringsAlex Watt2019-02-241-56/+26
* | MAINT: respond to PR feedbackAlex Watt2019-02-241-9/+9
* | MAINT: Convert property to @propertyAlex Watt2019-02-243-41/+48
* | MAINT: Move pickle import to numpy.compatCharles Harris2019-02-214-4/+4
* | ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-65/+42
* | Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-2/+2
|\ \
| * | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-301-2/+2
* | | TST, DOC: enable refguide_checkTyler Reddy2018-12-142-588/+680
| |/ |/|
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-065-10/+4
* | BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-302-3/+8
* | BUG: multifield-view of MaskedArray gets bad fill_valueAllan Haldane2018-11-192-6/+19
|/
* TST: Add masked array tests for '==' and '!='.Charles Harris2018-10-241-5/+145
* BUG: Fix fill value in masked array '==' and '!=' ops.Charles Harris2018-10-241-5/+18
* BUG: Fix MaskedArray fill_value type conversion.Charles Harris2018-10-202-6/+30
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-104-46/+49
* MAINT: Eliminate the private `numerictypes._typestr`Eric Wieser2018-09-201-19/+0
* MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-2/+4