You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TYP: annotate `_internal.get_xp` (and curse at `ParamSpec` for being so useless)
* TYP: fix (or ignore) typing errors in `common._helpers` (and curse at cupy)
* TYP: fix typing errors in `common._fft`
* TYP: fix typing errors in `common._aliases`
* TYP: fix typing errors in `common._linalg`
* TYP: fix/ignore typing errors in `numpy.__init__`
* TYP: fix typing errors in `numpy._typing`
* TYP: fix typing errors in `numpy._aliases`
* TYP: fix typing errors in `numpy._info`
* TYP: fix typing errors in `numpy._fft`
* TYP: it's a bad idea to import `TypeAlias` from `typing` on `python<3.10`
* TYP: it's also a bad idea to import `TypeGuard` from `typing` on `python<3.10`
* TYP: don't scare the prehistoric `dtype` from numpy 1.21
* TYP: dust off the DeLorean
* TYP: figure out how to drive a DeLorean
* TYP: apply review suggestions
Co-authored-by: crusaderky <[email protected]>
* TYP: sprinkle some `TypeAlias`es and `Final`s around
* TYP: `__dir__`
* TYP: fix typing errors in `numpy.linalg`
* TYP: add a `common._typing.Capabilities` typed dict type
* TYP: `__array_namespace_info__` helper types
* TYP: `dask.array` typing fixes and improvements
* STY: give the `=` some breathing room
Co-authored-by: Lucas Colley <[email protected]>
* STY: apply review suggestions
Co-authored-by: lucascolley <[email protected]>
---------
Co-authored-by: crusaderky <[email protected]>
Co-authored-by: Lucas Colley <[email protected]>
0 commit comments