Bump version to 3.5.1#526
Merged
Merged
Conversation
Promote the [Unreleased] CHANGELOG block to [3.5.1] (2026-06-02) and sync the version string across pyproject.toml, rust/Cargo.toml, diff_diff/__init__.py, diff_diff/guides/llms-full.txt, and CITATION.cff (date-released 2026-06-02). Patch release since v3.5.0 — enhancements, validations, and fixes to existing surfaces (no new estimator): SyntheticControl cross-validation + inverse-variance V-selection (#523); Firpo & Possebom (2018) SCM-inference paper review (#524); HeterogeneousAdoptionDiD fit() UX warnings (#525); covariate-name collision now raises ValueError (#518); EfficientDiD methodology-review promotion to Complete with sieve outcome-regression upgrade (#521); AI PR-reviewer model gpt-5.4 -> gpt-5.5 (#522). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Overall Assessment ✅ Looks good. No unmitigated P0 or P1 findings. 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
3.5.0→3.5.1acrosspyproject.toml,rust/Cargo.toml,diff_diff/__init__.py,diff_diff/guides/llms-full.txt, andCITATION.cff(date-released: 2026-06-02).[Unreleased]CHANGELOG block to## [3.5.1] - 2026-06-02(fresh empty[Unreleased]retained on top) and add the[3.5.1]comparison link.This is a release-cut PR — no source/methodology/test logic changes; only version strings and the CHANGELOG section header/link.
What's in 3.5.1 (already merged; documented in the
[3.5.1]CHANGELOG block)Patch release — enhancements, validations, and fixes to existing surfaces (no new estimator):
SyntheticControlcross-validation + inverse-varianceV-selection (ADH 2015 / Abadie 2021) (SyntheticControl: cv (out-of-sample) + inverse-variance V-selection (ADH 2015 / Abadie 2021) #523).HeterogeneousAdoptionDiD.fit()UX: extensive-margin warning +covariates=NotImplementedError(HAD fit(): extensive-margin warning + covariates= NotImplementedError #525).ValueErrorinstead of silently corrupting the design (Reject covariate names colliding with reserved structural terms (DifferenceInDifferences, MultiPeriodDiD, TwoWayFixedEffects) #518).gpt-5.4→gpt-5.5(Upgrade AI PR reviewer model: gpt-5.4 → gpt-5.5 (CI + local) #522).Methodology references (required if estimator / math changes)
docs/methodology/REGISTRY.md.Validation
main.Security / privacy
Generated with Claude Code