8000 DOC update whatsnew_0.23 with removal of _safe_tags() (#17245) · InterferencePattern/scikit-learn@d2f33c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2f33c5

Browse files
rtavenaradrinjalali
authored andcommitted
DOC update whatsnew_0.23 with removal of _safe_tags() (scikit-learn#17245)
1 parent 955b3ed commit d2f33c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/whats_new/v0.23.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,12 @@ Changelog
652652
and support for classes will be removed in 0.24. Pass instances instead.
653653
:pr:`17032` by `Nicolas Hug`_.
654654

655+
- |API| The private utility `_safe_tags` in `utils.estimator_checks` was
656+
removed, hence all tags should be obtained through `estimator._get_tags()`.
657+
Note that Mixins like `RegressorMixin` must come *before* base classes
658+
in the MRO for `_get_tags()` to work properly.
659+
:pr:`16950` by `Nicolas Hug`_.
660+
655661
- |FIX| :func:`utils.all_estimators` now only returns public estimators.
656662
:pr:`15380` by `Thomas Fan`_.
657663

0 commit comments

Comments
 (0)
0