summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-1/+1
|\ \ | |/ |/|
| * Don't regenerate the descriptor unnecessarily.M. Eric Irrgang2022-07-161-1/+1
* | Revert "TST: add a test for ma.minimum.reduce with axis keyword"mattip2022-07-201-12/+0
* | Revert "BUG: Fix masked median multiple masked arrays (#21999)"mattip2022-07-202-23/+1
* | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-203-194/+47
* | Revert "nomask in nomask out" from 21977mattip2022-07-201-2/+2
* | Revert "BUG: fix ma.minimum.reduce with axis keyword"mattip2022-07-201-2/+0
* | BUG: Fix masked median multiple masked arrays (#21999)Brigitta Sipőcz2022-07-172-1/+23
* | BUG: fix ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+2
* | TST: add a test for ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+12
|/
* nomask in nomask outRuth Comer2022-07-131-2/+2
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-07-131-0/+64
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-133-47/+194
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-094-253/+47
* TST: Adding a test that MaskedArrays respect ufunc deferral heirarchyGreg Lucas2022-06-291-0/+59
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-293-47/+194
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-262-1/+10
* API: Define `<`, `<=`, `>`, `>=` for masked arraysSebastian Berg2022-06-212-1/+65