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
* interpolate method
* WIP
* mypy handles Never differently - at least asssert that the method never returns
* use Self
* a few more S1/Self
* fix tests
* more tests
* add an ignore to let mypy pass
* compat with old python versions
* fix CategoricalIndex; MultiIndex should probably be Index[tuple[S1, ...]] but keeping it as Index[Any]
* Revert "interpolate method"
This reverts commit 4929ecb.
* many more overloads for subclasses (I wish pandas would not handle subclasses in parent classes)
* remove PandasObject - it caused the pyright issues but it provides no methods that aren't already provided by object
* works (except for np.ndarray)
* address the easy-to-fix comments
* overloads for numpy
* did numexpr break the CI?
* lie: df.columns -> Index[str]
* new ruff has far more pyi rules
* Make it clear that both mypy&pyright infer Never; but only pyright detects it as invalid
* use type aliases instead of npt
* fix issue with floordiv for mypy
* fix comment in arraylike
---------
Co-authored-by: Irv Lustig <[email protected]>
0 commit comments