Commit deaf40d
Bump version to 3.6.0
Release 3.6.0. Highlights since 3.5.3:
- New estimator: LPDiD (Local Projections DiD; Dube, Girardi, Jorda &
Taylor 2025), exported from the top-level package with full API docs.
- PlaceboTests: new optional `treatment` param on placebo_group_test,
fake-group path now filters ever-treated by default, and
permutation_test reports the (1+count)/(B+1) randomization-inference
p-value.
- ~78-84% peak-memory reduction in the multiplier-bootstrap estimators
(Callaway-Sant'Anna, EfficientDiD, HeterogeneousAdoptionDiD) via
block-tiled weight generation.
- Methodology validation promoted to Complete: TwoStageDiD, PlaceboTests,
Survey Data Support.
- Security: pyo3 + numpy 0.28 -> 0.29 (RUSTSEC-2026-0176/0177); deps and
CI hardening (blas-src, checkout v7, release-build guard).
- Numerous perf and rank-deficiency correctness fixes across linalg,
imputation, two-stage, conley, spillover, and continuous DiD.
Promotes the CHANGELOG [Unreleased] section to [3.6.0] - 2026-06-29 and
syncs the version across __init__.py, pyproject.toml, rust/Cargo.toml,
llms-full.txt, and CITATION.cff.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b5a5452 commit deaf40d
6 files changed
Lines changed: 9 additions & 6 deletions
File tree
- diff_diff
- guides
- rust
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
1794 | 1796 | | |
1795 | 1797 | | |
1796 | 1798 | | |
| 1799 | + | |
1797 | 1800 | | |
1798 | 1801 | | |
1799 | 1802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments