robust-mixed-dist 0.1.2__tar.gz → 0.1.5__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.
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.2
3
+ Version: 0.1.5
4
+ Summary: Compute statistical robust distances for mixed data.
4
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
5
6
  Author: Fabio Scielzo Ortiz
6
7
  Author-email: fabio.scielzoortiz@gmail.com
@@ -23,6 +24,7 @@ Dynamic: home-page
23
24
  Dynamic: license-file
24
25
  Dynamic: requires-dist
25
26
  Dynamic: requires-python
27
+ Dynamic: summary
26
28
 
27
29
  # robust_mixed_dist
28
30
 
@@ -35,7 +37,7 @@ designed to handle this kind of data, it may lead to suboptimal results in the p
35
37
  of outlying units or underlying correlation structure.
36
38
 
37
39
  In the paper ***Grané, A., Scielzo-Ortiz, F.: On generalized Gower distance for mixed-type data: extensive simulation study and new software tools. Submitted to SORT (2025)*** robust distances for mixed-type data are defined and explored, namely **robust generalized Gower** and
38
- **robust related metric scaling**. In addition, the new Python package `robust_mixed_dist` is developed, which enables to
40
+ **robust related metric scaling**. In addition, the new Python package `robust-mixed-dist` is developed, which enables to
39
41
  compute these robust proposals as well as classical ones.
40
42
 
41
43
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
@@ -9,7 +9,7 @@ designed to handle this kind of data, it may lead to suboptimal results in the p
9
9
  of outlying units or underlying correlation structure.
10
10
 
11
11
  In the paper ***Grané, A., Scielzo-Ortiz, F.: On generalized Gower distance for mixed-type data: extensive simulation study and new software tools. Submitted to SORT (2025)*** robust distances for mixed-type data are defined and explored, namely **robust generalized Gower** and
12
- **robust related metric scaling**. In addition, the new Python package `robust_mixed_dist` is developed, which enables to
12
+ **robust related metric scaling**. In addition, the new Python package `robust-mixed-dist` is developed, which enables to
13
13
  compute these robust proposals as well as classical ones.
14
14
 
15
15
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.2
3
+ Version: 0.1.5
4
+ Summary: Compute statistical robust distances for mixed data.
4
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
5
6
  Author: Fabio Scielzo Ortiz
6
7
  Author-email: fabio.scielzoortiz@gmail.com
@@ -23,6 +24,7 @@ Dynamic: home-page
23
24
  Dynamic: license-file
24
25
  Dynamic: requires-dist
25
26
  Dynamic: requires-python
27
+ Dynamic: summary
26
28
 
27
29
  # robust_mixed_dist
28
30
 
@@ -35,7 +37,7 @@ designed to handle this kind of data, it may lead to suboptimal results in the p
35
37
  of outlying units or underlying correlation structure.
36
38
 
37
39
  In the paper ***Grané, A., Scielzo-Ortiz, F.: On generalized Gower distance for mixed-type data: extensive simulation study and new software tools. Submitted to SORT (2025)*** robust distances for mixed-type data are defined and explored, namely **robust generalized Gower** and
38
- **robust related metric scaling**. In addition, the new Python package `robust_mixed_dist` is developed, which enables to
40
+ **robust related metric scaling**. In addition, the new Python package `robust-mixed-dist` is developed, which enables to
39
41
  compute these robust proposals as well as classical ones.
40
42
 
41
43
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
@@ -5,10 +5,10 @@ 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.2",
8
+ version="0.1.5",
9
9
  author="Fabio Scielzo Ortiz",
10
10
  author_email="fabio.scielzoortiz@gmail.com",
11
- description="",
11
+ description="Compute statistical robust distances for mixed data.",
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
14
14
  url="https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package", # add your project URL here