Skip to content

Commit ff22254

Browse files
igerberclaude
andcommitted
Fix CHANGELOG API names to match implementation
Address P2: replace nonexistent logit_strict/diagnose_propensity on results with actual API: epv_threshold, epv_summary()/epv_diagnostics on results, diagnose_propensity() pre-estimation helper on CS only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a2193cd commit ff22254

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313
- **EPV diagnostics for propensity score logit** — events-per-variable (EPV) checks with Peduzzi convention (predictors excluding intercept) for CallawaySantAnna IPW/DR, TripleDifference IPW/DR, and StaggeredTripleDifference
14-
- `diagnose_propensity()` method on CS/TripleDiff/StaggeredDDD results for post-fit propensity score assessment
14+
- `epv_summary()` / `epv_diagnostics` on post-fit results for CallawaySantAnna, TripleDifference, and StaggeredTripleDifference
15+
- `diagnose_propensity()` pre-estimation helper on CallawaySantAnna
1516
- EPV summary block in TripleDifference `summary()` output
16-
- `logit_strict` parameter for propensity score estimation — warns on low EPV (default) or raises error (`strict=True`)
17+
- `epv_threshold` parameter for propensity score estimation — warns on low EPV (default) or escalates via `rank_deficient_action="error"`
1718

1819
### Changed
1920
- Default propensity score fallback behavior: safer defaults with method-specific warning messages

0 commit comments

Comments
 (0)