Commit 03f08d9
docs: add 0.7.0 CHANGELOG + csdid/differences parity table in README
Make the last five rounds of DiD work externally visible.
CHANGELOG.md
* Add a 0.7.0 release block (2026-04-14) summarising: aggte() unified
aggregation, Mammen multiplier bootstrap w/ uniform bands,
balance_e / min_e / max_e, anticipation, cs_report(), ggdid(), dCDH
joint placebo + avg cumulative effect, Sun-Abraham rewritten with
cluster sandwich SEs, and honest_did polymorphism.
* Full reference list for every cited paper.
README.md
* Add `sp.aggte`, `sp.cs_report`, `sp.ggdid` rows to the DiD feature
table.
* Add a new "DiD parity with csdid / differences / R did + HonestDiD"
comparison matrix (12 capabilities × 4 packages), making the from-
paper reimplementation commitment explicit.
Also export `aggte`, `cs_report`, `CSReport`, `ggdid` at the top-level
statspai namespace so `sp.aggte(...)` / `sp.cs_report(...)` / `sp.ggdid(...)`
work without any submodule dance. (The bare `sp.did` name has always
resolved to the `did()` dispatch function in this package, not the
submodule — pre-existing shadowing, unchanged here.)
Verified: 114/114 DiD tests still green.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 26c8818 commit 03f08d9
3 files changed
Lines changed: 85 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
5 | 65 | | |
6 | 66 | | |
7 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
160 | 184 | | |
161 | 185 | | |
162 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments