summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack`BvB932022-11-141-11/+40
* ENH: adding casting option to numpy.stack. (#21627)Jhonatan Cunha2022-06-081-7/+36
* 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/+2
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-5/+5
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-2/+2
* STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-311-6/+6
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-7/+1
* ENH: Add dtype-support to `np.core.shape_base`Bas van Beek2021-06-141-16/+47
* ENH: Add annotations for `__all__`Bas van Beek2021-06-141-0/+2
* MAINT: Import `SupportsIndex` from typing-extensionsBas van Beek2021-02-011-3/+1
* MAINT: Removed unused importsBas van Beek2020-10-261-3/+3
* ENH: Add annotations for `np.core.shape_base`Bas van Beek2020-10-261-0/+41