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

Pin sktime to 0.17.0 #4137

Merged
merged 3 commits into from
Apr 11, 2023
Merged

Pin sktime to 0.17.0 #4137

merged 3 commits into from
Apr 11, 2023

Conversation

eccabay
Copy link
Contributor

@eccabay eccabay commented Apr 11, 2023

Closes #4136

@eccabay eccabay mentioned this pull request Apr 11, 2023
@eccabay eccabay self-assigned this Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #4137 (af6bdf1) into main (6189c62) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #4137   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        349     349           
  Lines      37752   37752           
=====================================
  Hits       37635   37635           
  Misses       117     117           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -11,6 +11,7 @@ Release Notes
* Removed existing nullable type handling across AutoMLSearch to just use new handling :pr:`4085`, :pr:`4043`
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043`
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`
Copy link
Contributor

Choose a reason for hiding this comment

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

Very random but I don't see your release note to remove nullable type handling from ARIMA and the ExponentialSmoothingRegressor. Seems it accidentally got removed in https://github.com/alteryx/evalml/pull/4131/files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Weird, and good catch! Adding it back now

Copy link
Contributor

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

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

LGTM once release notes are fixed

@eccabay eccabay marked this pull request as ready for review April 11, 2023 14:21
@eccabay eccabay enabled auto-merge (squash) April 11, 2023 14:21
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this being pinned specifically for nullable types support? I thought it was more general? Or is it because we upgraded to 0.17.0 for nullable type support that we now have to == instead of <= 0.17.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The latter is correct, yeah. Pinned to == to maintain nullable type support.

Copy link
Contributor

Choose a reason for hiding this comment

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

got it! I think this thread is good enough explanation, then, if anyone is looking at this in the future (hi!)

@eccabay eccabay merged commit b28026c into main Apr 11, 2023
30 checks passed
@eccabay eccabay deleted the 4136_pin_sktime branch April 11, 2023 14:48
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.

Pin sktime
3 participants