Releases: titanscouting/tra-analysis
Release v4.0.0
Release Notes
Version 4.0.0 is a major enhancement release. The package structure has not been changed but support for some legacy features kept in v 3.0.0 were removed.
Important Changes
- deprecated all *_obj.py compatibility modules
- deprecated titanlearn.py
- deprecated visualization.py
- removed extra submodule imports in Analysis
Full Changelog
Refer to each module for their changelog. Refer to #85 for general changelog.
Compatibility Notes
- Submodules ending wit "_obj" have been dropped. Use their non obj counterparts and refer to documentation for how they work. Generally, the function invocation is the same but the submodule invocation has lost its classness
- This change removes the old module compatibility of v 3.0.0.
Release v3.0.0
Release Notes
Version 3.0.0 is a major enhancement release. The package structure has been changed and dropped support for some v 2.x features.
Important Changes
- Module path and name changes
- Some modules lost "classness"
- Major bugfixes in SVM and StatisticalTest
- New submodule: Equation
- Significant overhaul to unit testing
Full Changelog
Refer to each module for their changelog. Refer to #73 for general changelog.
Compatibility Notes
- Submodules which were imported in v 2.x using
import tra_analysis.analysis.<Module>will now be imported byimport tra_analysis.<Module> - Some modules which were classes are now organized in a module/function relation. Functions called in v 2.x with
<Module>().<function()>will now be called with<Module>.<function>() - Compatibility with old method and imports are preserved in this update, but will not be preserved in future updates
Release v2.0.3
- Rename analysis package to tra_analysis
- Release on PyPI as release is created on GitHub
Includes:
analysis pkg v 2.0.3
analysis.py v 2.0.2
Release v1.0.5d
Small fixes, includes:
analysis pkg v 1.0.0.12
analysis.py v 1.2.0.004
Release v1.0.5c
Small incremental changes, includes:
analysis pkg v 1.0.0.11
analysis.py v 1.1.13.009
superscript.py v 0.0.5.002
Release v1.0.5b
Final release before implementing an ARM variant of analysis.
Includes:
analysis pkg v 1.0.0.010
analysis.py v 1.1.13.008
Release v1.0.5a
Final release for the 2020 season. Further updates will be maintained as needed.
Includes:
analysis pkg v 1.0.0.9
analysis.py v 1.1.13.007
Release v1.0.4b
Preemptive staging release for Peoria
Release v1.0.4
Midwest Regional Patches consolidated
Includes:
analysis.py v 1.1.13.006
superscript.py v 0.0.4.002
analysis pkg v 1.0.0.8
Release v1.0.3
Post Day 1 patches and updates for Midwest Regional
Includes:
analysis.py v 1.1.13.005
analysis pkg v 1.0.0.7
superscript.py v 0.0.4.002