Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Move typing tests | Charles Harris | 2020-09-07 | 1 | -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 Beek | 2020-08-24 | 1 | -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 Beek | 2020-06-22 | 1 | -0/+70 |
| | | | | | | | | | | | | Newly annotated functions: * `clip` * `sum` * `all` * `any` * `cumsum` * `ptp` * `amax` * `amin` | ||||
* | MAINT: move typing tests cases into a subdirectory of numpy/tests | Josh Wilson | 2020-06-07 | 1 | -0/+135 |