summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.pyi
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-051-14/+48
|
* BUG: change overload order to play nice with pyright.iantra2022-09-011-27/+27
| | | | Pyright just chooses the first matching type whenever there is ambiguity in type resolution, which leads to NoReturn for the cross function in certain situations. Other overloads were changed to match. See ticket #22146
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
| | | | i.e. `numpy.typing` and `numpy._typing`
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-4/+1
| | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-7/+1
| | | | Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic`
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-111-10/+11
|
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-2/+1
|
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-17/+14
|
* ENH: Add dtype-support to `np.core.numeric`Bas van Beek2021-10-261-59/+473
|
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-6/+1
|
* MAINT: Move `empty_like` to `np.core.multiarray`Bas van Beek2021-06-061-17/+0
|
* fix gh-19056Ismael Jimenez2021-05-221-1/+1
|
* MAINT: Remove unsafe unions from `np.core.numeric`Bas van Beek2021-04-301-9/+63
|
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-11/+11
|
* TST: Fixed a broken `np.core.numeric` testBas van Beek2020-10-211-2/+2
|
* MAINT: Update the `axes` parameter of `tensordot`Bas van Beek2020-10-211-1/+1
| | | | `axes` can take either an integer or a 2-tuple of shape-like objects
* MAINT: Updated the annotations in `np.core.numeric`Bas van Beek2020-10-141-24/+96
| | | | | | * Added missing overloads * Use `DtypeLike` and `_Shapelike` where applicable * Moved a few annotation-aliases to the top of the module
* MAINT: Move the `np.core.numeric` functions to their own stub fileBas van Beek2020-10-071-0/+117