summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* MAINT: move `mask_rowcols` to `ma/extras.py`yuki2023-03-252-93/+90
* ENH: revert changes of `mask_rowcols`yuki2023-03-221-8/+12
* ENH: fix formatyuki2023-03-221-12/+24
* Merge branch 'main' into enh-ma-dotyuki2023-03-227-12/+22
|\
| * Merge pull request #23335 from tylerjereddy/treddy_issue_22041Marten van Kerkwijk2023-03-062-1/+7
| |\
| | * BUG: ma with structured dtypeTyler Reddy2023-03-032-1/+7
| * | Add type annotations for comparison operators to MaskedArray.Peter Hawkins2023-03-031-0/+4
| |/
| * DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-024-11/+11
* | add support for non-2d arraysyuki2023-03-032-25/+65
|/
* DEP: deprecate `np.round_`Ralf Gommers2023-02-281-2/+2
* BUG: PR 23269 revisionsTyler Reddy2023-02-252-1/+9
* MAINT: PR 23269 revisionsTyler Reddy2023-02-242-1/+4
* MAINT: PR 23269 revisionsTyler Reddy2023-02-242-3/+16
* BUG: masked array proper deepcopiesTyler Reddy2023-02-232-1/+34
* Merge pull request #23113 from hmaarrfk/slots_for_mixinsSebastian Berg2023-01-271-0/+10
|\
| * TST: Add a test for slots and NDArrayOperatorsMixin subclassingMark Harfouche2023-01-271-0/+10
* | BUG: fix ma.diff not preserving mask when using append/prepend (#22776)Marko Pacak2023-01-193-7/+176
* | DOC: Add example for np.ma.diag (#22960)Stefanie Molin2023-01-161-0/+32
|/
* MAINT: restore npymath implementations needed for freebsdmattip2022-12-251-0/+2
* API: Ensure a full mask is returned for masked_invalidSebastian Berg2022-12-212-1/+18
* BUG: Do not use getdata() in np.ma.masked_invalidSebastian Berg2022-12-192-5/+19
* Merge pull request #22721 from byrdie/bugfix/median-keepdims-outSebastian Berg2022-12-062-5/+30
|\
| * BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-052-5/+30
* | Merge pull request #22731 from HaoZeke/maBenchCleanupMatti Picus2022-12-051-130/+0
|\ \ | |/ |/|
| * MAINT: Kill old hand-written benchmarksRohit Goswami2022-12-051-130/+0
* | ENH: Speedup masked array creation when mask=None (#22725)Lefteris Loukas2022-12-052-1/+9
|/
* Merge pull request #22436 from cmarmo/doc-masked-equalSebastian Berg2022-11-211-17/+11
|\
| * Update numpy/ma/core.pySebastian Berg2022-11-211-3/+1
| * Address reviewer comment.Chiara Marmo2022-10-171-2/+4
| * Clarify docstring of masked_valuesChiara Marmo2022-10-131-14/+8
* | DOC: Add example for np.ma.power as part of #22269Stefanie Molin2022-11-191-0/+26
* | Merge pull request #21895 from hoodmane/emscripten-ciRalf Gommers2022-11-151-1/+2
|\ \
| * | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* | | TYP,DEP: Remove all reference to the removed `MaskedArray.mini` methodBvB932022-11-141-1/+0
|/ /
* | STY: Make linter happySebastian Berg2022-10-271-3/+2
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-275-40/+41
* | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-263-5/+5
|/
* Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-1/+7
|\
| * MAINT: Structured MA fill value workaround by adding array castSebastian Berg2022-10-051-1/+7
* | DOC: added `ma.round` and `ma.round_` examples (#22404)Felix Hirwa Nshuti2022-10-111-0/+22
* | Merge pull request #22046 from cmarmo/masked-invalidSebastian Berg2022-10-052-13/+13
|\ \
| * | Remove try statement. Add test.Chiara Marmo2022-09-072-4/+5
| * | Fix lint.Chiara Marmo2022-07-251-1/+2
| * | Make mask_invalid consistent with mask_where when copy is set to False. Add t...Chiara Marmo2022-07-252-13/+11
* | | Added ma.min examplesFelix Hirwa Nshuti2022-10-011-1/+1
* | | Added ma.min examplesFelix Hirwa Nshuti2022-10-011-0/+30
| |/ |/|
* | DOC: Adding examples to `ma.max` function (#22331)Felix Hirwa Nshuti2022-09-271-0/+37
* | BUG: Import ``numpy.ma`` at beginning of examples.Charles Harris2022-09-171-0/+1
* | DOC: add example for ma.unique functionswagatip2022-09-161-0/+25
* | Remove long deprecated functionality from np.maBrigitta Sipőcz2022-09-082-87/+2