-
Notifications
You must be signed in to change notification settings - Fork 284
Releases: bashtage/arch
Release v8.0.0
038d78b This is primarily a compatibility release.
- Python 3.14 wheels
- Support for all current and future known changes in NumPy 2.4+ and pandas 3+
- Many doc fixes
Assets 2
Release 7.2
38beda6 This is a bug fix and documentation release:
- Fixed a number of bugs that affect
ARCHModelFixedResult. - Improved documentation of the correct format of exogenous variables when forecasting.
Assets 2
Release 7.1
Release 7.0.0
a61dc7d - 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.
Assets 2
Release 6.3
ffe8292 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
Assets 2
Release 6.2.0
95d1d65 This is a maintenance and bug-fix release:
- Fixed a bug that affected forecasting from
FIGARCHmodels #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 reindexa no-op. - Updated notebooks to reflect best practices
Assets 2
Release 6.1.0
72fbca4 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.
Assets 2
Release 5.6.0
6c6fb94 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.
Assets 2
Release 6.0.1
7463eac 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+
Assets 2
Release 6.0.0
0e59196 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