summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-1311-276/+662
|\
| * TYP: Deprecate `np.round_`Bas van Beek2023-05-082-3/+1
| * BUG: Fix masked array ravel order for A (and somewhat K)Sebastian Berg2023-04-282-1/+3
| * Merge pull request #23626 from seberg/issue-22912Charles Harris2023-04-211-0/+16
| |\
| | * BUG: Fix masked array raveling when `order="A"` or `order="K"`Sebastian Berg2023-04-212-0/+24
| * | BUG: Ignore invalid and overflow warnings in masked setitemSebastian Berg2023-04-212-0/+30
| |/
| * DOC: Add Examples section to np.ma.sort docstring (#23392)Somasree Majumder2023-04-131-0/+15
| * DOC: Add docstring examples for np.ma.right_shift (#23393)Somasree Majumder2023-04-101-0/+15
| * DOC: Add example for np.ma.compressed. (#23426)Stefanie Molin2023-04-041-0/+23
| * 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
| |/ /
* | | DEP: Deprecate `np.find_common_type`Sebastian Berg2022-11-071-1/+1
|/ /
* | 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