summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* 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
|\
| * BUG: change `ma.mean` dtype to be consistent with `np.mean`Kinshuk Dua2022-01-271-0/+6
* | TST,MAINT: Simplify warning testing in masked arraysSebastian Berg2022-05-271-36/+18
* | TST: Fix uninitialized value in masked ndenumerate testSebastian Berg2022-05-121-1/+1
* | Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-111-1/+39
|\ \
| * | ENH: Add compressed= argument to ma.ndenumerateJouke Witteveen2022-05-101-0/+9
| * | ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-221-1/+30
* | | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-2/+25
|/ /
* | ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-081-3/+2
* | Merge pull request #20505 from scratchmex/ma_averageMatti Picus2021-12-241-0/+25
|\ \
| * | BUG: fix `ma.average` not working well with nan weightsIvan Gonzalez2021-12-021-0/+25
* | | Fix sorting of int8/int16serge-sans-paille2021-12-121-0/+4
|/ /
* | REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-161-0/+42
|/
* Merge pull request #19899 from arunppsg/issue16751_add_note_to_docsMelissa Weber Mendonça2021-10-011-3/+47
|\
| * TST: added tests for np.ma.ones and np.ma.zerosArun2021-09-221-3/+47
* | MAINT: Fix typo in public APIDimitri Papadopoulos2021-09-282-1/+22
* | REV: 8396026Dimitri Papadopoulos2021-09-281-1/+1
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-212-7/+7
|/
* BUG: fix a regression where a masked_array's mask wouldn't updateClément Robert2021-08-241-0/+9
* Merge pull request #19244 from iameskild/fix_18951Matti Picus2021-08-131-0/+7
|\
| * Fix lint E225 complaintiameskild2021-06-141-1/+1
| * added tests for 18951 fixImenRajhi2021-06-141-0/+7
| * added tests for 18951 fixImenRajhi2021-06-141-7/+0
| * added a test for condition assignment for masked arraysImenRajhi2021-06-121-0/+7
* | BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)Constanza2021-06-271-0/+24