diff --git a/EDAspy.egg-info/PKG-INFO b/EDAspy.egg-info/PKG-INFO index 361d4f3..04e0907 100644 --- a/EDAspy.egg-info/PKG-INFO +++ b/EDAspy.egg-info/PKG-INFO @@ -1,13 +1,17 @@ Metadata-Version: 2.1 Name: EDAspy -Version: 0.1.1 +Version: 0.1.2 Summary: Estimation of Distribution Algorithms Home-page: https://github.com/VicentePerezSoloviev/EDAspy Author: Vicente P. Soloviev Author-email: vicente.perez.soloviev@gmail.com License: LGPLv2+ -Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.1.tar.gz -Description: # EDAspy +Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.2.tar.gz +Description: [![PyPI version fury.io](https://badge.fury.io/py/EDAspy.svg)](https://pypi.python.org/pypi/EDAspy/) + [![PyPI license](https://img.shields.io/pypi/l/EDAspy.svg)](https://pypi.python.org/pypi/EDAspy/) + [![PyPI license](https://img.shields.io/pypi/dm/EDAspy)](https://pypi.python.org/pypi/EDAspy/) + + # EDAspy ## Description @@ -171,7 +175,7 @@ Description: # EDAspy Keywords: EDA,estimation,bayesian,evolutionary,algorithm,optimization Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable -Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) Classifier: Operating System :: OS Independent Requires-Python: >=3.6 diff --git a/EDAspy.egg-info/SOURCES.txt b/EDAspy.egg-info/SOURCES.txt index 0ec1924..01c8244 100644 --- a/EDAspy.egg-info/SOURCES.txt +++ b/EDAspy.egg-info/SOURCES.txt @@ -15,4 +15,8 @@ EDAspy/optimization/multivariate/__matrix.py EDAspy/optimization/univariate/__init__.py EDAspy/optimization/univariate/continuous.py EDAspy/optimization/univariate/discrete.py -tests/__init__.py \ No newline at end of file +EDAspy/tests/__init__.py +EDAspy/tests/test_EDA_multivariate_gaussian.py +EDAspy/tests/test___matrix.py +EDAspy/tests/test_continuous.py +EDAspy/tests/test_discrete.py \ No newline at end of file diff --git a/EDAspy.egg-info/top_level.txt b/EDAspy.egg-info/top_level.txt index 5263bb9..f492b68 100644 --- a/EDAspy.egg-info/top_level.txt +++ b/EDAspy.egg-info/top_level.txt @@ -1,2 +1 @@ EDAspy -tests diff --git a/dist/EDAspy-0.1.1.tar.gz b/dist/EDAspy-0.1.1.tar.gz deleted file mode 100644 index 1f23b39..0000000 Binary files a/dist/EDAspy-0.1.1.tar.gz and /dev/null differ diff --git a/setup.py b/setup.py index 30c8ead..0bde899 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ setuptools.setup( name="EDAspy", - version="0.1.1", + version="0.1.2", author="Vicente P. Soloviev", author_email="vicente.perez.soloviev@gmail.com", description="Estimation of Distribution Algorithms", long_description=long_description, long_description_content_type="text/markdown", - download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.1.tar.gz", + download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.2.tar.gz", url="https://github.com/VicentePerezSoloviev/EDAspy", packages=setuptools.find_packages(), classifiers=[