diff --git a/analysis-master/analysis/analysis.py b/analysis-master/analysis/analysis.py index c4cf49de..fa3c0b61 100644 --- a/analysis-master/analysis/analysis.py +++ b/analysis-master/analysis/analysis.py @@ -7,10 +7,12 @@ # current benchmark of optimization: 1.33 times faster # setup: -__version__ = "1.2.1.002" +__version__ = "1.2.1.003" # changelog should be viewed using print(analysis.__changelog__) __changelog__ = """changelog: + 1.2.1.003: + - fixed __al__ 1.2.1.002: - renamed ArrayTest class to Array 1.2.1.001: @@ -315,7 +317,7 @@ __all__ = [ 'RandomForrest', 'CorrelationTest', 'StatisticalTest', - 'ArrayTest', + 'Array', # all statistics functions left out due to integration in other functions ]