summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.pyi
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-12/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-10/+7
* ENH: Add dtype-typing support to `np.core.function_base`Bas van Beek2021-11-261-22/+162
* ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-301-1/+12
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-7/+1
* MAINT: Remove unsafe unions from `np.core.function_base`Bas van Beek2021-04-301-2/+4
* MAINT: Import `SupportsIndex` from typing-extensionsBas van Beek2021-02-011-4/+1
* MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-181-2/+2
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-5/+5
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-2/+2
* ENH: Change the `axis` type to `SupportsIndex`Bas van Beek2020-08-231-4/+4
* Revert "MAINT: `SupportsIndex` was added to typing-extensions as of 3.7.4.3"Bas van Beek2020-08-231-1/+4
* MAINT: `SupportsIndex` was added to typing-extensions as of 3.7.4.3Bas van Beek2020-08-231-4/+1
* MAINT: The returned step size can be complexBas van Beek2020-08-231-2/+2
* REV: Manually define the `SupportsIndex` protocolBas van Beek2020-08-231-1/+4
* MAINT: Removed unused importBas van Beek2020-08-231-1/+1
* ENH: Add stubs for `np.core.function_base`Bas van Beek2020-08-231-0/+53