| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #22316 from seberg/void-strctured-new | Sebastian Berg | 2022-11-21 | 2 | -2/+5 |
| |\ |
|
| | * | ENH: Allow creating structured void scalars by passing dtype | Sebastian Berg | 2022-09-21 | 2 | -2/+5 |
| * | | TYP: Remove newly deprecated scalar type aliases | Sebastian Berg | 2022-11-17 | 2 | -15/+0 |
| * | | TYP,DEP: Remove `msort` annotations | BvB93 | 2022-11-14 | 1 | -4/+0 |
| * | | TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack` | BvB93 | 2022-11-14 | 1 | -0/+3 |
| * | | TST: Avoid possible warning from unnecessary cast with uninitialized values | Sebastian Berg | 2022-10-12 | 1 | -1/+1 |
| * | | Merge pull request #22360 from BvB93/mypy | Matti Picus | 2022-10-02 | 3 | -4/+2 |
| |\ \ |
|
| | * | | TST,TYP: Bump mypy to 0.981 | BvB93 | 2022-09-30 | 3 | -4/+2 |
| | |/ |
|
| * | | ENH,TYP: Add special casing for `ndarray`-based indexing | BvB93 | 2022-09-30 | 1 | -2/+2 |
| |/ |
|
| * | TYP: Import into random module | Kevin Sheppard | 2022-08-11 | 1 | -2/+2 |
| * | MAINT: Update typing information | Kevin Sheppard | 2022-08-11 | 2 | -0/+6 |
| * | Merge pull request #21984 from BvB93/comparison | Matti Picus | 2022-07-17 | 1 | -0/+9 |
| |\ |
|
| | * | MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons | Bas van Beek | 2022-07-14 | 1 | -0/+9 |
| * | | TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes | Bas van Beek | 2022-07-14 | 1 | -0/+3 |
| |/ |
|
| * | MAINT, TYP: Fix `np.angle` dtype-overloads | Bas van Beek | 2022-07-12 | 1 | -3/+4 |
| * | ENH: issue overflow warning when using `abs` on `np.int8(-128)` (#21648) | Meekail Zain | 2022-06-13 | 1 | -2/+4 |
| * | TYP: Remove `normed=` from typing stubs | Sebastian Berg | 2022-06-02 | 1 | -1/+0 |
| * | TYP: Allow unsigned integer inplace-ops to accept signed integers | Bas van Beek | 2022-05-25 | 1 | -0/+4 |
| * | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 2 | -7/+5 |
| * | TYP: Add basic `np.number` overloads for ndarray dunders | Bas van Beek | 2022-05-14 | 1 | -1/+4 |
| * | TYP: Let `ndarray` fancy indexing always return an `ndarray` | Bas van Beek | 2022-04-15 | 1 | -0/+2 |
| * | MAINT: Explicitly re-export the types in `numpy._typing` | Bas van Beek | 2022-03-18 | 1 | -0/+1 |
| * | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 9 | -12/+15 |
| * | Merge pull request #21180 from BvB93/mypy | Charles Harris | 2022-03-13 | 12 | -62/+62 |
| |\ |
|
| | * | TST: Adapt to the mypy 0.940 `iter` changes | Bas van Beek | 2022-03-11 | 3 | -6/+6 |
| | * | TST: Adapt to the mypy 0.940 changes in tuple representation | Bas van Beek | 2022-03-11 | 12 | -58/+58 |
| * | | MAINT: Relax the `obj` type in `__array_finalize__` | Bas van Beek | 2022-02-23 | 3 | -0/+6 |
| * | | MAINT: Remove a leftover `__array_finalize__` property decorator | Bas van Beek | 2022-02-23 | 2 | -0/+6 |
| |/ |
|
| * | TYP,TST: Add tests for known mypy-related false-positives | Bas van Beek | 2022-02-21 | 2 | -0/+21 |
| * | TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate` | Bas van Beek | 2022-02-21 | 1 | -0/+5 |
| * | TYP: Add dtype-typing support to `fromnumeric` part 3 | Bas van Beek | 2022-02-14 | 2 | -72/+90 |
| * | TST: Add more typing tests for `np.core.fromnumeric` | Bas van Beek | 2022-02-09 | 2 | -58/+77 |
| * | TST,MAINT: Improve a number of variable names | Bas van Beek | 2022-02-09 | 1 | -227/+226 |
| * | Merge pull request #20902 from BvB93/fromnumeric | Charles Harris | 2022-01-27 | 2 | -85/+89 |
| |\ |
|
| | * | TYP,ENH: Add dtype-typing support to `fromnumeric` (part 1) | Bas van Beek | 2022-01-26 | 2 | -85/+89 |
| * | | MAINT: Add annotations for `flatiter.__setitem__` | Bas van Beek | 2022-01-27 | 1 | -0/+4 |
| * | | MAINT: Allow `flatiter.__getitem__` to accept 1-tuples | Bas van Beek | 2022-01-27 | 1 | -0/+2 |
| |/ |
|
| * | Merge pull request #20887 from BvB93/aliases | Charles Harris | 2022-01-24 | 2 | -2/+2 |
| |\ |
|
| | * | TST: Fix failing typing tests | Bas van Beek | 2022-01-24 | 2 | -2/+2 |
| * | | Merge pull request #20885 from BvB93/param_spec | Charles Harris | 2022-01-24 | 2 | -0/+6 |
| |\ \
| |/
|/| |
|
| | * | ENH: Improve typing with the help of `ParamSpec` | Bas van Beek | 2022-01-24 | 2 | -0/+6 |
| * | | MAINT: Relax the return-type of `np.vectorize` | Bas van Beek | 2022-01-19 | 1 | -1/+1 |
| |/ |
|
| * | ENH: Type the `like` parameter via a `__array_function__` protocol | Bas van Beek | 2022-01-11 | 2 | -0/+3 |
| * | MAINT: removed duplicate 'int' type in ScalarType | Gaëtan de Menten | 2022-01-10 | 2 | -6/+6 |
| * | TYP: Allow time manipulation functions to accept `data` and `timedelta` objects | Bas van Beek | 2022-01-06 | 1 | -0/+12 |
| * | TYP,MAINT: Allow `ndindex` to accept integer tuples | Bas van Beek | 2022-01-02 | 2 | -0/+3 |
| * | TYP,TST: Bump mypy to 0.930 | Bas van Beek | 2021-12-26 | 1 | -1/+1 |
| * | STY: Use subscriptable `collections.abc` types over the generic aliases in … | Bas van Beek | 2021-12-23 | 7 | -7/+11 |
| * | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 29 | -120/+117 |
| * | STY: Replace `Union` with the `|` operator | Bas van Beek | 2021-12-22 | 1 | -2/+4 |