1.1.3
FIX Fixes OrdinalEncoder.inverse_tranform nan encoded values (#24087)
MNT Applies black formatting to most of the code base (#18948)
MNT Centralize common cython compiler directives (#21512)
DOC Update sklearn.preprocessing._data.robust_scale docstring to pass numpydoc validation. (#23908)
MNT Remove utf-8 encoding declarations (#21260)
DOC Improve get_feature_names_out docstrings (#22718)
DOC Fixed sklearn.preprocessing._label.label_binarize docstring (#24002)
ENH PolynomialFeatures better handle degree=0 (#23370)