Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -30/+0 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | MAINT: Renamed `<X>Like` to `<X>Like_co` | Bas van Beek | 2021-01-18 | 1 | -14/+14 |
| | |||||
* | ENH: Add `_UIntLike` and `_TD64Like` | Bas van Beek | 2020-11-17 | 1 | -1/+3 |
| | |||||
* | ENH: Add `_BoolLike` to the union defining `_IntLike` | Bas van Beek | 2020-11-17 | 1 | -1/+3 |
| | |||||
* | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429) | Bas van Beek | 2020-10-07 | 1 | -0/+26 |
* MAINT: Move the `<scalar>Like` unions to `numpy.typing` |