Path to this page:
Subject: CVS commit: pkgsrc/math/py-statsmodels
From: Adam Ciarcinski
Date: 2024-09-16 21:25:59
Message id: 20240916192559.C7B68FC74@cvs.NetBSD.org
Log Message:
py-statsmodels: updated to 0.14.3
0.14.3
This release if a packaging and modernization release. It solves two key issues:
1. Corrects the build procedure for MacOS on both x86_64 and arm64
2. Improves compatibility with recent pandas releases
This release is NumPy 2.0 compatible. NumPy 2.0 is only available for Python 3.9+.
This means that the minimum Python
has been increased to 3.9 to match. NumPy 2 is only required to build statsmodels,
and statsmodels will continue to run on NumPy 1.22.3+.
Note that when running using NumPy 2, all dependencies that use build against NumPy
(e.g., Scipy and pandas) must be NumPy 2 compatible. You can continue to run against
NumPy 1.22 - 1.26 along with other components of the scientific Python stack until
all required dependencies have been updated.
Files: