From baf801758a6cef14fc413750563723fa5c823afb Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 21 Oct 2025 14:34:11 +0100 Subject: [PATCH] Typo fix --- doc/source/changes/7.0.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/changes/7.0.rst b/doc/source/changes/7.0.rst index 62e05960ca..05054414cd 100644 --- a/doc/source/changes/7.0.rst +++ b/doc/source/changes/7.0.rst @@ -11,8 +11,8 @@ Version 7.0 - statsmodels: 0.13.0 - Corrected name of clustered covariance to ``"clustered"`` from ``"cluster"``. -- Fixed an issue sparse matric behavior changed in SciPy. +- Fixed an issue sparse matrix behavior changed in SciPy. - Switched to meson build system. -- Improved compatability with future NumPy (2.4+) and pandas (3+) changes. +- Improved compatibility 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. + models with constraints of the form ``R beta = q`` where ``q`` was not 0.