diff --git a/ecnet/__init__.py b/ecnet/__init__.py index ae8704e..95021aa 100644 --- a/ecnet/__init__.py +++ b/ecnet/__init__.py @@ -3,4 +3,4 @@ import ecnet.error_utils import ecnet.model import ecnet.limit_parameters -__version__ = '2.0.0' +__version__ = '2.0.1' diff --git a/ecnet/data_utils.py b/ecnet/data_utils.py index 60be73f..96c5b20 100644 --- a/ecnet/data_utils.py +++ b/ecnet/data_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/data_utils.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains the "DataFrame" class, and functions for processing/importing/ diff --git a/ecnet/error_utils.py b/ecnet/error_utils.py index 1668bd6..0556351 100644 --- a/ecnet/error_utils.py +++ b/ecnet/error_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains functions for error calculations diff --git a/ecnet/fitness_functions.py b/ecnet/fitness_functions.py index edca377..70f58e8 100644 --- a/ecnet/fitness_functions.py +++ b/ecnet/fitness_functions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/fitness_functions.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains fitness functions used for input dimensionality reduction, diff --git a/ecnet/limit_parameters.py b/ecnet/limit_parameters.py index feed44f..f98b2e6 100644 --- a/ecnet/limit_parameters.py +++ b/ecnet/limit_parameters.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/limit_parameters.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains the functions necessary for reducing the input dimensionality of a diff --git a/ecnet/model.py b/ecnet/model.py index 4bf71f6..69e537d 100644 --- a/ecnet/model.py +++ b/ecnet/model.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains functions necessary creating, training, saving, and reusing neural diff --git a/ecnet/server.py b/ecnet/server.py index 5014e93..ae5ff90 100644 --- a/ecnet/server.py +++ b/ecnet/server.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/server.py -# v.2.0.0 +# v.2.0.1 # Developed in 2018 by Travis Kessler # # Contains the "Server" class, which handles ECNet project creation, neural diff --git a/setup.py b/setup.py index 069b1ae..1e3321d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ecnet', - version='2.0.0', + version='2.0.1', description='UMass Lowell Energy and Combustion Research Laboratory Neural Network Software', url='http://github.com/tjkessler/ecnet', author='Travis Kessler, Hernan Gelaf-Romer, Sanskriti Sharma',