Path to this page:
./
math/py-statsmodels,
Statistical computations and models for Python
Branch: CURRENT,
Version: 0.14.3,
Package name: py312-statsmodels-0.14.3,
Maintainer: jihbed.researchstatsmodels is a Python module that provides classes and functions for
the estimation of many different statistical models, as well as for
conducting statistical tests, and statistical data exploration. An
extensive list of result statistics are available for each
estimator. The results are tested against existing statistical
packages to ensure that they are correct.
Required to run:[
devel/py-setuptools] [
math/py-scipy] [
math/py-numpy] [
math/py-pandas] [
math/py-patsy] [
lang/python37]
Required to build:[
devel/py-cython] [
pkgtools/cwrappers]
Master sites:
Filesize: 19877.43 KB
Version history: (Expand)
- (2024-09-16) Updated to version: py312-statsmodels-0.14.3
- (2024-04-19) Updated to version: py311-statsmodels-0.14.2
- (2023-12-15) Updated to version: py311-statsmodels-0.14.1
- (2023-12-10) Updated to version: py311-statsmodels-0.14.0nb1
- (2023-05-08) Updated to version: py310-statsmodels-0.14.0
- (2022-11-21) Updated to version: py310-statsmodels-0.13.5
CVS history: (Expand)
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.
|