Arch Versions Save

ARCH models in Python

v7.0.0

1 month ago
  • Full compatability with NumPy 2
  • Improved compatability with future changes in pandas 3.
  • Increases in related minimum requirements.

[!NOTE] In order to use NumPy 2, the environment must consist of packages that have been built against NumPy 2.0.0rc1 or later.

v6.3.0

4 months ago

This is a performance and compatibility release.

  • Improve performance of long-run covariance estimators when numba is installed
  • Add support for NumPy 2
  • Improve compatibility with pandas

v6.2.0

7 months ago

This is a maintenance and bug-fix release:

  • Fixed a bug that affected forecasting from FIGARCH models #606
  • Added a performance warning when testing for unit roots in large series using a lag-length search with no-max-lag specified.
  • Changed the default value of reindex to False so that forecasts will not match the input by default. Set reindex to True if this is required.
  • Made from __future__ import reindex a no-op.
  • Updated notebooks to reflect best practices

v6.1.0

11 months ago

This release fixes a bug that affects forecasting when:

  • using an AR model or other model with lagged values of the dependent variable; and
  • data is rescaled.

v5.6.0

11 months ago

This release fixes a non-trivial bug. It is likely the final release from the 5.x branch, and has been released so that users on Python 3.8 will not be affected.

v6.0.1

11 months ago

This release only rolls back Cython from the 3.0.0 branch to the latest release 0.29.34. This change to allow arch to be built on conda-forge which does not have support for Cython 3.0.

  • Rollback Cython support from 3.0.0b2+ to 0.29.34+

v6.0.0

11 months ago

This major release makes the following changes that affect the supported configurations and build system.

  • Minimum supported Python is 3.9
  • Bumped minimum NumPy, SciPy, pandas, statsmodels and Cython
  • Removed dependence on property-cached
  • Added compatibility with Cython 3

v5.5.0

1 year ago

This is a compatibility release the improves compatibility with NumPy 1.25 (unreleased) and adds initial support for pandas copy-on-write behavior. There are no new features.

v5.4.0

1 year ago

This is a compatibility release for pandas 2.0.

v5.3.1

1 year ago

This release fixes some small (non-code) issues with the 5.3.0 release documentation.