summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.pyi
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
| | | | i.e. `numpy.typing` and `numpy._typing`
* Merge pull request #20887 from BvB93/aliasesCharles Harris2022-01-241-11/+7
|\ | | | | TYP,MAINT: Add aliases for commonly used unions
| * MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-11/+7
| | | | | | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
* | TYP: Mark annotations that can be improved with `Concatenate` once mypy ↵Bas van Beek2022-01-241-0/+2
|/ | | | supports it
* 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-14/+14
|
* BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-221-2/+2
|
* 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-4/+6
|
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-2/+1
|
* ENH: Add annotations for `np.lib.shape_base`Bas van Beek2021-07-091-17/+208
|
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-0/+24