diff-diff 2.6.0__tar.gz → 2.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {diff_diff-2.6.0 → diff_diff-2.6.1}/PKG-INFO +1 -1
  2. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/__init__.py +28 -1
  3. {diff_diff-2.6.0 → diff_diff-2.6.1}/pyproject.toml +1 -1
  4. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/Cargo.lock +13 -13
  5. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/Cargo.toml +1 -1
  6. {diff_diff-2.6.0 → diff_diff-2.6.1}/README.md +0 -0
  7. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/_backend.py +0 -0
  8. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/bacon.py +0 -0
  9. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/bootstrap_utils.py +0 -0
  10. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/continuous_did.py +0 -0
  11. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/continuous_did_bspline.py +0 -0
  12. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/continuous_did_results.py +0 -0
  13. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/datasets.py +0 -0
  14. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/diagnostics.py +0 -0
  15. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/estimators.py +0 -0
  16. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/honest_did.py +0 -0
  17. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/imputation.py +0 -0
  18. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/imputation_bootstrap.py +0 -0
  19. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/imputation_results.py +0 -0
  20. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/linalg.py +0 -0
  21. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/power.py +0 -0
  22. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/prep.py +0 -0
  23. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/prep_dgp.py +0 -0
  24. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/pretrends.py +0 -0
  25. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/results.py +0 -0
  26. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/stacked_did.py +0 -0
  27. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/stacked_did_results.py +0 -0
  28. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/staggered.py +0 -0
  29. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/staggered_aggregation.py +0 -0
  30. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/staggered_bootstrap.py +0 -0
  31. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/staggered_results.py +0 -0
  32. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/sun_abraham.py +0 -0
  33. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/synthetic_did.py +0 -0
  34. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/triple_diff.py +0 -0
  35. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/trop.py +0 -0
  36. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/trop_results.py +0 -0
  37. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/twfe.py +0 -0
  38. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/two_stage.py +0 -0
  39. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/two_stage_bootstrap.py +0 -0
  40. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/two_stage_results.py +0 -0
  41. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/utils.py +0 -0
  42. {diff_diff-2.6.0 → diff_diff-2.6.1}/diff_diff/visualization.py +0 -0
  43. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/build.rs +0 -0
  44. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/src/bootstrap.rs +0 -0
  45. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/src/lib.rs +0 -0
  46. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/src/linalg.rs +0 -0
  47. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/src/trop.rs +0 -0
  48. {diff_diff-2.6.0 → diff_diff-2.6.1}/rust/src/weights.rs +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diff-diff
3
- Version: 2.6.0
3
+ Version: 2.6.1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Intended Audience :: Science/Research
6
6
  Classifier: Operating System :: OS Independent
@@ -159,7 +159,21 @@ from diff_diff.datasets import (
159
159
  load_mpdta,
160
160
  )
161
161
 
162
- __version__ = "2.6.0"
162
+ # Estimator aliases — short names for convenience
163
+ DiD = DifferenceInDifferences
164
+ TWFE = TwoWayFixedEffects
165
+ EventStudy = MultiPeriodDiD
166
+ SDiD = SyntheticDiD
167
+ CS = CallawaySantAnna
168
+ CDiD = ContinuousDiD
169
+ SA = SunAbraham
170
+ BJS = ImputationDiD
171
+ Gardner = TwoStageDiD
172
+ DDD = TripleDifference
173
+ Stacked = StackedDiD
174
+ Bacon = BaconDecomposition
175
+
176
+ __version__ = "2.6.1"
163
177
  __all__ = [
164
178
  # Estimators
165
179
  "DifferenceInDifferences",
@@ -174,6 +188,19 @@ __all__ = [
174
188
  "TripleDifference",
175
189
  "TROP",
176
190
  "StackedDiD",
191
+ # Estimator aliases (short names)
192
+ "DiD",
193
+ "TWFE",
194
+ "EventStudy",
195
+ "SDiD",
196
+ "CS",
197
+ "CDiD",
198
+ "SA",
199
+ "BJS",
200
+ "Gardner",
201
+ "DDD",
202
+ "Stacked",
203
+ "Bacon",
177
204
  # Bacon Decomposition
178
205
  "BaconDecomposition",
179
206
  "BaconDecompositionResults",
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "diff-diff"
7
- version = "2.6.0"
7
+ version = "2.6.1"
8
8
  description = "A library for Difference-in-Differences causal inference analysis"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -197,7 +197,7 @@ checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8"
197
197
 
198
198
  [[package]]
199
199
  name = "diff_diff_rust"
200
- version = "2.6.0"
200
+ version = "2.6.1"
201
201
  dependencies = [
202
202
  "blas-src",
203
203
  "faer",
@@ -583,9 +583,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
583
583
 
584
584
  [[package]]
585
585
  name = "libc"
586
- version = "0.2.182"
586
+ version = "0.2.183"
587
587
  source = "registry+https://github.com/rust-lang/crates.io-index"
588
- checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
588
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
589
589
 
590
590
  [[package]]
591
591
  name = "libm"
@@ -876,9 +876,9 @@ dependencies = [
876
876
 
877
877
  [[package]]
878
878
  name = "pin-project-lite"
879
- version = "0.2.16"
879
+ version = "0.2.17"
880
880
  source = "registry+https://github.com/rust-lang/crates.io-index"
881
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
881
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
882
882
 
883
883
  [[package]]
884
884
  name = "portable-atomic"
@@ -1042,9 +1042,9 @@ dependencies = [
1042
1042
 
1043
1043
  [[package]]
1044
1044
  name = "quote"
1045
- version = "1.0.44"
1045
+ version = "1.0.45"
1046
1046
  source = "registry+https://github.com/rust-lang/crates.io-index"
1047
- checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1047
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1048
1048
  dependencies = [
1049
1049
  "proc-macro2",
1050
1050
  ]
@@ -1187,9 +1187,9 @@ dependencies = [
1187
1187
 
1188
1188
  [[package]]
1189
1189
  name = "regex-syntax"
1190
- version = "0.8.9"
1190
+ version = "0.8.10"
1191
1191
  source = "registry+https://github.com/rust-lang/crates.io-index"
1192
- checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1192
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1193
1193
 
1194
1194
  [[package]]
1195
1195
  name = "rustc-hash"
@@ -1548,18 +1548,18 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1548
1548
 
1549
1549
  [[package]]
1550
1550
  name = "zerocopy"
1551
- version = "0.8.39"
1551
+ version = "0.8.40"
1552
1552
  source = "registry+https://github.com/rust-lang/crates.io-index"
1553
- checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
1553
+ checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
1554
1554
  dependencies = [
1555
1555
  "zerocopy-derive",
1556
1556
  ]
1557
1557
 
1558
1558
  [[package]]
1559
1559
  name = "zerocopy-derive"
1560
- version = "0.8.39"
1560
+ version = "0.8.40"
1561
1561
  source = "registry+https://github.com/rust-lang/crates.io-index"
1562
- checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
1562
+ checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
1563
1563
  dependencies = [
1564
1564
  "proc-macro2",
1565
1565
  "quote",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "diff_diff_rust"
3
- version = "2.6.0"
3
+ version = "2.6.1"
4
4
  edition = "2021"
5
5
  description = "Rust backend for diff-diff DiD library"
6
6
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes