mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
analysis.py - v 1.0.8.002
changelog: - updated __all__ correctly to contain changes made in v 1.0.8.000 and v 1.0.8.001
This commit is contained in:
parent
71337c0fd5
commit
9dbd897323
@ -7,10 +7,12 @@
|
|||||||
#number of easter eggs: 2
|
#number of easter eggs: 2
|
||||||
#setup:
|
#setup:
|
||||||
|
|
||||||
__version__ = "1.0.8.001"
|
__version__ = "1.0.8.002"
|
||||||
|
|
||||||
#changelog should be viewed using print(analysis.__changelog__)
|
#changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.0.8.002:
|
||||||
|
- updated __all__ correctly to contain changes made in v 1.0.8.000 and v 1.0.8.001
|
||||||
1.0.8.001:
|
1.0.8.001:
|
||||||
- refactors
|
- refactors
|
||||||
- bugfixes
|
- bugfixes
|
||||||
@ -104,6 +106,7 @@ __all__ = [
|
|||||||
'load_csv',
|
'load_csv',
|
||||||
'basic_stats',
|
'basic_stats',
|
||||||
'z_score',
|
'z_score',
|
||||||
|
'z_normalize',
|
||||||
'stdev_z_split',
|
'stdev_z_split',
|
||||||
'histo_analysis', #histo_analysis_old is intentionally left out as it has been depreciated since v 1.0.1.005
|
'histo_analysis', #histo_analysis_old is intentionally left out as it has been depreciated since v 1.0.1.005
|
||||||
'poly_regression',
|
'poly_regression',
|
||||||
@ -114,6 +117,7 @@ __all__ = [
|
|||||||
'calc_overfit',
|
'calc_overfit',
|
||||||
'strip_data',
|
'strip_data',
|
||||||
'optimize_regression',
|
'optimize_regression',
|
||||||
|
'select_best_regression',
|
||||||
'basic_analysis',
|
'basic_analysis',
|
||||||
#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