AutoStatLib 0.2.9__tar.gz → 0.2.12__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.9/src/AutoStatLib.egg-info → autostatlib-0.2.12}/PKG-INFO +2 -1
- {autostatlib-0.2.9 → autostatlib-0.2.12}/pyproject.toml +1 -1
- {autostatlib-0.2.9 → autostatlib-0.2.12}/requirements.txt +1 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/StatPlots.py +3 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/_version.py +1 -1
- {autostatlib-0.2.9 → autostatlib-0.2.12/src/AutoStatLib.egg-info}/PKG-INFO +2 -1
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib.egg-info/requires.txt +1 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/LICENSE +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/MANIFEST.in +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/README.md +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/setup.cfg +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/AutoStatLib.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/__init__.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/__main__.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/helpers.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/normality_tests.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/statistical_tests.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib/text_formatting.py +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib.egg-info/SOURCES.txt +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib.egg-info/dependency_links.txt +0 -0
- {autostatlib-0.2.9 → autostatlib-0.2.12}/src/AutoStatLib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AutoStatLib
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.12
|
|
4
4
|
Summary: AutoStatLib - a simple statistical analysis tool
|
|
5
5
|
Author: Stemonitis, SciWare LLC
|
|
6
6
|
Author-email: konung-yaropolk <yaropolk1995@gmail.com>
|
|
@@ -532,6 +532,7 @@ License-File: LICENSE
|
|
|
532
532
|
Requires-Dist: numpy
|
|
533
533
|
Requires-Dist: scipy
|
|
534
534
|
Requires-Dist: statsmodels
|
|
535
|
+
Requires-Dist: matplotlib
|
|
535
536
|
Requires-Dist: scikit-posthocs
|
|
536
537
|
Requires-Dist: pandas
|
|
537
538
|
Dynamic: license-file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# AutoStatLib package version:
|
|
2
|
-
__version__ = "0.2.
|
|
2
|
+
__version__ = "0.2.12"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AutoStatLib
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.12
|
|
4
4
|
Summary: AutoStatLib - a simple statistical analysis tool
|
|
5
5
|
Author: Stemonitis, SciWare LLC
|
|
6
6
|
Author-email: konung-yaropolk <yaropolk1995@gmail.com>
|
|
@@ -532,6 +532,7 @@ License-File: LICENSE
|
|
|
532
532
|
Requires-Dist: numpy
|
|
533
533
|
Requires-Dist: scipy
|
|
534
534
|
Requires-Dist: statsmodels
|
|
535
|
+
Requires-Dist: matplotlib
|
|
535
536
|
Requires-Dist: scikit-posthocs
|
|
536
537
|
Requires-Dist: pandas
|
|
537
538
|
Dynamic: license-file
|
|
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
|