Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/source/changes/7.0.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Version 7.0
-----------

* Increased minimums:
- Increased minimums:

- Python: 3.10
- formulaic: 1.0.0
- NumPy: 1.22.3
- 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.
Loading