diff --git a/python-statsmodels.spec b/python-statsmodels.spec index d60265a768669e228c5a404bc26d6ff8bd3a0d1c..afd628103e70df42438d46d7732326cd91b8294e 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.4 Release: 1 Summary: Statistical computations and models for Python License: BSD-3-Clause @@ -18,6 +18,8 @@ Provides: python-statsmodels = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel BuildRequires: python3-cffi BuildRequires: python3-numpy BuildRequires: gcc @@ -35,10 +37,10 @@ Development documents and examples for statsmodels. %autosetup -p1 -n statsmodels-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -72,6 +74,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 zhangyulong - 0.14.4-1 +- Update package to version 0.14.4 + -Fix docstring formula display in SVAR class + -Add release note for 0.14.3 + -adjusting notation of error term in regression docs + -Relax tolerance on test that fails for dynamic factor + * 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.4.tar.gz similarity index 68% rename from statsmodels-0.14.2.tar.gz rename to statsmodels-0.14.4.tar.gz index e4e3667eaf8997711f269ed027dd93a84fb30de9..1d0c9d7e9156fa92515a644ab6dad1a194293bfe 100644 Binary files a/statsmodels-0.14.2.tar.gz and b/statsmodels-0.14.4.tar.gz differ