summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_arraymethod.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-021-8/+0
* TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-071-14/+13
* TST: Expand the `__class_getitem__` test coverage for python 3.8Bas van Beek2021-09-161-0/+7
* MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-161-8/+22
* ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+15
* MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-081-0/+58