mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
analysis.py v 1.2.1.003
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
8dc1089f34
commit
28ec5a3471
@ -7,10 +7,12 @@
|
|||||||
# current benchmark of optimization: 1.33 times faster
|
# current benchmark of optimization: 1.33 times faster
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "1.2.1.002"
|
__version__ = "1.2.1.003"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.2.1.003:
|
||||||
|
- fixed __al__
|
||||||
1.2.1.002:
|
1.2.1.002:
|
||||||
- renamed ArrayTest class to Array
|
- renamed ArrayTest class to Array
|
||||||
1.2.1.001:
|
1.2.1.001:
|
||||||
@ -315,7 +317,7 @@ __all__ = [
|
|||||||
'RandomForrest',
|
'RandomForrest',
|
||||||
'CorrelationTest',
|
'CorrelationTest',
|
||||||
'StatisticalTest',
|
'StatisticalTest',
|
||||||
'ArrayTest',
|
'Array',
|
||||||
# all statistics functions left out due to integration in other functions
|
# all statistics functions left out due to integration in other functions
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user