-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
REGR: Fix to_numpy for masked array with non-numeric dtype #57121
Conversation
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.
Needs a whatsnew otherwise LGTM
# Conflicts: # doc/source/whatsnew/v2.2.1.rst
sorry to ask this here, but its somewhat related. Should the following return
|
Personally I would expected |
# Conflicts: # doc/source/whatsnew/v2.2.1.rst
@mroeschke good to merge? |
Thanks @phofl |
…h non-numeric dtype
…ay with non-numeric dtype) (#57325) Backport PR #57121: REGR: Fix to_numpy for masked array with non-numeric dtype Co-authored-by: Patrick Hoefler <[email protected]>
…v#57121) * REGR: Fix to_numpy for masked array with non-numeric dtype * Add whatsnew * Update docstring
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.