summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16240 from WarrenWeckesser/ptp-warningMatti Picus2020-05-151-0/+47
|\
| * DOC: Warn about behavior of ptp with signed integers.Warren Weckesser2020-05-151-0/+47
* | BUG: max/min of a masked array dtype fix (gh-15991)Rakesh Vasudevan2020-05-142-5/+50
|/
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* MAINT: Chain exceptions in memmap.py and core.py (#16067)Chris Holland2020-05-011-2/+4
* BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-252-2/+31
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* DOC:Fix method documentation of function sort()vrakesh2020-04-161-2/+12
* Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-041-0/+46
|\
| * DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-261-0/+46
* | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-012-5/+12
|\ \
| * | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-302-5/+12
| |/
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-012-4/+0
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-11/+0
* | BUG: Add basic __format__ for masked element to fix incorrect print (#15794)Warren Weckesser2020-03-242-0/+30
|/
* convert shebang from python to python3 (#15687)Changqing Li2020-03-042-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* 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: Remove Python2 workaroundsSeth Troisi2020-01-231-4/+20
* MAINT: Replace basestring with str.Charles Harris2020-01-232-8/+7
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-212-3/+3
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-9/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-5/+0
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* Changed file extension of ma README.Ross Barnowski2020-01-101-0/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-0511-56/+56
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0315-30/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-062-3/+3
* Merge pull request #15039 from eric-wieser/fix-weird-reraiseSebastian Berg2019-12-031-2/+1
|\
| * BUG: Exceptions tracebacks are droppedEric Wieser2019-12-031-2/+1
* | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-3/+3
|\ \
| * | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-312-3/+3
* | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argumentSebastian Berg2019-12-022-2/+27
|\ \ \ | |_|/ |/| |
| * | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-022-2/+27
* | | 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-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
| |/ |/|