-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: raise on wrong keyword arguments in Timedelta #45227
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
BUG: raise on wrong keyword arguments in Timedelta #45227
Conversation
deponovo
commented
Jan 6, 2022
- closes BUG: Fix nanosecond timedeltas #45108
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
TST: added respective testing
doc/source/whatsnew/v1.5.0.rst
Outdated
@@ -121,7 +121,7 @@ Datetimelike | |||
|
|||
Timedelta | |||
^^^^^^^^^ | |||
- | |||
- Now raising on missing or invalid kwargs (:issue:`43764`) |
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.
Since this is a regression in 1.4, im pretty sure this note goes in 1.4.1, can double-check with @simonjayhawkins
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.
actually move to 1.4 as we haven't released yet
couple of linting failures in the Code Checks job |
doc/source/whatsnew/v1.5.0.rst
Outdated
@@ -121,7 +121,7 @@ Datetimelike | |||
|
|||
Timedelta | |||
^^^^^^^^^ | |||
- | |||
- Now raising on missing or invalid kwargs (:issue:`43764`) |
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.
actually move to 1.4 as we haven't released yet
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.
ty, ping on green
thanks @deponovo |
This comment has been minimized.
This comment has been minimized.
@meeseeksdev backport 1.4.x |
This comment has been minimized.
This comment has been minimized.
#45295) Co-authored-by: deponovo <[email protected]>