-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
ENH: Added libdivide for floor divide #17727
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
179038f
ENH: Added libdiv
ganesh-k13 e89175b
ENH: Fixed typos in header | use in2 over ip2
ganesh-k13 565759b
ENH: Added optimal divisor
ganesh-k13 d0c934c
ENH: Added libdivide header
ganesh-k13 b02399a
ENH: Made libdivide default
ganesh-k13 f0ddb7c
ENH: Handled divide by 0 case
ganesh-k13 72dcc04
ENH: Added libdivide zlib license
ganesh-k13 19835d2
ENH: Removed empty structure
ganesh-k13 3975a28
ENH: Auto generate libdivide structs
ganesh-k13 90e6cf5
ENH: Logic to optimize %
ganesh-k13 969aa03
ENH: Fix breaking case
ganesh-k13 44a3a31
ENH: Change comments
ganesh-k13 b3d70ef
ENH: Improved floor division (#17727)
ganesh-k13 931134b
ENH: Added asv benchmarks
ganesh-k13 6e2e281
ENH: Change comments
ganesh-k13 90a84af
ENH: Linting
ganesh-k13 61c3d38
MAINT: Added libdivide as linguist-vendored
ganesh-k13 827bc38
ENH: Removed legacy division
ganesh-k13 0ce0ebd
ENH: Improved floor division (#17727)
ganesh-k13 c85c44a
ENH: Added libdivide to timedelta
ganesh-k13 0517f13
TST: Added UT for floor divide
ganesh-k13 a769d6f
ENH: Improved floor division (#17727)
ganesh-k13 0e2116f
ENH: Optimized 0 divisor cases
ganesh-k13 f93ca93
TST: Minor changes to floor divide | Added cases for timedelta divide
ganesh-k13 285d810
ENH: Remove looping definitions | Renamed fast loop macros
ganesh-k13 9825795
ENH: Removed unsed macro check
ganesh-k13 1f104fd
BUG: Added better 0 checks
ganesh-k13 2fde590
BENCH: Added floor divide benchmarks (#17727)
ganesh-k13 8912ffd
DOC: Improved floor division (#17727)
ganesh-k13 a5e1235
BENCH: Improve floor divide benchmarks (#17727)
ganesh-k13 ca4ba20
BUG,TST: Fixed division by 0 status setting
ganesh-k13 28aa883
MAINT: Linting fixes
ganesh-k13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ENH: Made libdivide default
- Loading branch information
commit b02399ac1c0838a84c6d966ef2c34cd60c82c30c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.