Skip to content

Releases: statsmodels/statsmodels

Release Candidate 0.13.0rc0

17 Sep 11:03
2e07422
Compare
Choose a tag to compare
Pre-release

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

Release 0.12.2

02 Feb 01:56
cce93db
Compare
Choose a tag to compare

This is a bug-fix release from the 0.12.x branch. Users are encouraged to upgrade.

Notable changes include fixes for a bug that could lead to incorrect results in forecasts with the new ARIMA model (when d > 0 and trend='t') and a bug in the LM test for autocorrelation.

Release 0.12.1

29 Oct 14:58
5394784
Compare
Choose a tag to compare

This is a minor release from the 0.12.x branch with bug fixes and essential maintenance only.

Release 0.12.0

27 Aug 15:24
a424650
Compare
Choose a tag to compare

The statsmodels developers are happy to announce release 0.12.0. 239 issues were closed in this release and 221 pull requests were merged.

Major new features include:

  • New exponential smoothing model: ETS (Error, Trend, Seasonal)
  • New dynamic factor model for large datasets and monthly/quarterly mixed frequency models
  • Decomposition of forecast updates based on the "news"
  • Sparse Cholesky Simulation Smoother
  • Option to use Chandrasekhar recursions
  • Two popular methods for forecasting time series, forecasting after STL decomposition and the Theta model
  • Functions for constructing complex Deterministic Terms in time series models
  • New statistics function: one-way ANOVA-type tests, hypothesis tests for 2-samples and meta-analysis.

Release Candidate 0.12.0rc0

11 Aug 08:44
971211b
Compare
Choose a tag to compare
Pre-release

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

  • New exponential smoothing model: ETS (Error, Trend, Seasonal)
  • New dynamic factor model for large datasets and monthly/quarterly mixed frequency models
  • Decomposition of forecast updates based on the "news"
  • Sparse Cholesky Simulation Smoother
  • Option to use Chandrasekhar recursions
  • Two popular methods for forecasting time series, forecasting after STL decomposition and the Theta model
  • Functions for constructing complex Deterministic Terms in time series models

Release 0.11.1

21 Feb 13:11
160911a
Compare
Choose a tag to compare

This is a bug fix release. It fixes a small number of bugs including two that affect the installation on statmodels on Python 2.7 and 3.8.

See the full release notes (or in rst format) for the full set of backported pull requests.

Release 0.11.0

22 Jan 12:32
502ca98
Compare
Choose a tag to compare

statsmodels developers are happy to announce a new release.

Major new features include:

  • Regression
    • Rolling OLS and WLS
  • Statistics
    • Oaxaca-Blinder decomposition
    • Distance covariance measures (new in RC2)
    • New regression diagnostic tools (new in RC2)
  • Statespace Models
    • Statespace-based Linear exponential smoothing models¶
    • Methods to apply parameters fitted on one dataset to another dataset¶
    • Method to hold some parameters fixed at known values
    • Option for low memory operations
    • Improved access to state estimates
    • Improved simulation and impulse responses for time-varying models
  • Time-Series Analysis
    • STL Decomposition
    • New AR model
    • New ARIMA model
    • Zivot-Andrews Test
    • More robust regime-switching models

See release notes for full details.

Version 0.11.0 Release Candidate 2

15 Jan 12:50
3e72ebb
Compare
Choose a tag to compare
Pre-release

The second and final release candidate for statsmodels 0.11.

Major new features include:

  • Regression
    • Rolling OLS and WLS
  • Statistics
    • Oaxaca-Blinder decomposition
    • Distance covariance measures (new in RC2)
    • New regression diagnostic tools (new in RC2)
  • Statespace Models
    • Statespace-based Linear exponential smoothing models¶
    • Methods to apply parameters fitted on one dataset to another dataset¶
    • Method to hold some parameters fixed at known values
    • Option for low memory operations
    • Improved access to state estimates
    • Improved simulation and impulse responses for time-varying models
  • Time-Series Analysis
    • STL Decomposition
    • New AR model
    • New ARIMA model
    • Zivot-Andrews Test
    • More robust regime-switching models

See release notes for full details.

Version 0.11.0 Release Candidate 1

18 Dec 11:10
d932507
Compare
Choose a tag to compare
Pre-release

Release candidate for statsmodels 0.11.

Major new features include:

  • Regression
    • Rolling OLS and WLS
  • Statistics
    • Oaxaca-Blinder decomposition
  • Statespace Models
    • Statespace-based Linear exponential smoothing models¶
    • Methods to apply parameters fitted on one dataset to another dataset¶
    • Method to hold some parameters fixed at known values
    • Option for low memory operations
    • Improved access to state estimates
    • Improved simulation and impulse responses for time-varying models
  • Time-Series Analysis
    • STL Decomposition
    • New AR model
    • New ARIMA model
    • Zivot-Andrews Test
    • More robust regime switching models

See release notes for full details.

Release 0.10.2

23 Nov 08:21
988699f
Compare
Choose a tag to compare

This is a minor release from the 0.10.x branch with bug fixes and essential maintenance only. The key new feature is:

  • Compatibility with Python 3.8