Release 0.14.6

Release summary

statsmodels is using github to store the updated documentation. Two version are available:

Warning

API stability is not guaranteed for new features, although even in this case changes will be made in a backwards compatible way if possible. The stability of a new feature depends on how much time it was already in statsmodels main and how much usage it has already seen. If there are specific known problems or limitations, then they are mentioned in the docstrings.

Stats

Issues Closed: 1

Pull Requests Merged: 2

The Highlights

This release fixes an import issue when using NumPy 2.4 or later or pandas 3 or later. It also fixes some small future issues and ensures that the test suit passes against recent releases of upstream projects.

Merged Pull Requests

The following Pull Requests were merged since the last release:

  • PR #9633: MAINT: Update for recent changes

  • PR #9700: MAINT: Improve compatability with recent NumPy