mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
superscript.py v 0.0.1.001
This commit is contained in:
parent
8265242e89
commit
db02e04f14
Binary file not shown.
@ -3,10 +3,12 @@
|
|||||||
# Notes:
|
# Notes:
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "0.0.1.000"
|
__version__ = "0.0.1.001"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
0.0.1.001:
|
||||||
|
- cleaned up imports
|
||||||
0.0.1.000:
|
0.0.1.000:
|
||||||
- tested working, can push to database
|
- tested working, can push to database
|
||||||
0.0.0.009:
|
0.0.0.009:
|
||||||
@ -54,9 +56,6 @@ __all__ = [
|
|||||||
# imports:
|
# imports:
|
||||||
|
|
||||||
from analysis import analysis as an
|
from analysis import analysis as an
|
||||||
from numba import jit
|
|
||||||
import numpy as np
|
|
||||||
import pickle
|
|
||||||
import data as d
|
import data as d
|
||||||
try:
|
try:
|
||||||
from analysis import trueskill as Trueskill
|
from analysis import trueskill as Trueskill
|
||||||
|
Loading…
Reference in New Issue
Block a user