Skip to content

Backport 7659, BUG: Temporary fix for str(mvoid) for object field types #7660

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
May 23, 2016

Conversation

ahaldane
Copy link
Member

Fixes #7493, using a temporary hack, to be properly fixed later
(eg with #6053)

Printing a Masked-Void instance broke if the instance has a field of
Object dtype because assignment involving structured dtypes with objects
doesn't work. Fix is to use dtype-transfer code which avoid the bug.

Fixes numpy#7493, using a temporary hack, to be properly fixed later
(eg with numpy#6053)

Printing a Masked-Void instance broke if the instance has a field of
Object dtype because assignment involving structured dtypes with objects
doesn't work. Fix is to use dtype-transfer code which avoid the bug.
@ahaldane ahaldane changed the title BUG: 1.11.x: Temporary fix for str(mvoid) for object field types Backport 7659, BUG: Temporary fix for str(mvoid) for object field types May 22, 2016
@charris charris added 00 - Bug component: numpy.ma masked arrays 08 - Backport Used to tag backport PRs labels May 23, 2016
@charris charris added this to the 1.11.1 release milestone May 23, 2016
@charris charris merged commit 693bead into numpy:maintenance/1.11.x May 23, 2016
@charris
Copy link
Member

charris commented May 23, 2016

Thanks Allan.

@ahaldane ahaldane deleted the fix_7493_1.11 branch April 25, 2017 16:07
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 component: numpy.ma masked arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants