From 8d387b6beeb6d323bcee27c50d15b351fe20ed2d Mon Sep 17 00:00:00 2001 From: ltcptgeneral <35508619+ltcptgeneral@users.noreply.github.com> Date: Wed, 22 Apr 2020 03:32:34 +0000 Subject: [PATCH] analysis.py v 1.2.0.002 --- analysis-master/analysis-amd64/analysis/analysis.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/analysis-master/analysis-amd64/analysis/analysis.py b/analysis-master/analysis-amd64/analysis/analysis.py index 037b687c..214d714a 100644 --- a/analysis-master/analysis-amd64/analysis/analysis.py +++ b/analysis-master/analysis-amd64/analysis/analysis.py @@ -7,10 +7,12 @@ # current benchmark of optimization: 1.33 times faster # setup: -__version__ = "1.2.0.001" +__version__ = "1.2.0.002" # changelog should be viewed using print(analysis.__changelog__) __changelog__ = """changelog: + 1.2.0.002: + - fixed docs 1.2.0.001: - fixed docs 1.2.0.000: @@ -283,6 +285,8 @@ __all__ = [ 'SVM', 'random_forest_classifier', 'random_forest_regressor', + 'CorrelationTests', + 'RegressionTests', # all statistics functions left out due to integration in other functions ]