diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 1df0dec55b432617d9991edd1dbd0fb645093cfb..3b6ca147fccdec12004826d516bbcbef732e4512 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -2,11 +2,11 @@ Name: python-scikit-learn Summary: A Python module for machine learning built on top of SciPy -Version: 1.7.2 +Version: 1.8.0 Release: 1 License: BSD-3-Clause URL: https://scikit-learn.org/stable/ -Source0: https://files.pythonhosted.org/packages/source/s/scikit_learn/scikit_learn-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/0e/d4/40988bf3b8e34feec1d0e6a051446b1f66225f8529b9309becaeef62b6c4/scikit_learn-1.8.0.tar.gz %global _description\ scikit-learn is a Python module for machine learning built on top of SciPy\ @@ -43,6 +43,11 @@ CFLAGS="$RPM_OPT_FLAGS -s" %{python3_sitearch}/scikit_learn-%{version}.dist-info/ %changelog +* Thu Dec 11 2025 ypzhou - 1.8.0-1 +- update to packages to version 1.8.0 +- Efficiency an existing feature now may not require as much computation or memory. +- Fix something that previously didn’t work as documented – or according to reasonable expectations – should now work. + * 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 diff --git a/scikit_learn-1.7.2.tar.gz b/scikit_learn-1.8.0.tar.gz similarity index 50% rename from scikit_learn-1.7.2.tar.gz rename to scikit_learn-1.8.0.tar.gz index 44eeb5f13e37c5919edbe627fe95055837ec6742..4d02aa6db04fc929b8810758f161a1eaf31e1139 100644 Binary files a/scikit_learn-1.7.2.tar.gz and b/scikit_learn-1.8.0.tar.gz differ