Skip to content

Commit 67ed677

Browse files
authored
Merge pull request #675 from bashtage/rls-7
RLS: Release 7
2 parents fa33016 + 897b97a commit 67ed677

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/source/changes/7.0.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Version 7.0
22
-----------
33

4-
* Increased minimums:
4+
- Increased minimums:
55

66
- Python: 3.10
77
- formulaic: 1.0.0
88
- NumPy: 1.22.3
99
- SciPy: 1.8.0
1010
- pandas: 1.4.0
1111
- statsmodels: 0.13.0
12+
13+
- Corrected name of clustered covariance to ``"clustered"`` from ``"cluster"``.
14+
- Fixed an issue sparse matric behavior changed in SciPy.
15+
- Switched to meson build system.
16+
- Improved compatability with future NumPy (2.4+) and pandas (3+) changes.
17+
- Fixed a bug that affected estimation of :class:`~linearmodels.system.model.SUR`
18+
models with constrains of the form ``R beta = q`` where ``q`` was not 0.

0 commit comments

Comments
 (0)