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 fill value in masked array '==' and '!=' ops. #12297

Merged
merged 2 commits into from
Oct 31, 2018

Conversation

charris
Copy link
Member

@charris charris commented Oct 31, 2018

Backport of #12257.

The type of the fill_value needs to be bool_ in order to match
the result type of == and !=.

Closes #12248.

The type of the fill_value needs to be `bool_` in order to match
the result type of `==` and `!=`.

Closes numpy#12248.
Cover the string and numeric types. Structured types were
already covered.
@charris charris added 00 - Bug component: numpy.ma masked arrays 08 - Backport Used to tag backport PRs labels Oct 31, 2018
@charris charris added this to the 1.15.4 release milestone Oct 31, 2018
@charris charris changed the title Fix ma compare fill value BUG: Fix fill value in masked array '==' and '!=' ops. Oct 31, 2018
@charris charris merged commit b309814 into numpy:maintenance/1.15.x Oct 31, 2018
@charris charris deleted the fix-ma-compare-fill_value branch October 31, 2018 14:48
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.

None yet

1 participant