copulas 0.11.1__tar.gz → 0.11.1.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.11.1 → copulas-0.11.1.dev0}/PKG-INFO +1 -1
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/__init__.py +1 -1
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas.egg-info/PKG-INFO +1 -1
- {copulas-0.11.1 → copulas-0.11.1.dev0}/pyproject.toml +2 -3
- {copulas-0.11.1 → copulas-0.11.1.dev0}/LICENSE +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/README.md +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/__init__.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/base.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/clayton.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/frank.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/gumbel.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/independence.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/bivariate/utils.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/datasets.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/multivariate/__init__.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/multivariate/base.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/multivariate/gaussian.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/multivariate/tree.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/multivariate/vine.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/optimize/__init__.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/__init__.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/base.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/beta.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/gamma.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/gaussian.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/gaussian_kde.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/log_laplace.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/selection.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/student_t.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/truncated_gaussian.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/univariate/uniform.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas/visualization.py +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas.egg-info/SOURCES.txt +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas.egg-info/dependency_links.txt +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas.egg-info/requires.txt +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/copulas.egg-info/top_level.txt +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/setup.cfg +0 -0
- {copulas-0.11.1 → copulas-0.11.1.dev0}/tests/test_tasks.py +0 -0
|
@@ -149,7 +149,7 @@ namespaces = false
|
|
|
149
149
|
]
|
|
150
150
|
|
|
151
151
|
[tool.bumpversion]
|
|
152
|
-
current_version = "0.11.1"
|
|
152
|
+
current_version = "0.11.1.dev0"
|
|
153
153
|
commit = true
|
|
154
154
|
tag = true
|
|
155
155
|
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
|
|
@@ -181,8 +181,7 @@ exclude = [
|
|
|
181
181
|
".tox",
|
|
182
182
|
".git",
|
|
183
183
|
"__pycache__",
|
|
184
|
-
".ipynb_checkpoints"
|
|
185
|
-
"*.ipynb"
|
|
184
|
+
".ipynb_checkpoints"
|
|
186
185
|
]
|
|
187
186
|
|
|
188
187
|
[tool.ruff.lint]
|
|
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
|