Skip to content
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

BUG: Fix masked array raveling when order="A" or order="K" #23635

Merged
merged 1 commit into from Apr 22, 2023

Conversation

charris
Copy link
Member

@charris charris commented Apr 21, 2023

#Backport of #23626.

This transitively fixes gh-22912. I had looked a bit into whether it is worthwhile to preserve the mask order, but TBH, we seem to not do so in so many places, that I don't think it really is worthwhile.

Applying order="K" or order="A" to the data and mask separately is an big bug though.

Closes gh-22912

This transitively fixes numpygh-22912.  I had alooked a bit into whether
it is worthwhile to preserve the mask order, but TBH, we seem to not
do so in so many places, that I don't think it really is worthwhile.

Applying `order="K"` or `order="A"` to the data and mask separately
is an big bug though.

Closes numpygh-22912
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Apr 21, 2023
@charris charris added this to the 1.24.3 release milestone Apr 21, 2023
@charris charris closed this Apr 22, 2023
@charris charris reopened this Apr 22, 2023
@charris charris closed this Apr 22, 2023
@charris charris reopened this Apr 22, 2023
@charris charris merged commit 9e20855 into numpy:maintenance/1.24.x Apr 22, 2023
83 of 105 checks passed
@charris charris deleted the backport-23626 branch April 22, 2023 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants