Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays" #21960

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 1 commit into from
Jul 9, 2022

Conversation

mattip
Copy link
Member

@mattip mattip commented Jul 9, 2022

Reverts #16022 since it fails refguide check.

@mattip
Copy link
Member Author

mattip commented Jul 9, 2022

I did not notice that PR #16022 broke mask comptability for np.ma.average(x, axis=1, keepdims=True) where x = np.ma.arange(6.).reshape(3, 2). Previously the result had mask = False, now it has mask = [False, False, False].

@mattip mattip merged commit 1ba5158 into main Jul 9, 2022
@charris charris deleted the revert-16022-masked_ufunc branch November 12, 2022 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant