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
- 4 publisher DOIs via CrossRef: Spirtes (MIT Press), Hirano & Imbens
(Wiley), Imbens & Rubin (Cambridge UP), Angrist & Pischke (Princeton UP)
- 6 arXiv DOIs (verified resolvable): NOTEARS, TARNet, DragonNet,
DeepIV, DoWhy, CausalML
- Confirmed Angrist book DOI is 10.1515/9781400829828 (not the book
review DOI suggested by editorialbot)
- 2 entries confirmed to have no DOI: Manski (1990, predates DOI system),
EconML (software repo, no publication)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
All notable changes to StatsPAI will be documented in this file.
4
4
5
+
## [0.6.2] - 2026-04-12
6
+
7
+
### Added
8
+
9
+
-**OLS `predict()`**: `result.predict(newdata=)` for out-of-sample prediction on OLS results
10
+
-**`balance_panel()`**: Utility to keep only units observed in every time period (`sp.balance_panel()`)
11
+
-**Panel `balance=True`**: Convenience flag in `sp.panel()` to auto-balance before estimation
12
+
-**Analytical weights for DID**: `weights=` parameter added to `did()`, `ddd()`, and `event_study()` for population-weighted estimation (Stata `[aweight=...]` equivalent)
-**Theme switching fix**: Themes now fully reset rcParams before applying, so switching between themes (e.g. ggplot → academic) correctly updates all visual properties
0 commit comments