Skip to content

Commit 6eb5150

Browse files
authored
documentation update (#877)
1 parent 2e0f1b0 commit 6eb5150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fit2 = pf.feols("Y ~ X1 + X2", data = df)
1111
fit3 = pf.feols("Y ~ X1 + X2 | f1", data = df)
1212
```
1313

14-
## PyFixest (In Development, can be installed from github)
14+
## PyFixest 0.29.0
1515

1616
- We add options `fixef_k = "nested"` and `fixef_k = "full"` for computing small sample corrections via `pf.ssc()`. We set the defaults for `pf.feols()` and other estimation functions to `fixef_k = "nested"` to 100% mimic the defaults of `r-fixest`. This is a "breaking change" in the sense that it might (slightly) impact the standard errors of your estimations.
1717
- We add support for fully saturated event study estimation via the `SaturatedEventStudy` class, which can be called via `pf.event_study()`.

0 commit comments

Comments
 (0)