From 79e77af304bb4737f47504777339915bbf2f88d2 Mon Sep 17 00:00:00 2001 From: ltcptgeneral Date: Fri, 13 Sep 2019 12:33:02 -0500 Subject: [PATCH] analysis.py v 1.1.0.001 --- data analysis/analysis/analysis.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data analysis/analysis/analysis.py b/data analysis/analysis/analysis.py index c61dfa21..e17b0665 100644 --- a/data analysis/analysis/analysis.py +++ b/data analysis/analysis/analysis.py @@ -7,10 +7,12 @@ # number of easter eggs: 2 # setup: -__version__ = "1.1.0.000" +__version__ = "1.1.0.001" # changelog should be viewed using print(analysis.__changelog__) __changelog__ = """changelog: +1.1.0.001: + - removed from sklearn import * to resolve uneeded wildcard imports 1.1.0.000: - removed c_entities,nc_entities,obstacles,objectives from __all__ - applied numba.jit to all functions @@ -149,7 +151,6 @@ import scipy from scipy.optimize import curve_fit from scipy import stats from sklearn import preprocessing -from sklearn import * # import statistics <-- statistics.py functions have been integrated into analysis.py as of v 1.0.3.002 import time import torch