diff --git a/doc/whats_new/v1.5.rst b/doc/whats_new/v1.5.rst index ede5d5dcbf1ec..e50309a330e39 100644 --- a/doc/whats_new/v1.5.rst +++ b/doc/whats_new/v1.5.rst @@ -527,6 +527,11 @@ Changelog `axis=0` and supports indexing polars Series. :pr:`28521` by :user:`Yao Xiao `. +- |API| :func:`utils.estimator_checks.check_estimator_sparse_data` was split into two + functions: :func:`utils.estimator_checks.check_estimator_sparse_matrix` and + :func:`utils.estimator_checks.check_estimator_sparse_array`. + :pr:`27576` by :user:`Stefanie Senger `. + .. rubric:: Code and documentation contributors Thanks to everyone who has contributed to the maintenance and improvement of