29 Commits

Author SHA1 Message Date
Arthur Lu
95e820627f fixed badge url
Former-commit-id: 9039cde818
2021-08-26 18:20:11 -07:00
Arthur Lu
da4795a345 Update release badge
Former-commit-id: a8f0172b28
2021-08-26 18:11:25 -07:00
Arthur Lu
b561c51d21 Merge pull request #10 from titanscouting/automate-build
Automate build

Former-commit-id: a8a70d67fa
2021-06-09 14:58:21 -07:00
Arthur Lu
40191aa6b5 fixed pathing for build-CLI.*
added temp directory to gitignore


Former-commit-id: 73888cbc9e
2021-04-27 07:26:14 +00:00
Arthur Lu
6c385b5bd3 removed ThreadPoolExecutor import
Former-commit-id: 139410f7f0
2021-04-25 06:05:33 +00:00
Arthur Lu
727398d32f added sample build-cli workflow
Former-commit-id: 36dad7b22d
2021-04-25 03:51:01 +00:00
Arthur Lu
d16ef53457 added .gitattributes
Former-commit-id: 64cb232565
2021-04-15 19:41:10 +00:00
Arthur Lu
a367e7254b added compiled binaries with no file endings
to gitignore


Former-commit-id: 9fb5ba7cc4
2021-04-13 04:05:46 +00:00
Arthur Lu
78f737d45f removed compiled binaries
added compiled binaries in /dist/ to gitignore


Former-commit-id: 11d3b49d82
2021-04-13 04:03:07 +00:00
Arthur Lu
651ae0c2db removed matplotlib import
removed plotting pit analysis
fixed warning supression for win exe
superscript v 0.8.6


Former-commit-id: 1b01ede161
2021-04-12 15:13:54 -07:00
Arthur Lu
2619f9a729 created batch script for windows compilation
Former-commit-id: 241f0a62ed
2021-04-12 14:39:00 -07:00
Arthur Lu
08292d5dc8 better fix for devcontainer.json
Former-commit-id: eb5d89ea35
2021-04-12 06:30:21 +00:00
Arthur Lu
75dde2171c quick patch for devcontainer.json
Former-commit-id: 1252865ced
2021-04-12 06:27:50 +00:00
Arthur Lu
014570930a superscript v 0.8.5
Former-commit-id: 4de011ef45
2021-04-10 06:08:18 +00:00
Arthur Lu
7abfb2d90a superscript v 0.8.4
Former-commit-id: 5ea2297017
2021-04-09 23:45:16 +00:00
Arthur Lu
8f79be68d4 superscript v 0.8.3
Former-commit-id: 7d85a18b4b
2021-04-03 20:47:45 +00:00
Arthur Lu
5a454e0e39 built and verified threading fixes
Former-commit-id: 06d0df00ee
2021-04-02 22:04:06 +00:00
Arthur Lu
e6e0351288 fixed .gitignore
added build-CLI script
fixed threading in superscript


Former-commit-id: 1fa36e8694
2021-04-02 21:58:35 +00:00
Arthur Lu
70afd23f2c deleted config.json
changed superscript config lookup to relative path
added additional requirements to requirements.txt
added build spec file for superscript
2021-04-02 21:35:05 +00:00
Arthur Lu
8ede63ed04 fixed spelling in default config,
added config to git ignore
2021-04-02 01:28:25 +00:00
Dev Singh
0899d9b099 Merge pull request #3 from titanscouting/superscript-main
Merge initial changes
2021-04-01 13:40:29 -05:00
Dev Singh
51b4943307 fix ut and file structure 2021-04-01 13:38:53 -05:00
Arthur Lu
d093cc2423 Merge branch 'master' into superscript-main 2021-04-01 11:34:44 -07:00
Dev Singh
f5f0c03218 Create SECURITY.md 2021-04-01 13:11:38 -05:00
Dev Singh
4872af581a Create MAINTAINERS 2021-04-01 13:11:22 -05:00
Dev Singh
d21ba90557 Merge pull request #1 from titanscouting/add-license-1
Create LICENSE
2021-04-01 13:11:03 -05:00
Dev Singh
4b26e4c531 Create LICENSE 2021-04-01 13:10:50 -05:00
Dev Singh
bc0405665c Create CONTRIBUTING.md 2021-04-01 13:10:14 -05:00
Dev Singh
3273bdef5d Create README.md 2021-04-01 13:09:18 -05:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Red Alliance Analysis · ![GitHub release (latest by date)](https://img.shields.io/github/v/release/titanscouting/tra-superscript) # Red Alliance Analysis · ![GitHub release (latest by date)](https://img.shields.io/github/v/release/titanscout2022/tra-superscript)
Titan Robotics 2022 Strategy Team Repository for Data Analysis Tools. Included with these tools are the backend data analysis engine formatted as a python package, associated binaries for the analysis package, and premade scripts that can be pulled directly from this repository and will integrate with other Red Alliance applications to quickly deploy FRC scouting tools. Titan Robotics 2022 Strategy Team Repository for Data Analysis Tools. Included with these tools are the backend data analysis engine formatted as a python package, associated binaries for the analysis package, and premade scripts that can be pulled directly from this repository and will integrate with other Red Alliance applications to quickly deploy FRC scouting tools.

View File

@@ -16,4 +16,3 @@ pyparsing
pandas pandas
kivy==2.0.0rc2 kivy==2.0.0rc2
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability