-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT Put back and properly deprecate MaskedArray #17199
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
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.
Thank you @NicolasHug
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.
Thanks @NicolasHug !
There was no deprecation warning because as far as I know we don't maintain backward compatibility on the semi-private utils.fixes
. We can certainty merge this, but we should also make it private in the near future.
I don't think this fix worked as intended: https://app.circleci.com/pipelines/github/dabl/dabl/520/workflows/7d4714ee-68ca-4958-aca8-fd1b48f452ff/jobs/1199/steps |
also reported here: scikit-optimize/scikit-optimize#902 (comment) |
This is in fact because of this >5yr old FIXME: scikit-learn/sklearn/utils/deprecation.py Line 63 in ac6caa0
MaskedArray has a |
Fixes #17198
MaskedArray was deleted in #16725 without deprecation. It breaks scikit-optimize.
Sad, but I guess we need to put it back and deprecate...
CC @rth @thomasjpfan @adrinjalali
Should be in the bugfix release