Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TYP,DEP: Remove `msort` annotations | BvB93 | 2022-11-14 | 1 | -6/+2 |
| | | | | Xref https://github.com/numpy/numpy/pull/22456 | ||||
* | MAINT, TYP: Fix `np.angle` dtype-overloads | Bas van Beek | 2022-07-12 | 1 | -3/+5 |
| | |||||
* | TYP: Add typing for the keepdims param. of 'average' and 'ma.average' | warren | 2022-05-10 | 1 | -0/+8 |
| | | | | This is a follow-up to gh-21485. | ||||
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -1/+1 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | Merge pull request #20887 from BvB93/aliases | Charles Harris | 2022-01-24 | 1 | -11/+2 |
|\ | | | | | TYP,MAINT: Add aliases for commonly used unions | ||||
| * | MAINT: Create the `_ArrayLike` type-alias in `numpy.typing` | Bas van Beek | 2022-01-24 | 1 | -4/+1 |
| | | | | | | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic` | ||||
| * | MAINT: Create the `_DTypeLike` type-alias in `numpy.typing` | Bas van Beek | 2022-01-24 | 1 | -7/+1 |
| | | | | | | | | Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic` | ||||
* | | TYP: Mark annotations that can be improved with `Concatenate` once mypy ↵ | Bas van Beek | 2022-01-24 | 1 | -0/+2 |
|/ | | | | supports it | ||||
* | STY: Use subscriptable `collections.abc` types over the generic aliases in … | Bas van Beek | 2021-12-23 | 1 | -4/+1 |
| | |||||
* | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 1 | -9/+6 |
| | |||||
* | MAINT: Rename interpolation to method in percentile stubs | Sebastian Berg | 2021-11-12 | 1 | -13/+13 |
| | |||||
* | DOC: Remove non-existent alias | abel | 2021-11-08 | 1 | -1/+0 |
| | |||||
* | MAINT: Add annotations for a missing `percentile` interpolation kind: ↵ | Bas van Beek | 2021-11-05 | 1 | -0/+1 |
| | | | | `"inclusive"` | ||||
* | DOC: Update _InterpolationKind | abel | 2021-11-04 | 1 | -1/+9 |
| | |||||
* | ENH: Add annotations for `np.lib.function_base` part 3 | Bas van Beek | 2021-10-05 | 1 | -10/+202 |
| | |||||
* | ENH: Add more annotations for `np.lib.function_base` | Bas van Beek | 2021-10-04 | 1 | -13/+188 |
| | | | | | | | | | | | | | | | * `interp` * `cov` * `corrcoef` * `blackman` * `bartlett` * `hanning` * `hamming` * `i0` * `kaiser` * `sinc` * `msort` * `median` | ||||
* | MAINT: Remove `slice` from the accepted `np.place` mask-types | Bas van Beek | 2021-10-01 | 1 | -1/+1 |
| | | | | `np.place` uses the `np.core.multiarray._insert` function under the hood, not to be confused with `np.insert` (which does accept slices) | ||||
* | ENH: Add annotations for `np.lib.function_base` | Bas van Beek | 2021-09-30 | 1 | -18/+290 |
| | |||||
* | MAINT: Add annotations for the missing `period` parameter to `np.unwrap` | Bas van Beek | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | ENH: Add improved placeholder annotations for `np.lib` | Bas van Beek | 2021-04-26 | 1 | -0/+57 |