mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
analysis.py - v 1.0.8.004
changelog - removed a few unused dependencies
This commit is contained in:
parent
e1ed9656ca
commit
53f0229d7d
@ -7,10 +7,12 @@
|
|||||||
#number of easter eggs: 2
|
#number of easter eggs: 2
|
||||||
#setup:
|
#setup:
|
||||||
|
|
||||||
__version__ = "1.0.8.003"
|
__version__ = "1.0.8.004"
|
||||||
|
|
||||||
#changelog should be viewed using print(analysis.__changelog__)
|
#changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.0.8.004:
|
||||||
|
- removed a few unused dependencies
|
||||||
1.0.8.003:
|
1.0.8.003:
|
||||||
- added p_value function
|
- added p_value function
|
||||||
1.0.8.002:
|
1.0.8.002:
|
||||||
@ -137,7 +139,6 @@ from fractions import Fraction
|
|||||||
from itertools import groupby
|
from itertools import groupby
|
||||||
import math
|
import math
|
||||||
import matplotlib
|
import matplotlib
|
||||||
from multiprocessing import Process
|
|
||||||
import numbers
|
import numbers
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pandas
|
import pandas
|
||||||
|
Loading…
Reference in New Issue
Block a user