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
Critical:
- Formula tokenizer now uses regex to strip function calls (C(), I(),
np.log()) before checking column existence — previously raised
false-positive ValueError on valid statsmodels syntax
- predict() gives clear error for models with formula transforms
(interactions, categoricals) instead of cryptic KeyError
High:
- DID validation now checks weights column existence
- outreg2 docstring updated to match new default format='auto'
Medium:
- DML tests use shared fixture (no duplicate DGP, runs DML once)
- DID vs regression cross-check uses rel=1e-2 instead of abs=0.3
- OLS t-value test iterates with variable names for better diagnostics
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments