-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Implement npy_dtime.pyx #17805
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
Implement npy_dtime.pyx #17805
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
53ec4d1
implement npy_dtime.pyx
jbrockmendel 67b3ec3
whitespace fixup
jbrockmendel 76cad9a
fixup typo
jbrockmendel ce7197d
flake8 fixup
jbrockmendel a1f8fc1
Rename npy_dtime-->np_datetime
jbrockmendel e4ce186
Merge branch 'master' of https://github.com/pandas-dev/pandas into ts…
jbrockmendel a345836
flake8 fixup
jbrockmendel c0b399e
re-privatize _check_dts_bounds
jbrockmendel 1791389
dummy commit to force ci re-run
jbrockmendel 16603d4
re-de-privatize
jbrockmendel 09a6f19
Merge branch 'master' of https://github.com/pandas-dev/pandas into ts…
jbrockmendel c05cec7
edits per reviewer suggestions
jbrockmendel c0b8216
revert void; format per reviewer suggestion
jbrockmendel a9ca0b4
Merge branch 'master' of https://github.com/pandas-dev/pandas into ts…
jbrockmendel c3a1ce9
Merge branch 'master' of https://github.com/pandas-dev/pandas into ts…
jbrockmendel 7ac9615
flake8 typo fixup
jbrockmendel e017a52
whitespace fixup
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
Rename npy_dtime-->np_datetime
- Loading branch information
commit a1f8fc162fa0dc1f393f5d8ad5453091ece7941a
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
File renamed without changes.
File renamed without changes.
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.
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.
is there a reason for the rename?
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.
... because you told me to change it
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.
the de-privatize is what I am referring. I don't recall asking for that and its not necessary.
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.
Oh. De-privatized because it isn't actually private when is this module. But I'll revert it anyway.
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.
de-privatize here (you did elsewhere)