-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: Fix a bug in 'timedelta_range' that produced an extra point on a edge case (fix #30353) #33498
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
17 commits
Select commit
Hold shift + click to select a range
a40ceb8
BUG: add support of loffset for timedelta
hasB4K cab7618
BUG: fix #30353 invalid end
hasB4K 42caac6
TST: add test of large_stride to timedelta_range
hasB4K 95c9e2b
CLN: refactor core/arrays/_range to support timedeltas
hasB4K 7fa229b
DOC: add whatsnew entry
hasB4K 614394a
TST: add more edges cases to test timedelta_range (tests that fails o…
hasB4K 8f8b963
CLN: fix lint
hasB4K b73b537
TST: improve timedelta tests
hasB4K bd7e802
CLN: clean timedelta_range and date_range
hasB4K 5a7d101
DOC: add bug fixes in whatsnew
hasB4K 2959ce6
CLN: fix typo
hasB4K b706a0a
CLN: fix a mypy issue
hasB4K af00e90
CLN: rename generate_regular_range into generate_time_range
hasB4K c0bbbc5
CLN: fix review
hasB4K 58dfae0
DOC: change the type requirement of generate_regular_range
hasB4K 2469986
CLN: add GH related issue
hasB4K 71438d6
TST: remove the mock of timedelta_range with date_range
hasB4K 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
CLN: fix review
- Loading branch information
commit c0bbbc509f40853b53e7233681e6b66ca93a185a
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
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
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.