summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.pyi
Commit message (Expand)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
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-4/+1
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-7/+1
* 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
* MAINT: Updated the annotations in `np.core.numeric`Bas van Beek2020-10-141-24/+96
* MAINT: Move the `np.core.numeric` functions to their own stub fileBas van Beek2020-10-071-0/+117