BenchmarkDPFair 0.2.0__tar.gz → 0.2.2__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 (29) hide show
  1. {benchmarkdpfair-0.2.0/src/BenchmarkDPFair.egg-info → benchmarkdpfair-0.2.2}/PKG-INFO +3 -3
  2. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/README.md +1 -1
  3. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/pyproject.toml +2 -2
  4. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2/src/BenchmarkDPFair.egg-info}/PKG-INFO +3 -3
  5. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/LICENSE +0 -0
  6. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/setup.cfg +0 -0
  7. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/__init__.py +0 -0
  8. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/benchmark.py +0 -0
  9. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/dataconf.py +0 -0
  10. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/__init__.py +0 -0
  11. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/auxiliar.py +0 -0
  12. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/benchmark.py +0 -0
  13. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/inp.py +0 -0
  14. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/pos.py +0 -0
  15. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/pre.py +0 -0
  16. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/types.py +0 -0
  17. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/verifiers.py +0 -0
  18. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/__init__.py +0 -0
  19. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/dataconf.py +0 -0
  20. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/datagen.py +0 -0
  21. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/utils/verifiers.py +0 -0
  22. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/__init__.py +0 -0
  23. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/SOURCES.txt +0 -0
  24. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/dependency_links.txt +0 -0
  25. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/requires.txt +0 -0
  26. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/top_level.txt +0 -0
  27. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/tests/test_benchmark.py +0 -0
  28. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/tests/test_dataconf.py +0 -0
  29. {benchmarkdpfair-0.2.0 → benchmarkdpfair-0.2.2}/tests/test_datagen.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BenchmarkDPFair
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A differentially private data synthesizer and fairness intervention benchmark framework
5
5
  Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
6
6
  License: MIT License
@@ -27,7 +27,7 @@ License: MIT License
27
27
 
28
28
  Project-URL: Homepage, https://github.com/vinicius-verona/dp-fair-intervention-benchmark
29
29
  Project-URL: Issues, https://github.com/vinicius-verona/dp-fair-intervention-benchmark/issues
30
- Requires-Python: >=3.9
30
+ Requires-Python: <3.13,>=3.9
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: aif360>=0.6.1
@@ -82,7 +82,7 @@ pip install -e .
82
82
 
83
83
  > Using PyPi **(SUGGESTED)**
84
84
  ```bash
85
- pip install dp-fair-intervention-benchmark
85
+ pip install BenchmarkDPFair
86
86
  ````
87
87
 
88
88
  ---
@@ -27,7 +27,7 @@ pip install -e .
27
27
 
28
28
  > Using PyPi **(SUGGESTED)**
29
29
  ```bash
30
- pip install dp-fair-intervention-benchmark
30
+ pip install BenchmarkDPFair
31
31
  ````
32
32
 
33
33
  ---
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "BenchmarkDPFair"
7
- version = "0.2.0"
7
+ version = "0.2.2"
8
8
  description = "A differentially private data synthesizer and fairness intervention benchmark framework"
9
9
  authors = [
10
10
  { name="Vinicius Gabriel Angelozzi Verona de Resende", email="verona.projects@tutanota.com" },
11
11
  { name="Héber Hwang Arcolezi", email="heber.hwang-arcolezi@etsmtl.ca" }
12
12
  ]
13
13
  readme = "README.md"
14
- requires-python = ">=3.9"
14
+ requires-python = ">=3.9,<3.13"
15
15
  dependencies = [
16
16
  "aif360>=0.6.1",
17
17
  "aif360[inFairness]>=0.6.1",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BenchmarkDPFair
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A differentially private data synthesizer and fairness intervention benchmark framework
5
5
  Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
6
6
  License: MIT License
@@ -27,7 +27,7 @@ License: MIT License
27
27
 
28
28
  Project-URL: Homepage, https://github.com/vinicius-verona/dp-fair-intervention-benchmark
29
29
  Project-URL: Issues, https://github.com/vinicius-verona/dp-fair-intervention-benchmark/issues
30
- Requires-Python: >=3.9
30
+ Requires-Python: <3.13,>=3.9
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: aif360>=0.6.1
@@ -82,7 +82,7 @@ pip install -e .
82
82
 
83
83
  > Using PyPi **(SUGGESTED)**
84
84
  ```bash
85
- pip install dp-fair-intervention-benchmark
85
+ pip install BenchmarkDPFair
86
86
  ````
87
87
 
88
88
  ---
File without changes