We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa33016 + 897b97a commit 67ed677Copy full SHA for 67ed677
doc/source/changes/7.0.rst
@@ -1,11 +1,18 @@
1
Version 7.0
2
-----------
3
4
-* Increased minimums:
+- Increased minimums:
5
6
- Python: 3.10
7
- formulaic: 1.0.0
8
- NumPy: 1.22.3
9
- SciPy: 1.8.0
10
- pandas: 1.4.0
11
- 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