Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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` | ||||
* | MAINT: Create the `_DTypeLike` type-alias in `numpy.typing` | Bas van Beek | 2022-01-24 | 1 | -12/+2 |
| | | | | Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic` | ||||
* | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 1 | -10/+7 |
| | |||||
* | ENH: Add dtype-typing support to `np.core.function_base` | Bas van Beek | 2021-11-26 | 1 | -22/+162 |
| | |||||
* | ENH: Add annotations for `np.lib.function_base` | Bas van Beek | 2021-09-30 | 1 | -1/+12 |
| | |||||
* | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -7/+1 |
| | |||||
* | MAINT: Remove unsafe unions from `np.core.function_base` | Bas van Beek | 2021-04-30 | 1 | -2/+4 |
| | |||||
* | MAINT: Import `SupportsIndex` from typing-extensions | Bas van Beek | 2021-02-01 | 1 | -4/+1 |
| | | | | These days `SupportsIndex` is available in typing-extensions (and recognized by mypy) | ||||
* | MAINT: Renamed `<X>Like` to `<X>Like_co` | Bas van Beek | 2021-01-18 | 1 | -2/+2 |
| | |||||
* | MAINT: Rename `DtypeLike` to `DTypeLike` | Bas van Beek | 2020-11-03 | 1 | -5/+5 |
| | |||||
* | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429) | Bas van Beek | 2020-10-07 | 1 | -2/+2 |
| | | | * MAINT: Move the `<scalar>Like` unions to `numpy.typing` | ||||
* | ENH: Change the `axis` type to `SupportsIndex` | Bas van Beek | 2020-08-23 | 1 | -4/+4 |
| | |||||
* | Revert "MAINT: `SupportsIndex` was added to typing-extensions as of 3.7.4.3" | Bas van Beek | 2020-08-23 | 1 | -1/+4 |
| | | | | This reverts commit c9c44fd65046fc9e5c7308e04522a9ff8562f649. | ||||
* | MAINT: `SupportsIndex` was added to typing-extensions as of 3.7.4.3 | Bas van Beek | 2020-08-23 | 1 | -4/+1 |
| | |||||
* | MAINT: The returned step size can be complex | Bas van Beek | 2020-08-23 | 1 | -2/+2 |
| | | | | Co-Authored-By: Eric Wieser <eric-wieser@users.noreply.github.com> | ||||
* | REV: Manually define the `SupportsIndex` protocol | Bas van Beek | 2020-08-23 | 1 | -1/+4 |
| | | | | `SupportsIndex` is apparently still missing from the typing-extensions 3.7.4.2 pypi release (see https://github.com/python/typing/issues/749): manually define the protocol in the relevant stubs. | ||||
* | MAINT: Removed unused import | Bas van Beek | 2020-08-23 | 1 | -1/+1 |
| | |||||
* | ENH: Add stubs for `np.core.function_base` | Bas van Beek | 2020-08-23 | 1 | -0/+53 |