summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.pyi
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20020 from joukewitteveen/ma-ndenumerateMatti Picus2022-05-111-0/+1
|\
| * ENH: Add compressed= argument to ma.ndenumerateJouke Witteveen2022-05-101-1/+1
| * ENH: add ndenumerate specialization for masked arraysJouke Witteveen2022-04-221-0/+1
* | TYP: Add typing for the keepdims param. of 'average' and 'ma.average'warren2022-05-101-1/+1
|/
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-2/+2
* ENH: Add improved placeholder annotations for `np.ma`Bas van Beek2021-05-051-0/+84