summaryrefslogtreecommitdiff
path: root/numpy/typing/_shape.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-6/+0
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-11/+1
* REV,BUG: Replace `NotImplemented` with `typing.Any`Bas van Beek2021-06-051-2/+2
* ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_...Bas van Beek2021-05-271-4/+5
* MAINT: Relax the integer-type-constraint of `npt._ShapeLike`Bas van Beek2021-04-141-1/+10
* MAINT: make typing module available at runtimeJosh Wilson2020-06-091-0/+6