summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.pyi
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-6/+2
* MAINT: Move `ravel_multi_index` and `unravel_index` to `np.core.multiarray`Bas van Beek2021-06-061-28/+5
* MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-121-15/+15
* MAINT: Remove unsafe unions from `np.lib.index_tricks`Bas van Beek2021-04-301-4/+19
* MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-251-5/+5
* ENH: Add annotations for `np.lib.index_tricks`Bas van Beek2021-02-251-0/+179