summaryrefslogtreecommitdiff
path: root/numpy/typing/_scalars.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-30/+0
| | | | i.e. `numpy.typing` and `numpy._typing`
* MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-181-14/+14
|
* ENH: Add `_UIntLike` and `_TD64Like`Bas van Beek2020-11-171-1/+3
|
* ENH: Add `_BoolLike` to the union defining `_IntLike`Bas van Beek2020-11-171-1/+3
|
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-0/+26
* MAINT: Move the `<scalar>Like` unions to `numpy.typing`