robust-mixed-dist 0.1.0__tar.gz → 0.1.1__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.
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/PKG-INFO +6 -1
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/PKG-INFO +6 -1
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/SOURCES.txt +1 -0
- robust_mixed_dist-0.1.1/robust_mixed_dist.egg-info/requires.txt +4 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/setup.py +2 -2
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/LICENSE +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/README.md +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist/__init__.py +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist/binary.py +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist/mixed.py +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist/multiclass.py +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist/quantitative.py +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/dependency_links.txt +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/top_level.txt +0 -0
- {robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-mixed-dist
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: For more information, check out the official documentation of `robust_mixed_dist` at: https://fabioscielzoortiz.github.io/robust_mixed_dist-docu/intro.html
|
|
5
5
|
Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
|
|
6
6
|
Author: Fabio Scielzo Ortiz
|
|
@@ -11,6 +11,10 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.7
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: polars
|
|
15
|
+
Requires-Dist: numpy
|
|
16
|
+
Requires-Dist: pandas
|
|
17
|
+
Requires-Dist: scipy
|
|
14
18
|
Dynamic: author
|
|
15
19
|
Dynamic: author-email
|
|
16
20
|
Dynamic: classifier
|
|
@@ -18,6 +22,7 @@ Dynamic: description
|
|
|
18
22
|
Dynamic: description-content-type
|
|
19
23
|
Dynamic: home-page
|
|
20
24
|
Dynamic: license-file
|
|
25
|
+
Dynamic: requires-dist
|
|
21
26
|
Dynamic: requires-python
|
|
22
27
|
Dynamic: summary
|
|
23
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-mixed-dist
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: For more information, check out the official documentation of `robust_mixed_dist` at: https://fabioscielzoortiz.github.io/robust_mixed_dist-docu/intro.html
|
|
5
5
|
Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
|
|
6
6
|
Author: Fabio Scielzo Ortiz
|
|
@@ -11,6 +11,10 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.7
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: polars
|
|
15
|
+
Requires-Dist: numpy
|
|
16
|
+
Requires-Dist: pandas
|
|
17
|
+
Requires-Dist: scipy
|
|
14
18
|
Dynamic: author
|
|
15
19
|
Dynamic: author-email
|
|
16
20
|
Dynamic: classifier
|
|
@@ -18,6 +22,7 @@ Dynamic: description
|
|
|
18
22
|
Dynamic: description-content-type
|
|
19
23
|
Dynamic: home-page
|
|
20
24
|
Dynamic: license-file
|
|
25
|
+
Dynamic: requires-dist
|
|
21
26
|
Dynamic: requires-python
|
|
22
27
|
Dynamic: summary
|
|
23
28
|
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="robust-mixed-dist",
|
|
8
|
-
version="0.1.
|
|
8
|
+
version="0.1.1",
|
|
9
9
|
author="Fabio Scielzo Ortiz",
|
|
10
10
|
author_email="fabio.scielzoortiz@gmail.com",
|
|
11
11
|
description="For more information, check out the official documentation of `robust_mixed_dist` at: https://fabioscielzoortiz.github.io/robust_mixed_dist-docu/intro.html",
|
|
@@ -18,6 +18,6 @@ setup(
|
|
|
18
18
|
"License :: OSI Approved :: MIT License",
|
|
19
19
|
"Operating System :: OS Independent",
|
|
20
20
|
],
|
|
21
|
-
install_requires=[],
|
|
21
|
+
install_requires=['polars', 'numpy', 'pandas', 'scipy'],
|
|
22
22
|
python_requires=">=3.7"
|
|
23
23
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{robust_mixed_dist-0.1.0 → robust_mixed_dist-0.1.1}/robust_mixed_dist.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|