Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 567 Bytes

CHANGELOG

File metadata and controls

19 lines (14 loc) · 567 Bytes

Changelog

0.4.1 (2024-06-25)

  • Add lmdiag.style.use("default") for reverting to default style.
  • Minor documentation updates.

0.4.0 (2024-06-24)

  • Breaking changes:
    • Drop support for Python < 3.9.
    • Rename lmdiag.info() to lmdiag.help()
    • The default style now follows matplotlib's style. To get the old one, call lmdiag.style.use("black_and_red") before lmdiag.plot().
  • Fix crash for linearmodels with 2+ degrees of freedom.
  • Add support for scikit-learn's LinearRegression
  • Improve performance