v0.25.4
github-actions
released this
01 Nov 11:40
·
60 commits
to refs/heads/master
since this release
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()
andfepois()
obtain "split" and "fsplit" arguments, just as you might know them fromfixest::feols()
.- @leostimpfle has added the "iterated rectifier" check for detecting separation in Poisson models.
- We have added timing benchmarks against
linearmodels
(@marcandre259 ).
Changes
- Release V0254 @s3alfisc (#686)
- More predict tests @s3alfisc (#683)
- Bugfix in fixef() method for WLS @s3alfisc (#682)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#681)
- docs: add marcandre259 as a contributor for bug @allcontributors (#679)
- Discourse @s3alfisc (#677)
- docs: add kylebutts as a contributor for data @allcontributors (#673)
- Predict @leostimpfle (#670)
- Reopen iterative rectifier PR @leostimpfle (#660)
- Bug fix to display default table note in etable @dsliwka (#665)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#664)
- docs: add marcandre259 as a contributor for code @allcontributors (#662)
- Add and adjust benchmark notebook with linearmodels (absorbingls) + adding solver argument and integration tests to fepois and feols @marcandre259 (#661)
- Revert "Iterative rectifier" @s3alfisc (#659)
- Iterative rectifier @leostimpfle (#534)
- Fix bug that lead use of the "split" and "fsplit" arguments to not produce FixestMulti objects @s3alfisc (#658)
- Add split and fsplit arguments to feols and fepois @s3alfisc (#656)
- Adjusting Figsize of Outcome Plot @rafimikail (#654)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#653)
- mypy confit to pyproject @juanitorduz (#652)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#651)
- 0.25.0 Release @s3alfisc (#649)