diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 0fecccf7eb2e1ef5dfd308f05df6fcc5712eb2a2..1df0dec55b432617d9991edd1dbd0fb645093cfb 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -2,7 +2,7 @@ Name: python-scikit-learn Summary: A Python module for machine learning built on top of SciPy -Version: 1.7.1 +Version: 1.7.2 Release: 1 License: BSD-3-Clause URL: https://scikit-learn.org/stable/ @@ -43,6 +43,14 @@ CFLAGS="$RPM_OPT_FLAGS -s" %{python3_sitearch}/scikit_learn-%{version}.dist-info/ %changelog +* Tue Sep 23 2025 zhangyulong - 1.7.2-1 +- Update package to version 1.7.2 + -Fix compose.TransformedTargetRegressor now passes the transformed target to the regressor with the same number of dimensions as the original targe + -Fix Set the tag requires_fit=False for the classes feature_extraction.FeatureHasher and feature_extraction.text.HashingVectorizer. + -Fix Fixed a bug in impute.SimpleImputer with strategy="most_frequent" when there is a tie in the most frequent value and the input data has mixed types + -Fix Fixed a bug with solver="newton-cholesky" on multi-class problems in linear_model.LogisticRegressionCV and in linear_model.LogisticRegression when used with warm_start=True. + -Fix pipeline.FeatureUnion now validates that all transformers return 2D outputs and raises an informative error when transformers return 1D outputs, preventing silent failures that previously produced meaningless concatenated results. + * Mon Jul 28 2025 Ge Wang - 1.7.1-1 - Update package to version 1.7.1 * Fix regression in HTML representation when detecting the non-default parameters that where of array-like types. diff --git a/scikit_learn-1.7.1.tar.gz b/scikit_learn-1.7.2.tar.gz similarity index 51% rename from scikit_learn-1.7.1.tar.gz rename to scikit_learn-1.7.2.tar.gz index 6bd26e556ad6b8ff8a7932bfd6239eaac7582e62..44eeb5f13e37c5919edbe627fe95055837ec6742 100644 Binary files a/scikit_learn-1.7.1.tar.gz and b/scikit_learn-1.7.2.tar.gz differ