8000 TYP: Type ``MaskedArray.__{ge,gt,le,lt}__`` by MarcoGorelli · Pull Request #28689 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TYP: Type MaskedArray.__{ge,gt,le,lt}__ #28689

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

Merged
merged 8 commits into from
Apr 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🎨
  • Loading branch information
MarcoGorelli committed Apr 15, 2025
commit 5531ce9c7a9f3984406a3fc15a28e14d8a3057d5
9 changes: 0 additions & 9 deletions numpy/ma/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ from numpy import (
amax,
amin,
bool_,
datetime64,
dtype,
expand_dims,
float64,
generic,
object_,
integer,
intp,
ndarray,
number,
timedelta64,
)
from numpy._globals import _NoValueType
from numpy._typing import (
Expand All @@ -34,10 +29,6 @@ from numpy._typing import (
_ArrayLike,
_ArrayLikeInt,
_ArrayLikeInt_co,
_ArrayLikeNumber_co,
_ArrayLikeDT64_co,
_ArrayLikeObject_co,
_ArrayLikeTD64_co,
_DTypeLikeBool,
_IntLike_co,
_ScalarLike_co,
Expand Down
Loading
0