Skip to content

Commit bb31d8a

Browse files
authored
Bump version to 3.6.2 (#609)
1 parent 0eb4d33 commit bb31d8a

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [3.6.2] - 2026-07-03
99

1010
### Added
1111
- **`SyntheticControl` ADH-2015 §4 tail diagnostics** (two opt-in `SyntheticControlResults`
@@ -2080,6 +2080,7 @@ for the full feature history leading to this release.
20802080
[2.1.2]: https://github.com/igerber/diff-diff/compare/v2.1.1...v2.1.2
20812081
[2.1.1]: https://github.com/igerber/diff-diff/compare/v2.1.0...v2.1.1
20822082
[2.1.0]: https://github.com/igerber/diff-diff/compare/v2.0.3...v2.1.0
2083+
[3.6.2]: https://github.com/igerber/diff-diff/compare/v3.6.1...v3.6.2
20832084
[3.6.1]: https://github.com/igerber/diff-diff/compare/v3.6.0...v3.6.1
20842085
[3.6.0]: https://github.com/igerber/diff-diff/compare/v3.5.3...v3.6.0
20852086
[3.5.3]: https://github.com/igerber/diff-diff/compare/v3.5.2...v3.5.3

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.6.1"
11-
date-released: "2026-07-01"
10+
version: "3.6.2"
11+
date-released: "2026-07-03"
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
@@ -301,7 +301,7 @@
301301
DCDH = ChaisemartinDHaultfoeuille
302302
HAD = HeterogeneousAdoptionDiD
303303

304-
__version__ = "3.6.1"
304+
__version__ = "3.6.2"
305305
__all__ = [
306306
# Estimators
307307
"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.6.1
5+
- Version: 3.6.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.6.1"
7+
version = "3.6.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.6.1"
3+
version = "3.6.2"
44
edition = "2021"
55
rust-version = "1.85"
66
description = "Rust backend for diff-diff DiD library"

0 commit comments

Comments
 (0)