-
Notifications
You must be signed in to change notification settings - Fork 907
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
[REVIEW] Fix rolling-window count for null input #6344
Merged
Merged
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8211a68 - Browse repository at this point
Copy the full SHA 8211a68View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4da93f5 - Browse repository at this point
Copy the full SHA 4da93f5View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d3c7b1 - Browse repository at this point
Copy the full SHA 4d3c7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a36f3 - Browse repository at this point
Copy the full SHA 59a36f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b55909 - Browse repository at this point
Copy the full SHA 3b55909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90aa2a9 - Browse repository at this point
Copy the full SHA 90aa2a9View commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2be5049 - Browse repository at this point
Copy the full SHA 2be5049View commit details -
Rolling Window count fix: Review fixes:
1. Short-ckt return for when output is invalid 2. Removed unnecessary volatile qualifier 3. Code-formatting for test_rolling.py
Configuration menu - View commit details
-
Copy full SHA for 160d9b2 - Browse repository at this point
Copy the full SHA 160d9b2View commit details
Commits on Oct 6, 2020
-
Rolling Window count fix: Review fixes:
1. Switched explicit for-loop to thrust::count_if(). 2. Fixed spelling in rolling-window python tests.
Configuration menu - View commit details
-
Copy full SHA for 1298b0c - Browse repository at this point
Copy the full SHA 1298b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8697cf1 - Browse repository at this point
Copy the full SHA 8697cf1View commit details -
Rolling Window count fix: Review fixes:
3. Switched SFINAE from return-type to template parameter.
Configuration menu - View commit details
-
Copy full SHA for 9a4b168 - Browse repository at this point
Copy the full SHA 9a4b168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45003cd - Browse repository at this point
Copy the full SHA 45003cdView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6264fcc - Browse repository at this point
Copy the full SHA 6264fccView commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c982404 - Browse repository at this point
Copy the full SHA c982404View commit details -
Configuration menu - View commit details
-
Copy full SHA for d901023 - Browse repository at this point
Copy the full SHA d901023View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a8c90 - Browse repository at this point
Copy the full SHA f7a8c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34835b - Browse repository at this point
Copy the full SHA f34835bView commit details
Commits on Oct 12, 2020
-
Rolling Window count fix: Python review
1. Added test for expected values for rolling_window count 2. Fixed convention for parametrized agg values
Configuration menu - View commit details
-
Copy full SHA for 62709b8 - Browse repository at this point
Copy the full SHA 62709b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9b391 - Browse repository at this point
Copy the full SHA 7f9b391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6445c5d - Browse repository at this point
Copy the full SHA 6445c5dView 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.