Skip to content

DEPR: seems numpy is deprecating object array bool comparison w/nan in 1.9 #7065

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

Closed
jreback opened this issue May 7, 2014 · 5 comments · Fixed by #8512
Closed

DEPR: seems numpy is deprecating object array bool comparison w/nan in 1.9 #7065

jreback opened this issue May 7, 2014 · 5 comments · Fixed by #8512
Labels
Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented May 7, 2014

related:
#8509

#5283
numpy/numpy#4685

@jreback jreback added this to the 0.14.0 milestone May 7, 2014
@jreback
Copy link
Contributor Author

jreback commented May 7, 2014

cc @unutbu

@unutbu
Copy link
Contributor

unutbu commented May 9, 2014

If catch_warnings were to be used to suppress the warning, I wish there was a mechanism to remind us to remove the catch_warnings when it is no longer needed...

@jreback jreback modified the milestones: 0.14.1, 0.14.0 May 10, 2014
@jreback jreback modified the milestones: 0.15.0, 0.14.1 Jul 1, 2014
@jreback jreback modified the milestones: 0.15.1, 0.16.0 Oct 8, 2014
@jreback
Copy link
Contributor Author

jreback commented Oct 8, 2014

@unutbu

I think we need to write an elementwise comparer for the this part
positive is you can do the expression all at once (and maybe the nan checking in-line)

@unutbu
Copy link
Contributor

unutbu commented Oct 8, 2014

@jreback: Sorry, I don't understand what that entails. Are you thinking of using Cython? (that's not something I know much about.)

@jreback
Copy link
Contributor Author

jreback commented Oct 8, 2014

I wrote that before seeing your comment in the other issue

filtering warning is ok here I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants