AutoStatLib 0.2.8__py3-none-any.whl → 0.2.9__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 AutoStatLib might be problematic. Click here for more details.

AutoStatLib/StatPlots.py CHANGED
@@ -85,7 +85,8 @@ class BaseStatPlot(Helpers):
85
85
  posthoc_matrix=[],
86
86
  colormap=None,
87
87
  **kwargs):
88
- self.data_groups = data_groups
88
+ self.data_groups = [group if group else [0, 0, 0, 0]
89
+ for group in data_groups]
89
90
  self.n_groups = len(self.data_groups)
90
91
  self.p = p
91
92
  self.testname = testname
AutoStatLib/_version.py CHANGED
@@ -1,2 +1,2 @@
1
1
  # AutoStatLib package version:
2
- __version__ = "0.2.8"
2
+ __version__ = "0.2.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AutoStatLib
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: AutoStatLib - a simple statistical analysis tool
5
5
  Author: Stemonitis, SciWare LLC
6
6
  Author-email: konung-yaropolk <yaropolk1995@gmail.com>
@@ -1,14 +1,14 @@
1
1
  AutoStatLib/AutoStatLib.py,sha256=06kmj2v2lANxYmgKHxPjAeQo1O0JOsMPY5RIwivE6zU,9673
2
- AutoStatLib/StatPlots.py,sha256=PbAaebXNIY7Mg1DEaCr9zYY7P57sHBoQSHmivHyKA9s,23810
2
+ AutoStatLib/StatPlots.py,sha256=kZ93_MVEKRfHojC-scgUv8LcEgiiKNvHWkve9LviHUg,23886
3
3
  AutoStatLib/__init__.py,sha256=r7VdcL7F4UCRxEFh8WFBd9y61KavX_qt7fFbKjtjfjo,137
4
4
  AutoStatLib/__main__.py,sha256=0OIv5sqFNI-diyHFtYL6HPcYrOWdLiqYYOO_nxrHuTk,283
5
- AutoStatLib/_version.py,sha256=sa51o_5TjeDF0nWr8pH4RvtmHRgEAo6aWPGXVYD-cxc,53
5
+ AutoStatLib/_version.py,sha256=VwfoY3JOSzln4KGT0D9o31d7m5AK9bZey3_YVeCfGwM,53
6
6
  AutoStatLib/helpers.py,sha256=d8P6_q706rjuc6N4WBbdOqNQFuAIjCHfmrhgJABFxqE,3646
7
7
  AutoStatLib/normality_tests.py,sha256=TYeKpfpJRzOHvDZucObuZhPktjiZpSZwh381eJ8ENC4,2381
8
8
  AutoStatLib/statistical_tests.py,sha256=xfHdTtN5Es_qoVMUwX8VFsl-FLpF3zd56S9ya7dPXVo,6566
9
9
  AutoStatLib/text_formatting.py,sha256=rWDsrlZdquook7lUg8t2mb3az8nR12BDprxfy_NwE2o,3576
10
- autostatlib-0.2.8.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
11
- autostatlib-0.2.8.dist-info/METADATA,sha256=opd1DFKS3AZr8O_lnCvrUsXpl6KK0okykYzj3JvQli8,36894
12
- autostatlib-0.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
- autostatlib-0.2.8.dist-info/top_level.txt,sha256=BuHzVyE2andc7RwD_UPmDjLl9CUAyBH6WHZGjaIReUI,12
14
- autostatlib-0.2.8.dist-info/RECORD,,
10
+ autostatlib-0.2.9.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
11
+ autostatlib-0.2.9.dist-info/METADATA,sha256=VDC6oLicIsyBdXj5Xsbvdi3FwP4QOr_9jmJX_N-5bNA,36894
12
+ autostatlib-0.2.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ autostatlib-0.2.9.dist-info/top_level.txt,sha256=BuHzVyE2andc7RwD_UPmDjLl9CUAyBH6WHZGjaIReUI,12
14
+ autostatlib-0.2.9.dist-info/RECORD,,