8000 API: No timedelta/datetimes are not integers and do not promote by seberg · Pull Request #22568 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

API: No timedelta/datetimes are not integers and do not promote #22568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
BUG: Add _ArrayLikeTD64_comp_co rexport, thanks to Bas
  • Loading branch information
seberg committed May 15, 2023
commit a4d4f0cb6eee7650f3103deb78131da69bb857d2
1 change: 1 addition & 0 deletions numpy/_typing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class _8Bit(_16Bit): # type: ignore[misc]
_ArrayLikeComplex_co as _ArrayLikeComplex_co,
_ArrayLikeNumber_co as _ArrayLikeNumber_co,
_ArrayLikeTD64_co as _ArrayLikeTD64_co,
_ArrayLikeTD64_comp_co as _ArrayLikeTD64_comp_co,
_ArrayLikeDT64_co as _ArrayLikeDT64_co,
_ArrayLikeObject_co as _ArrayLikeObject_co,
_ArrayLikeVoid_co as _ArrayLikeVoid_co,
Expand Down
0