summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-5/+0
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-6/+3
* Update core.py with f-strings (issue #15420)Anthony2020-01-261-2/+5
* Update core.pyAnthony2020-01-261-27/+16
* MAINT: Replace basestring with str.Charles Harris2020-01-231-5/+5
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-2/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-9/+1
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-10/+10
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-2/+2
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-021-2/+2
|\
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-2/+2
* | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-8/+33
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-6/+1
* | 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-151-1/+1
* DOC: add numpy prefixmattip2019-10-151-14/+14
* 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-301-1/+0
|\ \
| * | BUG: Remove the broken clip wrapperEric Wieser2019-07-281-1/+0
* | | 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-021-3/+3
|\ \
| * | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-3/+3
| |/
* | DOC: Add missing parameter description for keepdims in MaskedArrayMSeifert042019-07-011-0/+12
|/
* Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-121-1/+3
|\
| * API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-1/+3
* | ENH: Radix sortHameer Abbasi2019-05-111-7/+7
* | BUG: ma.tostring should respect the order parameterPeter Bell2019-05-071-1/+1
|/
* DOC: fix docstring for floor_divide (#13242)Assem2019-04-021-1/+1
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+0
* 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-241-33/+42
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-466/+543
* BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-301-3/+3
* BUG: multifield-view of MaskedArray gets bad fill_valueAllan Haldane2018-11-191-6/+8
* BUG: Fix fill value in masked array '==' and '!=' ops.Charles Harris2018-10-241-5/+18