Merge pull request #72 from titanscouting/submoduling

reflect changed version 3.0.0 to master-staged
This commit is contained in:
Arthur Lu 2021-01-26 20:40:49 -08:00 committed by GitHub
commit 4831b4d1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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