Skip to content

PyFixest 0.13.5

Compare
Choose a tag to compare
@s3alfisc s3alfisc released this 09 Jan 22:18
· 413 commits to master since this release

PyFixest 0.13.5

  • Fixes a bug that lead to incorrect results when the dependent variable and all covariates (excluding the fixed effects) where integers. See #265 for details.

PyFixest 0.13.4

  • Fixes a bug in etable() with IV's that occurred because feols() does not report R2 statistics for IVs.

PyFixest 0.13.2

  • Fixes a bug in etable() and a warning in fixest_model_matrix that arose with higher pandas versions. Thanks to @aeturrell for reporting!