Skip to content

Commit 92e545c

Browse files
igerberclaude
andcommitted
Release v3.5.2: version bump + CHANGELOG reconciliation
Bump version 3.5.1 -> 3.5.2 across __init__.py, pyproject.toml, rust/Cargo.toml, llms-full.txt, and CITATION.cff (date-released 2026-06-08). Reconcile the CHANGELOG: the Firpo & Possebom (2018) confidence-sets -by-test-inversion feature (PR #527) was filed under [3.5.1] but merged AFTER the v3.5.1 tag was cut, so the tagged v3.5.1 did not actually contain it. Move that entry into the new [3.5.2] section alongside everything else that landed post-tag (CBWSDID balancing #534, SyntheticControl conformal inference #530, the placebo_effects -> variance_effects rename/deprecation #532, and the ImputationDiD validation + SE fixes #533). The Firpo PR-A paper review (#524, docs-only) stays in [3.5.1] since it was in that tag. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ea5d405 commit 92e545c

6 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
family-names: Gerber
88
orcid: "https://orcid.org/0009-0009-3275-5591"
99
license: MIT
10-
version: "3.5.1"
11-
date-released: "2026-06-02"
10+
version: "3.5.2"
11+
date-released: "2026-06-08"
1212
doi: "10.5281/zenodo.19646175"
1313
url: "https://github.com/igerber/diff-diff"
1414
repository-code: "https://github.com/igerber/diff-diff"

diff_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
DCDH = ChaisemartinDHaultfoeuille
299299
HAD = HeterogeneousAdoptionDiD
300300

301-
__version__ = "3.5.1"
301+
__version__ = "3.5.2"
302302
__all__ = [
303303
# Estimators
304304
"DifferenceInDifferences",

diff_diff/guides/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A Python library for Difference-in-Differences causal inference analysis. Provides sklearn-like estimators with statsmodels-style output for econometric analysis.
44

5-
- Version: 3.5.1
5+
- Version: 3.5.2
66
- Repository: https://github.com/igerber/diff-diff
77
- License: MIT
88
- Dependencies: numpy, pandas, scipy (no statsmodels dependency)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "diff-diff"
7-
version = "3.5.1"
7+
version = "3.5.2"
88
description = "Difference-in-Differences causal inference with sklearn-like API. Callaway-Sant'Anna, Synthetic DiD, Honest DiD, event studies, parallel trends."
99
readme = "README.md"
1010
license = "MIT"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff_diff_rust"
3-
version = "3.5.1"
3+
version = "3.5.2"
44
edition = "2021"
55
rust-version = "1.85"
66
description = "Rust backend for diff-diff DiD library"

0 commit comments

Comments
 (0)