2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-09-16 21:25:59 by Adam Ciarcinski | Files touched by this commit (3) | |
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.
|
2024-08-06 08:44:34 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-statsmodels: not for Python 3.9 anymore
|
2024-04-19 21:29:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-statsmodels: updated to 0.14.2
0.14.2
This is a compatibility release that will allow statsmodels to run in \
environments using NumPy 2.
Full compatibility with NumPy 2
Improved future proofing against pandas 3 changes
|
2023-12-17 09:34:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-statsmodels: add missing tool
|
2023-12-15 10:48:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-statsmodels: updated to 0.14.1
Release 0.14.1
This is a bug-fix and compatability focused release. There are two enhancements \
to the graphics module.
|
2023-12-10 10:41:36 by Thomas Klausner | Files touched by this commit (6) |
Log message:
py-statsmodels: fix build with Cython 3.
Bump PKGREVISION.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|