v3.0.0: Deprecation removals, version bump, docs refresh#281
Merged
Conversation
Breaking changes: - Remove CallawaySantAnna bootstrap_weight_type param (use bootstrap_weights) - Remove TROP method="twostep" alias (use method="local") - Remove TROP method="joint" alias (use method="global") Also: - Rename internal bootstrap_weight_type attr to bootstrap_weights in mixin - Add TROP set_params() method validation - Schedule SyntheticDiD lambda_reg/zeta removal for v3.1 - Bump version 2.9.1 → 3.0.0 across all 5 locations - Update ROADMAP Phase 10 items as shipped - Remove stale WooldridgeDiD survey gap notes from all docs - Add survey_aggregate() future item to ROADMAP Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Overall Assessment ✅ Looks good. No unmitigated P0/P1 findings. I did not find a methodology deviation, incorrect variance/SE change, or silent correctness regression in the changed estimator paths. Review limitation: I could not execute 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
CallawaySantAnna(bootstrap_weight_type=)→ usebootstrap_weightsTROP(method="twostep")→ usemethod="local"TROP(method="joint")→ usemethod="global"bootstrap_weight_type→bootstrap_weightsin bootstrap mixin and StaggeredTripleDifferenceset_params()validation — invalid method values now raiseValueErrorlambda_reg/zetaformally scheduled for removal in v3.1survey_aggregate()future item addedMethodology references (required if estimator / math changes)
Validation
test_trop.py(replaced 4 deprecated alias tests with 1 rejection test),test_staggered.py(updated param names),test_methodology_callaway.py(removed deprecated param tests),test_staggered_triple_diff.py(updated assertion)Security / privacy
Generated with Claude Code