summaryrefslogtreecommitdiff
path: root/numpy/_typing/_scalars.py
Commit message (Collapse)AuthorAgeFilesLines
* TYP,MAINT: Add a missing explicit Any parameter to scalarsFrancesc Elies2023-02-171-5/+5
|
* MAINT: Make use of the py39 `__class_getitem__` availability in the standard ↵BvB932023-02-021-2/+2
| | | | library
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-0/+30
i.e. `numpy.typing` and `numpy._typing`