Skip to content

Releases: statsmodels/statsmodels

Release 0.14.2

17 Apr 08:07
df82580
Compare
Choose a tag to compare

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

Release 0.14.1

14 Dec 14:31
7767ecd
Compare
Choose a tag to compare

This is a bug fix and future-proofing release that contains all bug fixes that have been applied since 0.14.0 was released.

There are no enhancements or changes to the statsmdoels API.

Release 0.14.0

05 May 10:52
6909efd
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the first release of the 0.14 branch. 255 issues were closed in this release and 345 pull requests were merged. Major new features include:

  • Treatment effect estimation and inference
  • Hurdle and Truncated Count Regression
  • Archimedean copulas have been extended to more than 2-dimensions.
  • Multiseason STL decomposition (MSTL)
  • Improved compatibility with current and future NumPy, SciPy, and pandas.

Release Candidate 0.14.0rc0

26 Apr 12:05
8e3c103
Compare
Choose a tag to compare
Pre-release

The statsmodels developers are happy to announce the first release candidate for 0.14.0. 248 issues were closed in this release and 335 pull requests were merged. Major new features include:

  • Treatment effect estimation and inference
  • Hurdle and Truncated Count Regression
  • Archimedean copulas have been extended to more than 2-dimensions
  • Multiseason STL decomposition (MSTL)
  • Improved compatibility with current and future NumPy, SciPy and pandas

Release 0.13.5

02 Nov 16:51
6a9ce0a
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the Python 3.11 compatibility release for the 0.13 branch.

This release contains no bug fixes other than any needed to ensure statsmodels is compatible with Python 3.11. It also resolves an issue with PyPI that affects 0.13.4.

Release 0.13.4

01 Nov 22:32
9d6b9d7
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the Python 3.11 compatibility release for the 0.13 branch. This release contains no bug fixes other than any needed to ensure statsmodels is compatible with Python 3.11. It also resolves an issue with the source code generation in 0.13.3 that affects installs on Python 3.11 that use the source tarball.

Release 0.13.3

01 Nov 16:51
1b59dcc
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the Python 3.11 compatibility release for the 0.13 branch. This release contains no bug fixes other than any needed to ensure statsmodels is compatible with Python 3.11.

Release 0.13.2

08 Feb 18:06
c875408
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the bugfix release for the 0.13 branch. This release fixes 10 bugs and provides protection against changes in recent versions of upstream packages.

Release 0.13.1

12 Nov 23:21
70647db
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the bug fix release for the 0.13 branch. This release fixes 8 bugs and brings initial support for Python 3.10.

Release 0.13.0

01 Oct 15:40
30e7936
Compare
Choose a tag to compare

The statsmodels developers are happy to announce the first release candidate for 0.13.0. 227 issues were closed in this release and 143 pull requests were merged. Major new features include:

  • Autoregressive Distributed Lag models
  • Copulas
  • Ordered Models (Ordinal Regression)
  • Beta Regression
  • Improvements to ARIMA estimation options