Update analysis.py

This commit is contained in:
ltcptgeneral 2019-03-02 20:18:51 -06:00
parent 7434263165
commit 442d9a9682

View File

@ -16,34 +16,34 @@ __changelog__ = """changelog:
1.0.8.004: 1.0.8.004:
- removed a few unused dependencies - removed a few unused dependencies
1.0.8.003: 1.0.8.003:
- added p_value function - added p_value function
1.0.8.002: 1.0.8.002:
- updated __all__ correctly to contain changes made in v 1.0.8.000 and v 1.0.8.001 - 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
1.0.8.000: 1.0.8.000:
- depreciated histo_analysis_old - depreciated histo_analysis_old
- depreciated debug - depreciated debug
- altered basic_analysis to take array data instead of filepath - altered basic_analysis to take array data instead of filepath
- refactor - refactor
- optimization - optimization
1.0.7.002: 1.0.7.002:
- bug fixes - bug fixes
1.0.7.001: 1.0.7.001:
- bug fixes - bug fixes
1.0.7.000: 1.0.7.000:
- added tanh_regression (logistical regression) - added tanh_regression (logistical regression)
- bug fixes - bug fixes
1.0.6.005: 1.0.6.005:
- added z_normalize function to normalize dataset - added z_normalize function to normalize dataset
- bug fixes - bug fixes
1.0.6.004: 1.0.6.004:
- bug fixes - bug fixes
1.0.6.003: 1.0.6.003:
- bug fixes - bug fixes
1.0.6.002: 1.0.6.002:
- bug fixes - bug fixes
1.0.6.001: 1.0.6.001:
- corrected __all__ to contain all of the functions - corrected __all__ to contain all of the functions
1.0.6.000: 1.0.6.000: