AutoStatLib 0.2.7__tar.gz → 0.2.8__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 AutoStatLib might be problematic. Click here for more details.
- {autostatlib-0.2.7/src/AutoStatLib.egg-info → autostatlib-0.2.8}/PKG-INFO +1 -1
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/AutoStatLib.py +1 -1
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/StatPlots.py +1 -1
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/_version.py +1 -1
- {autostatlib-0.2.7 → autostatlib-0.2.8/src/AutoStatLib.egg-info}/PKG-INFO +1 -1
- {autostatlib-0.2.7 → autostatlib-0.2.8}/LICENSE +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/MANIFEST.in +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/README.md +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/pyproject.toml +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/requirements.txt +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/setup.cfg +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/__init__.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/__main__.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/helpers.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/normality_tests.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/statistical_tests.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib/text_formatting.py +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib.egg-info/SOURCES.txt +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib.egg-info/dependency_links.txt +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib.egg-info/requires.txt +0 -0
- {autostatlib-0.2.7 → autostatlib-0.2.8}/src/AutoStatLib.egg-info/top_level.txt +0 -0
|
@@ -95,7 +95,7 @@ class StatisticalAnalysis(StatisticalTests, NormalityTests, TextFormatting, Help
|
|
|
95
95
|
self.posthoc_name = None
|
|
96
96
|
|
|
97
97
|
self.log('\n' + '-'*67)
|
|
98
|
-
self.log('Statistical analysis
|
|
98
|
+
self.log('Statistical analysis initiated for data in {} groups\n'.format(
|
|
99
99
|
len(self.groups_list)))
|
|
100
100
|
|
|
101
101
|
# adjusting input data type
|
|
@@ -20,7 +20,7 @@ class Helpers():
|
|
|
20
20
|
# If a colormap is provided, use it;
|
|
21
21
|
# else generate default one with n_colors colors
|
|
22
22
|
# (the best color combination is 9 imho)
|
|
23
|
-
# but we
|
|
23
|
+
# but we can change it later
|
|
24
24
|
if colormap:
|
|
25
25
|
colors_edge = [c if color.is_color_like(
|
|
26
26
|
c) else 'k' for c in colormap]
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# AutoStatLib package version:
|
|
2
|
-
__version__ = "0.2.
|
|
2
|
+
__version__ = "0.2.8"
|
|
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
|