mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
73da5fa68b | ||
|
7be57f7e7e |
@@ -8,7 +8,7 @@ with open("requirements.txt", 'r') as file:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="tra_analysis",
|
name="tra_analysis",
|
||||||
version="2.0.2",
|
version="2.0.3",
|
||||||
author="The Titan Scouting Team",
|
author="The Titan Scouting Team",
|
||||||
author_email="titanscout2022@gmail.com",
|
author_email="titanscout2022@gmail.com",
|
||||||
description="Analysis package developed by Titan Scouting for The Red Alliance",
|
description="Analysis package developed by Titan Scouting for The Red Alliance",
|
||||||
|
@@ -7,10 +7,12 @@
|
|||||||
# current benchmark of optimization: 1.33 times faster
|
# current benchmark of optimization: 1.33 times faster
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "2.0.2"
|
__version__ = "2.0.3"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
2.0.3:
|
||||||
|
- burn for pypi release
|
||||||
2.0.2:
|
2.0.2:
|
||||||
- rename analysis imports to tra_analysis for PyPI publishing
|
- rename analysis imports to tra_analysis for PyPI publishing
|
||||||
1.2.2.000:
|
1.2.2.000:
|
||||||
|
Reference in New Issue
Block a user