| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Move them into a new `numpy/typing/tests directory`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Newly annotated functions:
* `clip`
* `sum`
* `all`
* `any`
* `cumsum`
* `ptp`
* `amax`
* `amin`
|
|
|
|
|
|
| |
Simplified annotations for functions requiring >=1D ArrayLike
objects. Affects a set of <20 functions from
``np.core.fromnumeric``. Based on feedback from
https://github.com/numpy/numpy-stubs/pull/71.
|
|
|