BenchmarkDPFair 0.2.1__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.
- {benchmarkdpfair-0.2.1/src/BenchmarkDPFair.egg-info → benchmarkdpfair-0.2.2}/PKG-INFO +2 -2
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/pyproject.toml +2 -2
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2/src/BenchmarkDPFair.egg-info}/PKG-INFO +2 -2
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/LICENSE +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/README.md +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/setup.cfg +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/__init__.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/benchmark.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/dataconf.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/__init__.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/auxiliar.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/benchmark.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/inp.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/pos.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/pre.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/types.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/verifiers.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/__init__.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/dataconf.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/datagen.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/utils/verifiers.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/__init__.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/SOURCES.txt +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/dependency_links.txt +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/requires.txt +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/top_level.txt +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/tests/test_benchmark.py +0 -0
- {benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/tests/test_dataconf.py +0 -0
- {benchmarkdpfair-0.2.1 → 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.
|
|
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:
|
|
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
|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "BenchmarkDPFair"
|
|
7
|
-
version = "0.2.
|
|
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.
|
|
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:
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/__init__.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/auxiliar.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/benchmark.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/types.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/Benchmark/utils/verifiers.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/__init__.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/dataconf.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/datagen.py
RENAMED
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair/DataGenerator/utils/verifiers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmarkdpfair-0.2.1 → benchmarkdpfair-0.2.2}/src/BenchmarkDPFair.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|