analysis pkg v 1.0.0.10

analysis.py v 1.1.13.008
superscript.py v 0.0.5.001
This commit is contained in:
ltcptgeneral
2020-04-09 22:16:26 -05:00
parent 57350f7ad4
commit d635fed0ae
15 changed files with 222 additions and 211 deletions

View File

@@ -0,0 +1,4 @@
requests
pymongo
pandas
dnspython

View File

@@ -3,12 +3,15 @@
# Notes:
# setup:
__version__ = "0.0.5.000"
__version__ = "0.0.5.001"
# changelog should be viewed using print(analysis.__changelog__)
__changelog__ = """changelog:
0.0.5.001:
- text fixes
- removed matplotlib requirement
0.0.5.000:
improved user interface
- improved user interface
0.0.4.002:
- removed unessasary code
0.0.4.001:
@@ -84,7 +87,6 @@ __all__ = [
from analysis import analysis as an
import data as d
import numpy as np
import matplotlib.pyplot as plt
from os import system, name
from pathlib import Path
import time