Skip to content

Releases: statsmodels/statsmodels

Release 0.14.4

03 Oct 15:37
054a626
Compare
Choose a tag to compare

The statsmodels developers are pleased to announce the release of 0.14.4. This release contains one feature and no fixes.

New Feature:

  • Pyodide support

Release 0.14.3

16 Sep 09:36
1291cb5
Compare
Choose a tag to compare

This is a packaging and compatibility release that will allow statsmodels to run in environments using NumPy 2 and recent pandas.

  1. Corrects the build procedure for MacOS on both x86_64 and arm64
  2. Improves compatibility with recent pandas releases

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.