Skip to content

Releases: titanscouting/tra-analysis

Release v4.0.0

14 Mar 04:42

Choose a tag to compare

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

01 May 03:54
5153fc3

Choose a tag to compare

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 by import 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

10 Aug 19:51

Choose a tag to compare

  • 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

30 Apr 21:15

Choose a tag to compare

Small fixes, includes:
analysis pkg v 1.0.0.12
analysis.py v 1.2.0.004

Release v1.0.5c

12 Apr 02:53

Choose a tag to compare

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

10 Apr 03:20

Choose a tag to compare

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

18 Mar 01:08

Choose a tag to compare

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

10 Mar 05:39

Choose a tag to compare

Preemptive staging release for Peoria

Release v1.0.4

09 Mar 15:26

Choose a tag to compare

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

07 Mar 03:23

Choose a tag to compare

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