You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New in v1.2.0:
- Pre-Trends Power Analysis (Roth 2022)
- PreTrendsPower class with MDV and power curve computation
- compute_pretrends_power() and compute_mdv() convenience functions
- plot_pretrends_power() visualization
- Integration with Honest DiD
- Tutorial and API documentation
See CHANGELOG.md for full details.
- Full API documentation: `docs/api/pretrends.rst`
21
+
22
+
**Reference**: Roth, J. (2022). "Pretest with Caution: Event-Study Estimates after Testing for Parallel Trends." *American Economic Review: Insights*, 4(3), 305-322.
23
+
24
+
### Fixed
25
+
-**Reference period handling in pre-trends analysis**: Fixed bug where reference period was incorrectly assigned `avg_se` instead of being excluded from power calculations. Now properly excludes the omitted reference period from the joint Wald test.
26
+
8
27
## [1.1.1] - 2026-01-06
9
28
10
29
### Fixed
@@ -215,6 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215
234
-`to_dict()` and `to_dataframe()` export methods
216
235
-`is_significant` and `significance_stars` properties
0 commit comments