From df305f30f009c1e1f38084d2cd03168bf84f2320 Mon Sep 17 00:00:00 2001 From: ltcptgeneral <35508619+ltcptgeneral@users.noreply.github.com> Date: Tue, 21 Apr 2020 04:08:00 +0000 Subject: [PATCH] analysis.py v 1.2.0.001 --- analysis-master/analysis-amd64/analysis/analysis.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/analysis-master/analysis-amd64/analysis/analysis.py b/analysis-master/analysis-amd64/analysis/analysis.py index 533a31af..037b687c 100644 --- a/analysis-master/analysis-amd64/analysis/analysis.py +++ b/analysis-master/analysis-amd64/analysis/analysis.py @@ -1,16 +1,18 @@ # Titan Robotics Team 2022: Data Analysis Module # Written by Arthur Lu & Jacob Levine # Notes: -# this should be imported as a python module using 'import analysis' +# this should be imported as a python module using 'from analysis import analysis' # this should be included in the local directory or environment variable # this module has been optimized for multhreaded computing # current benchmark of optimization: 1.33 times faster # setup: -__version__ = "1.2.0.000" +__version__ = "1.2.0.001" # changelog should be viewed using print(analysis.__changelog__) __changelog__ = """changelog: + 1.2.0.001: + - fixed docs 1.2.0.000: - cleaned up wild card imports with scipy and sklearn - added CorrelationTests class