Skip to content
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

Merged
merged 4 commits into from
Dec 2, 2019
Merged

Conversation

systemshift
Copy link
Contributor

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.

@codecov-io
Copy link

codecov-io commented Nov 20, 2019

Codecov Report

Merging #822 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #822   +/-   ##
=======================================
  Coverage   98.15%   98.15%           
=======================================
  Files         121      121           
  Lines       10939    10939           
=======================================
  Hits        10737    10737           
  Misses        202      202
Impacted Files Coverage Δ
...ests/primitive_tests/test_features_deserializer.py 100% <100%> (ø) ⬆️
.../tests/primitive_tests/test_features_serializer.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f72d96...588706d. Read the comment docs.

@@ -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`)
Copy link
Contributor

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"?

Copy link
Contributor

@rwedge rwedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@rwedge rwedge merged commit 8aad8ee into alteryx:master Dec 2, 2019
@systemshift systemshift deleted the change_time_delta branch December 2, 2019 21:03
@rwedge rwedge mentioned this pull request Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants