mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-09 16:17:22 +00:00
Merge pull request #72 from titanscouting/submoduling
reflect changed version 3.0.0 to master-staged
This commit is contained in:
@@ -7,10 +7,13 @@
|
|||||||
# current benchmark of optimization: 1.33 times faster
|
# current benchmark of optimization: 1.33 times faster
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "2.1.0-alpha.3"
|
__version__ = "3.0.0-alpha.4"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
3.0.0-alpha.4:
|
||||||
|
- changed version to 3 because of significant changes
|
||||||
|
- added backwards compatibility inport of analysis
|
||||||
2.1.0-alpha.3:
|
2.1.0-alpha.3:
|
||||||
- fixed indentation in meta data
|
- fixed indentation in meta data
|
||||||
2.1.0-alpha.2:
|
2.1.0-alpha.2:
|
||||||
@@ -31,6 +34,7 @@ __all__ = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
from . import Analysis as Analysis
|
from . import Analysis as Analysis
|
||||||
|
from . import Analysis as analysis
|
||||||
from .Array import Array
|
from .Array import Array
|
||||||
from .ClassificationMetric import ClassificationMetric
|
from .ClassificationMetric import ClassificationMetric
|
||||||
from . import CorrelationTest
|
from . import CorrelationTest
|
||||||
|
Reference in New Issue
Block a user