Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Use subscriptable `collections.abc` types over the generic aliases in … | Bas van Beek | 2021-12-23 | 1 | -1/+1 |
* | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 1 | -15/+13 |
* | STY: Replace `Union` with the `|` operator | Bas van Beek | 2021-12-22 | 1 | -3/+2 |
* | MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence` | Bas van Beek | 2021-09-19 | 1 | -10/+8 |
* | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -6/+2 |
* | MAINT: Move `ravel_multi_index` and `unravel_index` to `np.core.multiarray` | Bas van Beek | 2021-06-06 | 1 | -28/+5 |
* | MAINT: Replace `_ArrayND` with `NDArray` | Bas van Beek | 2021-05-12 | 1 | -15/+15 |
* | MAINT: Remove unsafe unions from `np.lib.index_tricks` | Bas van Beek | 2021-04-30 | 1 | -4/+19 |
* | MAINT: Relax the type-constraints of `IndexExpression.__getitem__` | Bas van Beek | 2021-02-25 | 1 | -5/+5 |
* | ENH: Add annotations for `np.lib.index_tricks` | Bas van Beek | 2021-02-25 | 1 | -0/+179 |