-
Notifications
You must be signed in to change notification settings - Fork 901
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
Fix type promotion edge cases in numerical binops #12074
Merged
rapids-bot
merged 15 commits into
rapidsai:branch-22.12
from
wence-:wence/fix/issue-12072
Nov 16, 2022
Merged
Fix type promotion edge cases in numerical binops #12074
rapids-bot
merged 15 commits into
rapidsai:branch-22.12
from
wence-:wence/fix/issue-12072
Nov 16, 2022
Commits on Nov 8, 2022
-
Be more careful in type promotion for scalar binop
Try and do everything following numpy using types rather than values by first attempting to use the dtype of the passed in operand and subsequently (if it does not have one) using result_type. This way we avoid problems with min_scalar_type wanting to pick unsigned int types for bare Python integers.
Configuration menu - View commit details
-
Copy full SHA for d670394 - Browse repository at this point
Copy the full SHA d670394View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5dd7b1 - Browse repository at this point
Copy the full SHA b5dd7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f50dc - Browse repository at this point
Copy the full SHA e3f50dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d94d1 - Browse repository at this point
Copy the full SHA 77d94d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603fdbb - Browse repository at this point
Copy the full SHA 603fdbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f023aea - Browse repository at this point
Copy the full SHA f023aeaView commit details -
xfail floordiv/mod by zero bool
No idea how to handle the pandas weirdness here.
Configuration menu - View commit details
-
Copy full SHA for 33aae16 - Browse repository at this point
Copy the full SHA 33aae16View commit details
Commits on Nov 9, 2022
-
Need to manually promote when constructing microsecond
Now that binop with cudf.Scalar matches pandas behaviour with numpy-dtype-enabled scalars, we need to manually promote here.
Configuration menu - View commit details
-
Copy full SHA for 778bfd3 - Browse repository at this point
Copy the full SHA 778bfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2577a - Browse repository at this point
Copy the full SHA 8b2577aView commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b4da9b - Browse repository at this point
Copy the full SHA 1b4da9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e76023 - Browse repository at this point
Copy the full SHA 0e76023View commit details -
Configuration menu - View commit details
-
Copy full SHA for f06a6b9 - Browse repository at this point
Copy the full SHA f06a6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af7e63 - Browse repository at this point
Copy the full SHA 5af7e63View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e55c9f0 - Browse repository at this point
Copy the full SHA e55c9f0View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56cd889 - Browse repository at this point
Copy the full SHA 56cd889View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.