| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into deprecate-find-common-type | Charles Harris | 2023-05-13 | 1 | -5/+157 |
|\ |
|
| * | BUG: Fix masked array ravel order for A (and somewhat K) | Sebastian Berg | 2023-04-28 | 1 | -0/+2 |
| * | Merge pull request #23626 from seberg/issue-22912 | Charles Harris | 2023-04-21 | 1 | -0/+16 |
| |\ |
|
| | * | BUG: Fix masked array raveling when `order="A"` or `order="K"` | Sebastian Berg | 2023-04-21 | 1 | -0/+16 |
| * | | BUG: Ignore invalid and overflow warnings in masked setitem | Sebastian Berg | 2023-04-21 | 1 | -0/+18 |
| |/ |
|
| * | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -4/+4 |
| * | BUG: PR 23269 revisions | Tyler Reddy | 2023-02-25 | 1 | -0/+8 |
| * | MAINT: PR 23269 revisions | Tyler Reddy | 2023-02-24 | 1 | -0/+3 |
| * | MAINT: PR 23269 revisions | Tyler Reddy | 2023-02-24 | 1 | -0/+14 |
| * | BUG: masked array proper deepcopies | Tyler Reddy | 2023-02-23 | 1 | -0/+20 |
| * | BUG: fix ma.diff not preserving mask when using append/prepend (#22776) | Marko Pacak | 2023-01-19 | 1 | -0/+40 |
| * | MAINT: restore npymath implementations needed for freebsd | mattip | 2022-12-25 | 1 | -0/+2 |
| * | API: Ensure a full mask is returned for masked_invalid | Sebastian Berg | 2022-12-21 | 1 | -0/+12 |
| * | BUG: Do not use getdata() in np.ma.masked_invalid | Sebastian Berg | 2022-12-19 | 1 | -0/+14 |
| * | ENH: Speedup masked array creation when mask=None (#22725) | Lefteris Loukas | 2022-12-05 | 1 | -0/+2 |
| * | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 1 | -1/+2 |
* | | DEP: Deprecate `np.find_common_type` | Sebastian Berg | 2022-11-07 | 1 | -1/+1 |
|/ |
|
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 1 | -12/+12 |
* | MAINT: remove u-prefix for former Unicode strings (#22479) | Mike Taves | 2022-10-26 | 1 | -3/+3 |
* | Merge pull request #22046 from cmarmo/masked-invalid | Sebastian Berg | 2022-10-05 | 1 | -0/+12 |
|\ |
|
| * | Remove try statement. Add test. | Chiara Marmo | 2022-09-07 | 1 | -0/+4 |
| * | Fix lint. | Chiara Marmo | 2022-07-25 | 1 | -1/+2 |
| * | Make mask_invalid consistent with mask_where when copy is set to False. Add t... | Chiara Marmo | 2022-07-25 | 1 | -0/+7 |
* | | Merge pull request #21995 from eirrgang/mei-1468 | Matti Picus | 2022-09-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Don't regenerate the descriptor unnecessarily. | M. Eric Irrgang | 2022-07-16 | 1 | -1/+1 |
* | | Revert "TST: add a test for ma.minimum.reduce with axis keyword" | mattip | 2022-07-20 | 1 | -12/+0 |
* | | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays." | mattip | 2022-07-20 | 1 | -2/+2 |
* | | TST: add a test for ma.minimum.reduce with axis keyword | Ruth Comer | 2022-07-16 | 1 | -0/+12 |
|/ |
|
* | ENH: Adding __array_ufunc__ capability to MaskedArrays. | Greg Lucas | 2022-07-13 | 1 | -2/+2 |
* | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays" | Matti Picus | 2022-07-09 | 1 | -2/+2 |
* | ENH: Adding __array_ufunc__ capability to MaskedArrays. | Greg Lucas | 2022-06-29 | 1 | -2/+2 |
* | API: Define `<`, `<=`, `>`, `>=` for masked arrays | Sebastian Berg | 2022-06-21 | 1 | -0/+46 |
* | ENH: Add overflow check to float setitem | Sebastian Berg | 2022-06-13 | 1 | -1/+5 |
* | TST: Fixup tests that cause FPEs during casts | Sebastian Berg | 2022-06-13 | 1 | -1/+4 |
* | Merge pull request #20914 from kinshukdua/fix_ma_mean | Matti Picus | 2022-06-12 | 1 | -0/+6 |
|\ |
|
| * | BUG: change `ma.mean` dtype to be consistent with `np.mean` | Kinshuk Dua | 2022-01-27 | 1 | -0/+6 |
* | | TST,MAINT: Simplify warning testing in masked arrays | Sebastian Berg | 2022-05-27 | 1 | -36/+18 |
* | | Fix sorting of int8/int16 | serge-sans-paille | 2021-12-12 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs | Melissa Weber Mendonça | 2021-10-01 | 1 | -3/+47 |
|\ |
|
| * | TST: added tests for np.ma.ones and np.ma.zeros | Arun | 2021-09-22 | 1 | -3/+47 |
* | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -6/+6 |
|/ |
|
* | BUG: fix np.ma.MaskedArray.anom when input is masked (#19023) | Constanza | 2021-06-27 | 1 | -0/+24 |
* | BUG, TST: Determine complex types using typecodes | Ganesh Kathiresan | 2021-05-30 | 1 | -2/+2 |
* | TST: Changed TC to check for `TypeError` in floor divide | Ganesh Kathiresan | 2021-05-29 | 1 | -15/+27 |
* | BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967) | Constanza | 2021-05-10 | 1 | -1/+10 |
* | Update numpy/ma/tests/test_core.py | Sebastian Berg | 2021-03-13 | 1 | -1/+1 |
* | Apply suggestions from code review | Sebastian Berg | 2021-03-12 | 1 | -1/+2 |
* | BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool | Sebastian Berg | 2021-03-12 | 1 | -0/+19 |
* | BUG: Allow unmodified use of isclose, allclose, etc. with timedelta | Sebastian Berg | 2021-02-04 | 1 | -0/+7 |
* | MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method. | Warren Weckesser | 2020-11-08 | 1 | -2/+6 |