Merged
Conversation
Update version across all locations (pyproject.toml, __init__.py, Cargo.toml, llms-full.txt, CITATION.cff) and finalize CHANGELOG entry for v3.0.2. Highlights: dCDH estimator (Phases 1+2), survey-aware power analysis, aggregate_survey() pweight default, Tutorial 18 (geo-experiments), practitioner docs (B1b-d), CI gate fix for doc-only PRs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Overall Assessment ✅ Looks good Executive Summary
Methodology
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
|
- Fix survey-power API names: deff (not expected_deff) for analytical helpers, survey_config (not survey_design) for simulation helpers - Fix aggregate_survey() compatibility claim: "all survey-capable estimators" not "all 16 estimators" (dCDH has no survey support, BaconDecomposition is diagnostic only) - Fix CITATION.cff bullet: this PR updates version/date only, author name was added in PR #293 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall Assessment ✅ Looks good Executive Summary
Methodology
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
|
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
What's in v3.0.2
New estimator:
ChaisemartinDHaultfoeuille(aliasDCDH) - reversible-treatment DiD, Phases 1+2 (DID_M, multi-horizon event study, dynamic placebos, sup-t bands)New features:
SurveyPowerConfig,expected_deff, simulation path withsurvey_design)aggregate_survey()pweight default (second_stage_weightsparameter)conditional_ptparameter on survey DGPInfrastructure:
Methodology references (required if estimator / math changes)
Validation
Security / privacy
Generated with Claude Code