copulas 0.12.2.dev0__tar.gz → 0.12.3.dev0__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.
Potentially problematic release.
This version of copulas might be problematic. Click here for more details.
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/PKG-INFO +4 -3
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/__init__.py +1 -1
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas.egg-info/PKG-INFO +4 -3
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas.egg-info/requires.txt +4 -2
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/pyproject.toml +3 -3
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/LICENSE +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/README.md +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/__init__.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/base.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/clayton.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/frank.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/gumbel.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/independence.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/bivariate/utils.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/datasets.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/errors.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/multivariate/__init__.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/multivariate/base.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/multivariate/gaussian.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/multivariate/tree.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/multivariate/vine.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/optimize/__init__.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/__init__.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/base.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/beta.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/gamma.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/gaussian.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/gaussian_kde.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/log_laplace.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/selection.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/student_t.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/truncated_gaussian.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/univariate/uniform.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/utils.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas/visualization.py +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas.egg-info/SOURCES.txt +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas.egg-info/dependency_links.txt +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/copulas.egg-info/top_level.txt +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/setup.cfg +0 -0
- {copulas-0.12.2.dev0 → copulas-0.12.3.dev0}/tests/test_tasks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copulas
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3.dev0
|
|
4
4
|
Summary: Create tabular synthetic data using copulas-based modeling.
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License: BSL-1.1
|
|
@@ -49,7 +49,6 @@ Requires-Dist: copulas[tutorials]; extra == "test"
|
|
|
49
49
|
Requires-Dist: pytest>=6.2.5; extra == "test"
|
|
50
50
|
Requires-Dist: pytest-cov>=2.6.0; extra == "test"
|
|
51
51
|
Requires-Dist: pytest-rerunfailures>=10.3; extra == "test"
|
|
52
|
-
Requires-Dist: rundoc>=0.4.3; extra == "test"
|
|
53
52
|
Requires-Dist: tomli>=2.0.0; extra == "test"
|
|
54
53
|
Provides-Extra: dev
|
|
55
54
|
Requires-Dist: copulas[test,tutorials]; extra == "dev"
|
|
@@ -70,7 +69,7 @@ Requires-Dist: lxml-html-clean<0.5,>=0.4.1; extra == "dev"
|
|
|
70
69
|
Requires-Dist: Jinja2<3.2,>=3.1.6; extra == "dev"
|
|
71
70
|
Requires-Dist: myst_parser<4.1,>=3.0.1; extra == "dev"
|
|
72
71
|
Requires-Dist: ruff<1,>=0.3.2; extra == "dev"
|
|
73
|
-
Requires-Dist: twine
|
|
72
|
+
Requires-Dist: twine>=1.10.0; extra == "dev"
|
|
74
73
|
Requires-Dist: wheel>=0.30.0; extra == "dev"
|
|
75
74
|
Requires-Dist: coverage<7.8,>=7.7.1; extra == "dev"
|
|
76
75
|
Requires-Dist: tox<4,>=2.9.1; extra == "dev"
|
|
@@ -79,6 +78,8 @@ Requires-Dist: urllib3<2.4,>=1.26.20; extra == "dev"
|
|
|
79
78
|
Requires-Dist: tabulate<0.10,>=0.9.0; extra == "dev"
|
|
80
79
|
Requires-Dist: boto3<1.38,>=1.37.18; extra == "dev"
|
|
81
80
|
Requires-Dist: docutils<0.22,>=0.21.2; extra == "dev"
|
|
81
|
+
Provides-Extra: readme
|
|
82
|
+
Requires-Dist: rundoc<0.5,>=0.4.3; extra == "readme"
|
|
82
83
|
Dynamic: license-file
|
|
83
84
|
|
|
84
85
|
<p style="text-align:center">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copulas
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3.dev0
|
|
4
4
|
Summary: Create tabular synthetic data using copulas-based modeling.
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License: BSL-1.1
|
|
@@ -49,7 +49,6 @@ Requires-Dist: copulas[tutorials]; extra == "test"
|
|
|
49
49
|
Requires-Dist: pytest>=6.2.5; extra == "test"
|
|
50
50
|
Requires-Dist: pytest-cov>=2.6.0; extra == "test"
|
|
51
51
|
Requires-Dist: pytest-rerunfailures>=10.3; extra == "test"
|
|
52
|
-
Requires-Dist: rundoc>=0.4.3; extra == "test"
|
|
53
52
|
Requires-Dist: tomli>=2.0.0; extra == "test"
|
|
54
53
|
Provides-Extra: dev
|
|
55
54
|
Requires-Dist: copulas[test,tutorials]; extra == "dev"
|
|
@@ -70,7 +69,7 @@ Requires-Dist: lxml-html-clean<0.5,>=0.4.1; extra == "dev"
|
|
|
70
69
|
Requires-Dist: Jinja2<3.2,>=3.1.6; extra == "dev"
|
|
71
70
|
Requires-Dist: myst_parser<4.1,>=3.0.1; extra == "dev"
|
|
72
71
|
Requires-Dist: ruff<1,>=0.3.2; extra == "dev"
|
|
73
|
-
Requires-Dist: twine
|
|
72
|
+
Requires-Dist: twine>=1.10.0; extra == "dev"
|
|
74
73
|
Requires-Dist: wheel>=0.30.0; extra == "dev"
|
|
75
74
|
Requires-Dist: coverage<7.8,>=7.7.1; extra == "dev"
|
|
76
75
|
Requires-Dist: tox<4,>=2.9.1; extra == "dev"
|
|
@@ -79,6 +78,8 @@ Requires-Dist: urllib3<2.4,>=1.26.20; extra == "dev"
|
|
|
79
78
|
Requires-Dist: tabulate<0.10,>=0.9.0; extra == "dev"
|
|
80
79
|
Requires-Dist: boto3<1.38,>=1.37.18; extra == "dev"
|
|
81
80
|
Requires-Dist: docutils<0.22,>=0.21.2; extra == "dev"
|
|
81
|
+
Provides-Extra: readme
|
|
82
|
+
Requires-Dist: rundoc<0.5,>=0.4.3; extra == "readme"
|
|
82
83
|
Dynamic: license-file
|
|
83
84
|
|
|
84
85
|
<p style="text-align:center">
|
|
@@ -46,7 +46,7 @@ lxml-html-clean<0.5,>=0.4.1
|
|
|
46
46
|
Jinja2<3.2,>=3.1.6
|
|
47
47
|
myst_parser<4.1,>=3.0.1
|
|
48
48
|
ruff<1,>=0.3.2
|
|
49
|
-
twine
|
|
49
|
+
twine>=1.10.0
|
|
50
50
|
wheel>=0.30.0
|
|
51
51
|
coverage<7.8,>=7.7.1
|
|
52
52
|
tox<4,>=2.9.1
|
|
@@ -56,12 +56,14 @@ tabulate<0.10,>=0.9.0
|
|
|
56
56
|
boto3<1.38,>=1.37.18
|
|
57
57
|
docutils<0.22,>=0.21.2
|
|
58
58
|
|
|
59
|
+
[readme]
|
|
60
|
+
rundoc<0.5,>=0.4.3
|
|
61
|
+
|
|
59
62
|
[test]
|
|
60
63
|
copulas[tutorials]
|
|
61
64
|
pytest>=6.2.5
|
|
62
65
|
pytest-cov>=2.6.0
|
|
63
66
|
pytest-rerunfailures>=10.3
|
|
64
|
-
rundoc>=0.4.3
|
|
65
67
|
tomli>=2.0.0
|
|
66
68
|
|
|
67
69
|
[tutorials]
|
|
@@ -64,7 +64,6 @@ test = [
|
|
|
64
64
|
'pytest >= 6.2.5',
|
|
65
65
|
'pytest-cov >= 2.6.0',
|
|
66
66
|
'pytest-rerunfailures >= 10.3',
|
|
67
|
-
'rundoc >= 0.4.3',
|
|
68
67
|
'tomli >= 2.0.0',
|
|
69
68
|
]
|
|
70
69
|
dev = [
|
|
@@ -94,7 +93,7 @@ dev = [
|
|
|
94
93
|
'ruff >= 0.3.2, <1',
|
|
95
94
|
|
|
96
95
|
# distribute on PyPI
|
|
97
|
-
'twine >= 1.10.0
|
|
96
|
+
'twine >= 1.10.0',
|
|
98
97
|
'wheel >= 0.30.0',
|
|
99
98
|
|
|
100
99
|
# Advanced testing
|
|
@@ -108,6 +107,7 @@ dev = [
|
|
|
108
107
|
'boto3 >= 1.37.18, <1.38',
|
|
109
108
|
'docutils >= 0.21.2, <0.22'
|
|
110
109
|
]
|
|
110
|
+
readme = ['rundoc>=0.4.3,<0.5',]
|
|
111
111
|
|
|
112
112
|
[tool.isort]
|
|
113
113
|
line_length = 99
|
|
@@ -152,7 +152,7 @@ namespaces = false
|
|
|
152
152
|
]
|
|
153
153
|
|
|
154
154
|
[tool.bumpversion]
|
|
155
|
-
current_version = "0.12.
|
|
155
|
+
current_version = "0.12.3.dev0"
|
|
156
156
|
commit = true
|
|
157
157
|
tag = true
|
|
158
158
|
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
|
|
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
|
|
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
|
|
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
|