diffindiff 2.4.0__tar.gz → 2.4.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 (21) hide show
  1. {diffindiff-2.4.0 → diffindiff-2.4.1}/PKG-INFO +7 -17
  2. {diffindiff-2.4.0 → diffindiff-2.4.1}/README.md +6 -16
  3. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/config.py +3 -3
  4. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff.egg-info/PKG-INFO +7 -17
  5. {diffindiff-2.4.0 → diffindiff-2.4.1}/setup.py +1 -1
  6. {diffindiff-2.4.0 → diffindiff-2.4.1}/MANIFEST.in +0 -0
  7. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/__init__.py +0 -0
  8. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/didanalysis.py +0 -0
  9. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/didanalysis_helper.py +0 -0
  10. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/diddata.py +0 -0
  11. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/didtools.py +0 -0
  12. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/tests/__init__.py +0 -0
  13. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/tests/data/Corona_Hesse.xlsx +0 -0
  14. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/tests/data/counties_DE.csv +0 -0
  15. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/tests/data/curfew_DE.csv +0 -0
  16. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff/tests/tests_diffindiff.py +0 -0
  17. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff.egg-info/SOURCES.txt +0 -0
  18. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff.egg-info/dependency_links.txt +0 -0
  19. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff.egg-info/requires.txt +0 -0
  20. {diffindiff-2.4.0 → diffindiff-2.4.1}/diffindiff.egg-info/top_level.txt +0 -0
  21. {diffindiff-2.4.0 → diffindiff-2.4.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diffindiff
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: diffindiff: Python library for convenient Difference-in-Differences analyses
5
5
  Author: Thomas Wieland
6
6
  Author-email: geowieland@googlemail.com
@@ -22,12 +22,14 @@ Thomas Wieland [ORCID](https://orcid.org/0000-0001-5168-9846) [EMail](mailto:geo
22
22
  - 💻 GitHub Repository: [diffindiff_official](https://github.com/geowieland/diffindiff_official)
23
23
  - 📄 DOI (Zenodo): [10.5281/zenodo.18656820](https://doi.org/10.5281/zenodo.18656820)
24
24
 
25
+ A research note featuring a case study that utilizes the diffindiff library is available on [arXiv](https://arxiv.org/abs/2605.21464).
26
+
25
27
 
26
28
  ## Citation
27
29
 
28
30
  If you use this software, please cite:
29
31
 
30
- Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
32
+ Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
31
33
 
32
34
 
33
35
  ## Installation
@@ -175,19 +177,7 @@ See the /tests directory for usage examples of most of the included functions.
175
177
  This software was developed without the use of AI-generated code. The Continue Agent in Microsoft Visual Studio Code using the GPT-5 mini model (by OpenAI) was used solely to assist in drafting and refining docstrings for documentation. The corresponding guidelines and constraints defined by the author are documented in `AGENTS-docstrings.md` in the [public GitHub repository](https://github.com/geowieland/diffindiff_official).
176
178
 
177
179
 
178
- ## What's new (v2.4.0)
179
-
180
- - Extensions:
181
- - Option of demeaning numeric variables instead of Two-way fixed effects in did_analysis.didanalysis() and diddata.DiffData.analysis() to save processing time and memory capacity
182
- - didtools.model_wrapper() extended by multi-layer perceptron algorithm
183
- - Bugfixes:
184
- - Fixed pandas error (relevant only in newer pandas versions) in didtools.is_notreatment()
185
- - Exception handling in didtools.model_wrapper() improved: errors during model training are now being caught
186
- - didtools.is_numeric() performs a safer check of the specified cols whether they are numeric
187
- - Extended variables checks in didtools.fit_metrics()
188
- - Fixed name bug in diddata.create_counterfactual()
189
- - In didanalysis.DiffModel.summary(), numbers are now always represented in decimal notation
190
- - Corrected check in didanalysis.DiffModel.treatment_statistics() whether treatment is included
191
- - Cleanup and adjustment of requirements with respect to compatibility
180
+ ## What's new (v2.4.1)
181
+
192
182
  - Other:
193
- - More specific outputs in NOTEs texts
183
+ - Extension of documentation
@@ -14,12 +14,14 @@ Thomas Wieland [ORCID](https://orcid.org/0000-0001-5168-9846) [EMail](mailto:geo
14
14
  - 💻 GitHub Repository: [diffindiff_official](https://github.com/geowieland/diffindiff_official)
15
15
  - 📄 DOI (Zenodo): [10.5281/zenodo.18656820](https://doi.org/10.5281/zenodo.18656820)
16
16
 
17
+ A research note featuring a case study that utilizes the diffindiff library is available on [arXiv](https://arxiv.org/abs/2605.21464).
18
+
17
19
 
18
20
  ## Citation
19
21
 
20
22
  If you use this software, please cite:
21
23
 
22
- Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
24
+ Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
23
25
 
24
26
 
25
27
  ## Installation
@@ -167,19 +169,7 @@ See the /tests directory for usage examples of most of the included functions.
167
169
  This software was developed without the use of AI-generated code. The Continue Agent in Microsoft Visual Studio Code using the GPT-5 mini model (by OpenAI) was used solely to assist in drafting and refining docstrings for documentation. The corresponding guidelines and constraints defined by the author are documented in `AGENTS-docstrings.md` in the [public GitHub repository](https://github.com/geowieland/diffindiff_official).
168
170
 
169
171
 
170
- ## What's new (v2.4.0)
171
-
172
- - Extensions:
173
- - Option of demeaning numeric variables instead of Two-way fixed effects in did_analysis.didanalysis() and diddata.DiffData.analysis() to save processing time and memory capacity
174
- - didtools.model_wrapper() extended by multi-layer perceptron algorithm
175
- - Bugfixes:
176
- - Fixed pandas error (relevant only in newer pandas versions) in didtools.is_notreatment()
177
- - Exception handling in didtools.model_wrapper() improved: errors during model training are now being caught
178
- - didtools.is_numeric() performs a safer check of the specified cols whether they are numeric
179
- - Extended variables checks in didtools.fit_metrics()
180
- - Fixed name bug in diddata.create_counterfactual()
181
- - In didanalysis.DiffModel.summary(), numbers are now always represented in decimal notation
182
- - Corrected check in didanalysis.DiffModel.treatment_statistics() whether treatment is included
183
- - Cleanup and adjustment of requirements with respect to compatibility
172
+ ## What's new (v2.4.1)
173
+
184
174
  - Other:
185
- - More specific outputs in NOTEs texts
175
+ - Extension of documentation
@@ -4,15 +4,15 @@
4
4
  # Author: Thomas Wieland
5
5
  # ORCID: 0000-0001-5168-9846
6
6
  # mail: geowieland@googlemail.com
7
- # Version: 1.0.18
8
- # Last update: 2026-05-01 09:53
7
+ # Version: 1.0.19
8
+ # Last update: 2026-05-22 07:52
9
9
  # Copyright (c) 2025-2026 Thomas Wieland
10
10
  #-----------------------------------------------------------------------
11
11
 
12
12
  # Basic config:
13
13
 
14
14
  PACKAGE_NAME = "diffindiff"
15
- PACKAGE_VERSION = "2.4.0"
15
+ PACKAGE_VERSION = "2.4.1"
16
16
 
17
17
  VERBOSE = False
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diffindiff
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: diffindiff: Python library for convenient Difference-in-Differences analyses
5
5
  Author: Thomas Wieland
6
6
  Author-email: geowieland@googlemail.com
@@ -22,12 +22,14 @@ Thomas Wieland [ORCID](https://orcid.org/0000-0001-5168-9846) [EMail](mailto:geo
22
22
  - 💻 GitHub Repository: [diffindiff_official](https://github.com/geowieland/diffindiff_official)
23
23
  - 📄 DOI (Zenodo): [10.5281/zenodo.18656820](https://doi.org/10.5281/zenodo.18656820)
24
24
 
25
+ A research note featuring a case study that utilizes the diffindiff library is available on [arXiv](https://arxiv.org/abs/2605.21464).
26
+
25
27
 
26
28
  ## Citation
27
29
 
28
30
  If you use this software, please cite:
29
31
 
30
- Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.0) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
32
+ Wieland, T. (2026). diffindiff: A Python library for convenient difference-in-differences analyses (Version 2.4.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18656820
31
33
 
32
34
 
33
35
  ## Installation
@@ -175,19 +177,7 @@ See the /tests directory for usage examples of most of the included functions.
175
177
  This software was developed without the use of AI-generated code. The Continue Agent in Microsoft Visual Studio Code using the GPT-5 mini model (by OpenAI) was used solely to assist in drafting and refining docstrings for documentation. The corresponding guidelines and constraints defined by the author are documented in `AGENTS-docstrings.md` in the [public GitHub repository](https://github.com/geowieland/diffindiff_official).
176
178
 
177
179
 
178
- ## What's new (v2.4.0)
179
-
180
- - Extensions:
181
- - Option of demeaning numeric variables instead of Two-way fixed effects in did_analysis.didanalysis() and diddata.DiffData.analysis() to save processing time and memory capacity
182
- - didtools.model_wrapper() extended by multi-layer perceptron algorithm
183
- - Bugfixes:
184
- - Fixed pandas error (relevant only in newer pandas versions) in didtools.is_notreatment()
185
- - Exception handling in didtools.model_wrapper() improved: errors during model training are now being caught
186
- - didtools.is_numeric() performs a safer check of the specified cols whether they are numeric
187
- - Extended variables checks in didtools.fit_metrics()
188
- - Fixed name bug in diddata.create_counterfactual()
189
- - In didanalysis.DiffModel.summary(), numbers are now always represented in decimal notation
190
- - Corrected check in didanalysis.DiffModel.treatment_statistics() whether treatment is included
191
- - Cleanup and adjustment of requirements with respect to compatibility
180
+ ## What's new (v2.4.1)
181
+
192
182
  - Other:
193
- - More specific outputs in NOTEs texts
183
+ - Extension of documentation
@@ -7,7 +7,7 @@ def read_README():
7
7
 
8
8
  setup(
9
9
  name='diffindiff',
10
- version='2.4.0',
10
+ version='2.4.1',
11
11
  description='diffindiff: Python library for convenient Difference-in-Differences analyses',
12
12
  packages=find_packages(include=["diffindiff", "diffindiff.tests"]),
13
13
  include_package_data=True,
File without changes
File without changes