Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove the python <3.9 guards for `__class_getitem__` | BvB93 | 2023-02-02 | 1 | -8/+0 |
* | TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212) | Bas van Beek | 2022-09-07 | 1 | -14/+13 |
* | TST: Expand the `__class_getitem__` test coverage for python 3.8 | Bas van Beek | 2021-09-16 | 1 | -0/+7 |
* | MAINT: Make `__class_getitem__` available to all python version and perform b... | Bas van Beek | 2021-09-16 | 1 | -8/+22 |
* | ENH: Add `ndarray.__class_getitem__` | Bas van Beek | 2021-09-15 | 1 | -0/+15 |
* | MAINT: Implement new casting loops based on NEP 42 and 43 | Sebastian Berg | 2021-01-08 | 1 | -0/+58 |