summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_core.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-131-5/+157
|\
| * 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
| |/
| * DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-4/+4
| * 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
| * 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
| * 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
|/
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-12/+12
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-3/+3
* 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
* | 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 "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-2/+2
* | TST: add a test for ma.minimum.reduce with axis keywordRuth Comer2022-07-161-0/+12
|/
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-2/+2
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-2/+2
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-2/+2
* 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
* | Fix sorting of int8/int16serge-sans-paille2021-12-121-0/+4
|/
* 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
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-6/+6
|/
* BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)Constanza2021-06-271-0/+24
* BUG, TST: Determine complex types using typecodesGanesh Kathiresan2021-05-301-2/+2
* TST: Changed TC to check for `TypeError` in floor divideGanesh Kathiresan2021-05-291-15/+27
* BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)Constanza2021-05-101-1/+10
* Update numpy/ma/tests/test_core.pySebastian Berg2021-03-131-1/+1
* Apply suggestions from code reviewSebastian Berg2021-03-121-1/+2
* BUG: Fix ma coercion list-of-ma-arrays if they do not cast to boolSebastian Berg2021-03-121-0/+19
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-0/+7
* MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.Warren Weckesser2020-11-081-2/+6