summaryrefslogtreecommitdiff
path: root/numpy/tests/typing/reveal/fromnumeric.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Move typing testsCharles Harris2020-09-071-278/+0
| | | | Move them into a new `numpy/typing/tests directory`
* ENH: Add annotations to the last 8 functions in numpy.core.fromnumeric (#16729)Bas van Beek2020-08-241-0/+73
| | | | | | | | | | | | | | | * Added annotations for 8 new functions The 8 respective functions, all located in `np.core.fromnumeric`, consist of: * `prod` * `cumprod` * `ndim` * `size` * `around` * `mean` * `std` * `var` Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* ENH: Added annotations to 8 functions from np.core.fromnumeric (#16647)Bas van Beek2020-06-221-0/+70
| | | | | | | | | | | | Newly annotated functions: * `clip` * `sum` * `all` * `any` * `cumsum` * `ptp` * `amax` * `amin`
* MAINT: move typing tests cases into a subdirectory of numpy/testsJosh Wilson2020-06-071-0/+135