Skip to content

Commit 899f95d

Browse files
authored
Merge pull request #69 from igerber/claude/update-readme-version-KOgE6
Add tutorial to README and update version
2 parents 118e3d7 + 2d3b10b commit 899f95d

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ We provide Jupyter notebook tutorials in `docs/tutorials/`:
9797
| `06_power_analysis.ipynb` | Power analysis, MDE, sample size calculations, simulation-based power |
9898
| `07_pretrends_power.ipynb` | Pre-trends power analysis (Roth 2022), MDV, power curves |
9999
| `08_triple_diff.ipynb` | Triple Difference (DDD) estimation with proper covariate handling |
100+
| `09_real_world_examples.ipynb` | Real-world data examples (Card-Krueger, Castle Doctrine, Divorce Laws) |
100101

101102
## Data Preparation
102103

diff_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
load_mpdta,
127127
)
128128

129-
__version__ = "2.0.3"
129+
__version__ = "2.0.4"
130130
__all__ = [
131131
# Estimators
132132
"DifferenceInDifferences",

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 = "2.0.3"
7+
version = "2.0.4"
88
description = "A library for Difference-in-Differences causal inference analysis"
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 = "2.0.3"
3+
version = "2.0.4"
44
edition = "2021"
55
description = "Rust backend for diff-diff DiD library"
66
license = "MIT"

0 commit comments

Comments
 (0)