Release 3.6.0#581
Merged
Merged
Conversation
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>
Overall Assessment✅ Looks good — no unmitigated P0/P1 findings. Executive Summary
MethodologyNo findings.
Code QualityNo findings.
PerformanceNo findings.
MaintainabilityFinding: Changelog reference ordering is slightly inconsistent.
Tech DebtNo findings.
SecurityNo findings.
Documentation/TestsNo blocking findings.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3.5.3→3.6.0acrossdiff_diff/__init__.py,pyproject.toml,rust/Cargo.toml,diff_diff/guides/llms-full.txt, andCITATION.cff.CHANGELOG.md[Unreleased]section to[3.6.0] - 2026-06-29(fresh empty[Unreleased]retained on top) and add thev3.5.3...v3.6.0comparison link.This is a release-cut PR: no source/behavior changes of its own — it tags the work already merged to
mainsincev3.5.3. Release highlights:treatmentparam onplacebo_group_test; fake-group path now filters ever-treated units by default;permutation_testreports the(1+count)/(B+1)randomization-inference p-value.pyo3+numpy0.28→0.29(RUSTSEC-2026-0176/0177); CI/deps hardening.linalg,imputation,two_stage,conley,spillover, and continuous DiD.Methodology references (required if estimator / math changes)
docs/methodology/REGISTRY.md.Validation
release-build-check.yml) before merge.Security / privacy
🤖 Generated with Claude Code