analysis.py - v 1.0.8.004

changelog
- removed a few unused dependencies
This commit is contained in:
ltcptgeneral 2019-01-26 10:11:54 -06:00
parent 8c35d8a3f6
commit 0021eed5fb

View File

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