mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
analysis.py v 1.2.0.001
This commit is contained in:
parent
a123b71ac9
commit
df305f30f0
@ -1,16 +1,18 @@
|
|||||||
# Titan Robotics Team 2022: Data Analysis Module
|
# Titan Robotics Team 2022: Data Analysis Module
|
||||||
# Written by Arthur Lu & Jacob Levine
|
# Written by Arthur Lu & Jacob Levine
|
||||||
# Notes:
|
# 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 should be included in the local directory or environment variable
|
||||||
# this module has been optimized for multhreaded computing
|
# this module has been optimized for multhreaded computing
|
||||||
# current benchmark of optimization: 1.33 times faster
|
# current benchmark of optimization: 1.33 times faster
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "1.2.0.000"
|
__version__ = "1.2.0.001"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.2.0.001:
|
||||||
|
- fixed docs
|
||||||
1.2.0.000:
|
1.2.0.000:
|
||||||
- cleaned up wild card imports with scipy and sklearn
|
- cleaned up wild card imports with scipy and sklearn
|
||||||
- added CorrelationTests class
|
- added CorrelationTests class
|
||||||
|
Loading…
Reference in New Issue
Block a user