Skip to content

v0.25.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 11:40
· 60 commits to refs/heads/master since this release
bbf5f96

Highlights

  • Bugfix in fixef() method for WLS @s3alfisc (#682) that would lead to incorrect predictions with WLS when the newdata argument was employed. Thanks to @marcandre259 for the 🐛 report!
  • feols() and fepois() obtain "split" and "fsplit" arguments, just as you might know them from fixest::feols().
  • @leostimpfle has added the "iterated rectifier" check for detecting separation in Poisson models.
  • We have added timing benchmarks against linearmodels (@marcandre259 ).

Changes