-
-
Notifications
You must be signed in to change notification settings - Fork 11k
ENH: Add new numpy.ma.*
aliases
#17480
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
Conversation
Can you also add the new aliases to |
Added type annotations. |
8d1837f
to
57d33cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
full
and full_like
were the only problematic ones that jumped out to me from my previous review of #16300 (see this comment specifically). ones_like
, zeros_like
, and the *split
functions avoid this problem and have nice tests.
I know you just split this one off from another PR, but I think everything aside from the full*
functions is mergeable. If you were willing, the changes related to full*
could be reverted/split off elsewhere to prevent that from blocking the rest.
31ba45d
to
feeb1f7
Compare
Added release note. |
Closing this PR now as its content is conflicting with |
Related to #13114, separated from #16300. Now parameter name
fill_value
collides innp.ma.full
(see #16300 ).