statsmodels
Statistical modeling and econometrics in Python
statsmodels ships only what the ecosystem breaks — six releases, no new statistics.
◆Recent moves
- 8mo ago
0.14.6: restores importing under pandas 3.0
A patch whose entire purpose is that statsmodels can be imported again under pandas 3.0, plus small NumPy future-proofing. The second consecutive release fixing an import break rather than shipping anything.
View source ↗ - 1y ago
0.14.5: restores importing under SciPy 1.16
SciPy 1.16 broke the import; this release fixes it and makes some small forward-compatibility changes. No statistical functionality is added.
View source ↗ - 1y ago
0.14.4: Pyodide support
The only additive release in this window, and the notes say so plainly — one feature, no fixes. Pyodide support puts statsmodels in the browser and in WASM runtimes, which widens where the library can be deployed even though nothing about the library itself changes.
View source ↗ - 1y ago
0.14.3: NumPy 2 environments and corrected macOS builds
A packaging and compatibility release that makes statsmodels installable alongside NumPy 2 and recent pandas, and corrects the build procedure for macOS on both x86_64 and arm64. Unblocking builds on a whole platform is the substance here.
View source ↗ - 2y ago
0.14.2: full NumPy 2 compatibility
Completes NumPy 2 compatibility and starts the pandas 3 future-proofing that later releases finish. It is the first entry in the compatibility-driven cadence that defines everything after it.
View source ↗ - 2y ago
Release 0.14.1
Bug fixes accumulated since 0.14.0, with the notes stating explicitly that there are no enhancements and no API changes.
View source ↗