-
Notifications
You must be signed in to change notification settings - Fork 894
Update Trend primitive to work with Int64 inputs #2204
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2204 +/- ##
=======================================
Coverage 99.29% 99.29%
=======================================
Files 146 146
Lines 17567 17577 +10
=======================================
+ Hits 17443 17453 +10
Misses 124 124
Continue to review full report at Codecov.
|
docs/source/release_notes.rst
Outdated
@@ -7,6 +7,7 @@ Future Release | |||
============== | |||
* Enhancements | |||
* Fixes | |||
* Update ``Trend`` primitive to work with ``IntegerNullable`` inputs (:pr:`2204``) |
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.
Also fixes RollingTrend since it uses the same function.
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.
Good call - I updated to reflect that.
Co-authored-by: ozzieD <odembowski@alteryx.com>
Update Trend primitive to work with Int64 inputs
Fixes #2201