From 897b97aff5cf3b3987f8869183c906ab3a02346c Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 21 Oct 2025 14:13:29 +0100 Subject: [PATCH] RLS: Release 7 --- doc/source/changes/7.0.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/changes/7.0.rst b/doc/source/changes/7.0.rst index 01df6e2f71..62e05960ca 100644 --- a/doc/source/changes/7.0.rst +++ b/doc/source/changes/7.0.rst @@ -1,7 +1,7 @@ Version 7.0 ----------- -* Increased minimums: +- Increased minimums: - Python: 3.10 - formulaic: 1.0.0 @@ -9,3 +9,10 @@ Version 7.0 - SciPy: 1.8.0 - pandas: 1.4.0 - statsmodels: 0.13.0 + +- Corrected name of clustered covariance to ``"clustered"`` from ``"cluster"``. +- Fixed an issue sparse matric behavior changed in SciPy. +- Switched to meson build system. +- Improved compatability with future NumPy (2.4+) and pandas (3+) changes. +- Fixed a bug that affected estimation of :class:`~linearmodels.system.model.SUR` + models with constrains of the form ``R beta = q`` where ``q`` was not 0.