diff --git a/python-statsmodels.spec b/python-statsmodels.spec index d60265a768669e228c5a404bc26d6ff8bd3a0d1c..18ef918ba04b539ddac5e8a5e9ec2385f1da5d5a 100644 --- a/python-statsmodels.spec +++ b/python-statsmodels.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-statsmodels -Version: 0.14.2 +Version: 0.14.5 Release: 1 Summary: Statistical computations and models for Python License: BSD-3-Clause @@ -22,6 +22,7 @@ BuildRequires: python3-cffi BuildRequires: python3-numpy BuildRequires: gcc BuildRequires: gdb +BuildRequires: python3-Cython python3-scipy %description -n python3-statsmodels Statsmodels for python3. @@ -72,6 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 13 2025 Ge Wang - 0.14.5-1 +- Update package to version 0.14.5 + * Relax tolerance on test that fails for dynamic factor + * add Pyodide support and CI jobs for v0.14.x + * MAINT: Remove lazywhere + * Thu Aug 22 2024 Ge Wang - 0.14.2-1 - Update package to version 0.14.2 diff --git a/statsmodels-0.14.2.tar.gz b/statsmodels-0.14.5.tar.gz similarity index 68% rename from statsmodels-0.14.2.tar.gz rename to statsmodels-0.14.5.tar.gz index e4e3667eaf8997711f269ed027dd93a84fb30de9..71e7af1d553ce95e87dc25a435f313e980fed747 100644 Binary files a/statsmodels-0.14.2.tar.gz and b/statsmodels-0.14.5.tar.gz differ