-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BLD: remove warnings for building parser / hashtable extensions #15190
Comments
cc @gfyoung |
CLN: and algos_groupby_helper.pxi.in CLN: hashtable warns, xref pandas-dev#15190
CLN: and algos_groupby_helper.pxi.in CLN: hashtable warns CLN: parser warnings closes pandas-dev#15190
CLN: and algos_groupby_helper.pxi.in CLN: hashtable warns CLN: parser warnings closes pandas-dev#15190
Some of these I noticed are due to annoying |
@gfyoung if you want a real challenge, then removing the warnings from windows..... https://ci.appveyor.com/project/jreback/pandas-465/build/1.0.3533/job/s3uiyh1s9r95mn9s |
Goodness! What's going on over there...those warnings 😅 |
yeah I think most stem from using things like |
Hmmm...yeah...that's going to be annoying (because who knows what warnings Travis will spring up again if we try to patch Appveyor). |
CLN: from algos_rank_helper.pxi.in, algos_groupby_helper.pxi.in CLN: hashtable warns CLN: parser warnings closes pandas-dev#15190 Author: Jeff Reback <[email protected]> Closes pandas-dev#15259 from jreback/warn and squashes the following commits: 12cc061 [Jeff Reback] CLN: remove some warnings from algos_rank_helper.pxi.in CLN: and algos_groupby_helper.pxi.in CLN: hashtable warns CLN: parser warnings
https://travis-ci.org/jreback/pandas/jobs/194236743
see what we can do about some of these warnings, I think some are the result of the uint64 hashtable code. this would be after #15188 (merging shortly)
in parser.pyx
in hashtable.pyx
The text was updated successfully, but these errors were encountered: