-
Notifications
You must be signed in to change notification settings - Fork 893
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
change time delta to weeks #822
Conversation
Codecov Report
@@ Coverage Diff @@
## master #822 +/- ##
=======================================
Coverage 98.15% 98.15%
=======================================
Files 121 121
Lines 10939 10939
=======================================
Hits 10737 10737
Misses 202 202
Continue to review full report at Codecov.
|
docs/source/changelog.rst
Outdated
@@ -7,6 +7,7 @@ Changelog | |||
* Fixes | |||
* Raise error when given wrong input for ignore_variables (:pr:`826`) | |||
* Changes | |||
* Replace pd.timedelta time units with weeks (:pr:`822`) |
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.
Can we change this to "Replace pd.timedelta time units that were deprecated"?
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.
Looks good!
Pull Request Description
Month and year units are deprecated.
replace them with weeks instead.
After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of
docs/source/changelog.rst
to include this pull request.