copulas 0.12.1__py3-none-any.whl → 0.12.2.dev0__py3-none-any.whl

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/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = 'DataCebo, Inc.'
4
4
  __email__ = 'info@sdv.dev'
5
- __version__ = '0.12.1'
5
+ __version__ = '0.12.2.dev0'
6
6
 
7
7
  import sys
8
8
  import warnings
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: copulas
3
- Version: 0.12.1
3
+ Version: 0.12.2.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
@@ -40,45 +40,46 @@ Requires-Dist: scipy>=1.9.2; python_version >= "3.10" and python_version < "3.12
40
40
  Requires-Dist: scipy>=1.12.0; python_version >= "3.12" and python_version < "3.13"
41
41
  Requires-Dist: scipy>=1.14.1; python_version >= "3.13"
42
42
  Provides-Extra: tutorials
43
- Requires-Dist: markupsafe<=2.0.1; extra == "tutorials"
43
+ Requires-Dist: markupsafe>=2.0.1; extra == "tutorials"
44
44
  Requires-Dist: scikit-learn>=0.24; python_version < "3.12" and extra == "tutorials"
45
45
  Requires-Dist: scikit-learn>=1.3.1; python_version >= "3.12" and extra == "tutorials"
46
- Requires-Dist: jupyter<2,>=1.0.0; extra == "tutorials"
46
+ Requires-Dist: jupyter>=1.0.0; extra == "tutorials"
47
47
  Provides-Extra: test
48
48
  Requires-Dist: copulas[tutorials]; extra == "test"
49
- Requires-Dist: pytest<7,>=6.2.5; extra == "test"
50
- Requires-Dist: pytest-cov<3,>=2.6.0; extra == "test"
51
- Requires-Dist: pytest-rerunfailures<15,>=10.3; extra == "test"
52
- Requires-Dist: rundoc<0.5,>=0.4.3; extra == "test"
53
- Requires-Dist: tomli<3,>=2.0.0; extra == "test"
49
+ Requires-Dist: pytest>=6.2.5; extra == "test"
50
+ Requires-Dist: pytest-cov>=2.6.0; extra == "test"
51
+ Requires-Dist: pytest-rerunfailures>=10.3; extra == "test"
52
+ Requires-Dist: rundoc>=0.4.3; extra == "test"
53
+ Requires-Dist: tomli>=2.0.0; extra == "test"
54
54
  Provides-Extra: dev
55
55
  Requires-Dist: copulas[test,tutorials]; extra == "dev"
56
56
  Requires-Dist: pip>=9.0.1; extra == "dev"
57
- Requires-Dist: build<2,>=1.0.0; extra == "dev"
58
- Requires-Dist: bump-my-version<1,>=0.18.3; extra == "dev"
59
- Requires-Dist: watchdog<5,>=1.0.1; extra == "dev"
60
- Requires-Dist: m2r<0.3,>=0.2.0; extra == "dev"
61
- Requires-Dist: nbsphinx<0.7,>=0.5.0; extra == "dev"
62
- Requires-Dist: Sphinx<3,>=1.7.1; extra == "dev"
63
- Requires-Dist: sphinx_rtd_theme<0.5,>=0.2.4; extra == "dev"
64
- Requires-Dist: sphinxcontrib_applehelp<1.0.8; extra == "dev"
65
- Requires-Dist: sphinxcontrib-devhelp<1.0.6; extra == "dev"
66
- Requires-Dist: sphinxcontrib-htmlhelp<2.0.5; extra == "dev"
67
- Requires-Dist: sphinxcontrib_serializinghtml<1.1.10; extra == "dev"
68
- Requires-Dist: sphinxcontrib_qthelp<1.0.7; extra == "dev"
69
- Requires-Dist: alabaster<0.7.13; extra == "dev"
70
- Requires-Dist: Jinja2<3,>=2; python_version < "3.12" and extra == "dev"
71
- Requires-Dist: Jinja2<4,>=2; python_version >= "3.12" and extra == "dev"
57
+ Requires-Dist: build>=1.0.0; extra == "dev"
58
+ Requires-Dist: bump-my-version>=0.18.3; extra == "dev"
59
+ Requires-Dist: watchdog>=1.0.1; extra == "dev"
60
+ Requires-Dist: nbsphinx<0.10,>=0.9.7; extra == "dev"
61
+ Requires-Dist: Sphinx<7.5,>=7.4.7; extra == "dev"
62
+ Requires-Dist: sphinx_rtd_theme<3.1,>=3.0.2; extra == "dev"
63
+ Requires-Dist: sphinxcontrib_applehelp<2.1,>=2.0.0; extra == "dev"
64
+ Requires-Dist: sphinxcontrib-devhelp<2.1,>=2.0.0; extra == "dev"
65
+ Requires-Dist: sphinxcontrib-htmlhelp<2.2,>=2.1.0; extra == "dev"
66
+ Requires-Dist: sphinxcontrib_serializinghtml<2.1,>=2.0.0; extra == "dev"
67
+ Requires-Dist: sphinxcontrib_qthelp<2.1,>=2.0.0; extra == "dev"
68
+ Requires-Dist: alabaster<0.8,>=0.7.16; extra == "dev"
69
+ Requires-Dist: lxml-html-clean<0.5,>=0.4.1; extra == "dev"
70
+ Requires-Dist: Jinja2<3.2,>=3.1.6; extra == "dev"
71
+ Requires-Dist: myst_parser<4.1,>=3.0.1; extra == "dev"
72
72
  Requires-Dist: ruff<1,>=0.3.2; extra == "dev"
73
73
  Requires-Dist: twine<4,>=1.10.0; extra == "dev"
74
74
  Requires-Dist: wheel>=0.30.0; extra == "dev"
75
- Requires-Dist: coverage<6,>=4.5.1; extra == "dev"
75
+ Requires-Dist: coverage<7.8,>=7.7.1; extra == "dev"
76
76
  Requires-Dist: tox<4,>=2.9.1; extra == "dev"
77
77
  Requires-Dist: invoke; extra == "dev"
78
- Requires-Dist: urllib3<1.26,>=1.20; extra == "dev"
79
- Requires-Dist: tabulate<0.9,>=0.8.3; extra == "dev"
80
- Requires-Dist: boto3<1.10,>=1.7.47; extra == "dev"
81
- Requires-Dist: docutils<0.15,>=0.10; extra == "dev"
78
+ Requires-Dist: urllib3<2.4,>=1.26.20; extra == "dev"
79
+ Requires-Dist: tabulate<0.10,>=0.9.0; extra == "dev"
80
+ Requires-Dist: boto3<1.38,>=1.37.18; extra == "dev"
81
+ Requires-Dist: docutils<0.22,>=0.21.2; extra == "dev"
82
+ Dynamic: license-file
82
83
 
83
84
  <p style="text-align:center">
84
85
  <i>This repository is part of <a href="https://sdv.dev">The Synthetic Data Vault Project</a>, a project from <a href="https://datacebo.com">DataCebo</a>.</i>
@@ -1,4 +1,4 @@
1
- copulas/__init__.py,sha256=5AnAnrrk2f7kwUiO8ax1QBkMxXMvWkTdwtAT71BvkoI,2924
1
+ copulas/__init__.py,sha256=iu3UyxbJJ4f-QZacGw-zGDIYASg7dcU5xX5VY5ba27Y,2929
2
2
  copulas/datasets.py,sha256=uyiiEV2E_vztiIEIFR71yzMYXu_ZAlnP04Mhcv-me_0,6769
3
3
  copulas/errors.py,sha256=YDb1uhFOsht_9ynu4MYyZJgdUQWoI_WoWzG1JfGdvzU,93
4
4
  copulas/utils.py,sha256=2wWVVx-FMOhjPDt58ZgfFHQzVdLsMo44IPh7ccaIALE,6789
@@ -27,8 +27,8 @@ copulas/univariate/selection.py,sha256=nETHnLB89lTf5CPSEX28Xu2cNySQU7yhW2gZRu4Ot
27
27
  copulas/univariate/student_t.py,sha256=r4_sHdEX4C74byC5_i60e8f2DT-J8RqGyjzeCtZkwbM,777
28
28
  copulas/univariate/truncated_gaussian.py,sha256=ugr3Lm-rzadRIwsi1FTYpziNoNiP7t2iBQNGbfrFrKs,1999
29
29
  copulas/univariate/uniform.py,sha256=BkGaEZkitKpDAEkMscvLVLJ4U-j6gZuZqnZiBtCVr8Y,686
30
- copulas-0.12.1.dist-info/LICENSE,sha256=cORU2kpIo9Qyy7Kv2ZpYDIIcksrjqlNEL9c9Ic1ayo0,4822
31
- copulas-0.12.1.dist-info/METADATA,sha256=NAM8XtmnBRfV4JD3pp7JpXBQZGhTa-sAnNnHJDdSXZU,9436
32
- copulas-0.12.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
33
- copulas-0.12.1.dist-info/top_level.txt,sha256=xNXWuWoZ-U3Gb734WqQxkF5RIeGDVU3IstjD-RnWsk8,8
34
- copulas-0.12.1.dist-info/RECORD,,
30
+ copulas-0.12.2.dev0.dist-info/licenses/LICENSE,sha256=cORU2kpIo9Qyy7Kv2ZpYDIIcksrjqlNEL9c9Ic1ayo0,4822
31
+ copulas-0.12.2.dev0.dist-info/METADATA,sha256=xLyJ3e1zN3kN14zthusgfwE7vfuZG5cDujFUsvX-1nA,9451
32
+ copulas-0.12.2.dev0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
33
+ copulas-0.12.2.dev0.dist-info/top_level.txt,sha256=xNXWuWoZ-U3Gb734WqQxkF5RIeGDVU3IstjD-RnWsk8,8
34
+ copulas-0.12.2.dev0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5