summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.pyi
Commit message (Expand)AuthorAgeFilesLines
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+1
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-15/+13
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-3/+2
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-10/+8
* 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