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

[MNT] Deprecation removal 0.11.0 #2271

Merged
merged 16 commits into from Mar 24, 2022
Merged

[MNT] Deprecation removal 0.11.0 #2271

merged 16 commits into from Mar 24, 2022

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Mar 21, 2022

This PR carries out all removals and changes related to deprecations towards 0.11.0.

The changes are:

  • removing Z argument in transformer fit, transform, inverse_transform
  • removing return_pred_int in forecaster predict and update family functions
  • remove y_new argument in forecaster update_predict_single
  • remove datatypes.check_is function

@fkiraly fkiraly added the maintenance Continuous integration, unit testing & package distribution label Mar 21, 2022
@fkiraly
Copy link
Collaborator Author

fkiraly commented Mar 22, 2022

note to self: one failing test, due to callign the old proba interface from the forecasting notebook. This will be solved once we replace the notebook section on proba forecasts by the notebook of @kejsitake

@fkiraly
Copy link
Collaborator Author

fkiraly commented Mar 24, 2022

(solved since we now merged @kejsitake's notebook changes which upgrade to the new predict proba interface)

@fkiraly fkiraly merged commit 3f0e2cf into main Mar 24, 2022
@fkiraly fkiraly deleted the deprecation-removal-0.11.0 branch March 24, 2022 23:30
@fkiraly
Copy link
Collaborator Author

fkiraly commented Mar 24, 2022

Merging as release is planned for Mar 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant