-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
implement assert_tzawareness_compat for DatetimeIndex #18376
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
37 commits
Select commit
Hold shift + click to select a range
97c32fd
implement tzawareness_compat for datetimeIndex
jbrockmendel 2f19f51
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel f6a0e64
convert before asserting tzawareness_compat
jbrockmendel b18a006
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 623681f
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 28f8896
Update test to disallow tzaware vs tznaive comparison
jbrockmendel 0f2287c
flake8 fixup
jbrockmendel 171238d
Fix typo
jbrockmendel e95d75e
Move part of test per reviewer request
jbrockmendel ba65aaf
update test to include scalar comparisons
jbrockmendel 49821d8
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 2be828e
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel b9e7c6d
revert hack, xfail test
jbrockmendel eefadf7
parametrize tests, comment for xfail
jbrockmendel 470bd60
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel abe65f8
remove debugging prints
jbrockmendel 7cba103
rearrange isinstance checks per suggestion
jbrockmendel 92dfed4
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 2d68f01
add whatsnew note
jbrockmendel 712096b
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel f0c76ac
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel ddf1cea
fix duplicate line from merge mixup
jbrockmendel 3b4a01e
put comment into xfail message
jbrockmendel aeef3d7
Fixup missing keyword
jbrockmendel cc5976a
Merge branch 'master' into PR_TOOL_MERGE_PR_18376
jreback 662c447
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 123a52d
Merge branch 'tzbugs' of https://github.com/jbrockmendel/pandas into …
jbrockmendel 909d07a
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel f21f025
give strings a free pass from tzawareness compat
jbrockmendel ead6e3a
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel a6008e0
add list test cases
jbrockmendel 0233a48
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel e2611dc
follow precedent to separate out xfailed tests
jbrockmendel 82ead56
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 5653c61
move whatsnew to conversion
jbrockmendel 615aad5
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 31b7336
Merge branch 'master' of https://github.com/pandas-dev/pandas into tz…
jbrockmendel 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
add whatsnew note
- Loading branch information
commit 2d68f0154cfbb4eafa65ba87ba70361be21a8a2d
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging issues