summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-135-11/+249
|\
| * BUG: Fix masked array ravel order for A (and somewhat K)Sebastian Berg2023-04-281-0/+2
| * 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-211-0/+16
| * | BUG: Ignore invalid and overflow warnings in masked setitemSebastian Berg2023-04-211-0/+18
| |/
| * ENH: fix formatyuki2023-03-221-12/+24
| * Merge branch 'main' into enh-ma-dotyuki2023-03-223-8/+14
| |\
| | * BUG: ma with structured dtypeTyler Reddy2023-03-031-0/+6
| | * DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-022-8/+8
| * | add support for non-2d arraysyuki2023-03-031-0/+29
| |/
| * DEP: deprecate `np.round_`Ralf Gommers2023-02-281-2/+2
| * BUG: PR 23269 revisionsTyler Reddy2023-02-251-0/+8
| * MAINT: PR 23269 revisionsTyler Reddy2023-02-241-0/+3
| * MAINT: PR 23269 revisionsTyler Reddy2023-02-241-0/+14
| * BUG: masked array proper deepcopiesTyler Reddy2023-02-231-0/+20
| * 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-191-0/+40
| |/
| * MAINT: restore npymath implementations needed for freebsdmattip2022-12-251-0/+2
| * API: Ensure a full mask is returned for masked_invalidSebastian Berg2022-12-211-0/+12
| * BUG: Do not use getdata() in np.ma.masked_invalidSebastian Berg2022-12-191-0/+14
| * BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-0/+29
| * ENH: Speedup masked array creation when mask=None (#22725)Lefteris Loukas2022-12-051-0/+2
| * TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* | 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-262-4/+4
* Merge pull request #22046 from cmarmo/masked-invalidSebastian Berg2022-10-051-0/+12
|\
| * Remove try statement. Add test.Chiara Marmo2022-09-071-0/+4
| * 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-251-0/+7
* | Remove long deprecated functionality from np.maBrigitta Sipőcz2022-09-081-5/+0
* | 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-201-19/+0
* | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-2/+2
* | BUG: Fix masked median multiple masked arrays (#21999)Brigitta Sipőcz2022-07-171-0/+19
* | TST: add a test for ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+12
|/
* 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-131-2/+2
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-092-61/+2
* 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-291-2/+2
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-0/+9
* API: Define `<`, `<=`, `>`, `>=` for masked arraysSebastian Berg2022-06-211-0/+46
* ENH: Add overflow check to float setitemSebastian Berg2022-06-131-1/+5
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-1/+4
* Merge pull request #20914 from kinshukdua/fix_ma_meanMatti Picus2022-06-121-0/+6
|\