Release 0.14.1

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: 41

Pull Requests Merged: 22

The Highlights

This is a bug-fix and compatability focused release. There are two enhancements to the graphics module.

What’s new - an overview

The following lists the main new features of statsmodels 0.14.1. In addition, release 0.14.1 includes bug fixes, refactorings and improvements in many areas.

Submodules

Performance

  • Faster computation of revision impacts (PR #8937)

backport

  • Mnlogit wald tests, ravel, string cov_names (PR #8907)

base

  • Mnlogit wald tests, ravel, string cov_names (PR #8907)

discrete

  • Mnlogit wald tests, ravel, string cov_names (PR #8907)

distributions

  • Correct signature of CopulaDistribution (PR #8946)

genmod

graphics

  • Fix inclusion of plots (PR #8963)

  • ccf to optionally return confidence intervals (PR #8782)

  • Plot cross-correlations and auto/cross-correlation matrix (PR #8783:)

  • plot prediction curve over scatter in GLMGamResults.plot_partial (PR #8881)

maintenance

  • Update nightly location (PR #8939)

  • Make changes for deprecations (PR #8940)

  • Switch from == to is for type comparrison (PR #8988)

  • Insert some initial NumPy caps (PR #8989)

  • Block pandas 2.1.0 (PR #8990)

regression

  • Correct typo in WLS.loglike docstring (PR #8900)

stats

  • 2-sample z-test unequal variances case (PR #8959)

tsa

  • Ccf to optionally return confidence intervals (PR #8782)

  • Fix inconsistency in var_model.py (PR #8948)

tsa.statespace

  • Faster computation of revision impacts (PR #8937)

bug-wrong

A new issue label type-bug-wrong indicates bugs that cause that incorrect numbers are returned without warnings. (Regular bugs are mostly usability bugs or bugs that raise an exception for unsupported use cases.) see tagged issues

Major Bugs Fixed

See github issues for a list of bug fixes included in this release

Development summary and credits

Besides receiving contributions for new and improved features and for bugfixes, important contributions to general maintenance for this release came from

  • Chad Fulton

  • Brock Mendel

  • Peter Quackenbush

  • Kerby Shedden

  • Kevin Sheppard

and the general maintainer and code reviewer

  • Josef Perktold

Additionally, many users contributed by participation in github issues and providing feedback.

Thanks to all of the contributors for the 0.14.1 release (based on git log):

  • Artem Glebov

  • Chad Fulton

  • Josef Perktold

  • Kevin Sheppard

  • Melissa Wu

  • Rebecca N. Palmer

  • Sebastian Pölsterl

  • Tartopohm

  • Tom Adamczewski

These lists of names are automatically generated based on git log, and may not be complete.

Merged Pull Requests

The following Pull Requests were merged since the last release:

  • PR #8782: ENH/TST: ccf to optionally return confidence intervals

  • PR #8783: ENH: Plot cross-correlations and auto/cross-correlation matrix

  • PR #8881: ENH: plot prediction curve over scatter in GLMGamResults.plot_partial

  • PR #8886: DOC: Correct links to notebooks

  • PR #8900: DOC: correct typo in WLS.loglike docstring

  • PR #8907: BUG: mnlogit wald tests, ravel, string cov_names

  • PR #8930: MAINT: Remove deprecated utility

  • PR #8932: CLN: Fix typos

  • PR #8939: MAINT: Update nightly location

  • PR #8940: MAINT: Make changes for deprecations

  • PR #8941: DOC: Add install instructions for nightly

  • PR #8942: BUG: Writing read-only arry on pandas 2/CoW

  • PR #8946: DOC: correct signature of CopulaDistribution

  • PR #8948: DOC: fix inconsistency in var_model.py

  • PR #8963: DOC: Fix inclusion of plots

  • PR #8974: DOC: Include correct plot in scatter_ellipse

  • PR #8988: STY: Switch from == to is for type comparrison

  • PR #8989: MAINT: Insert some initial NumPy caps

  • PR #8990: MAINT: Block pandas 2.1.0


Last update: Apr 19, 2024