Skip to content

Commit

Permalink
Merge pull request #10 from VicentePerezSoloviev/devel
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
VicentePerezSoloviev authored Jun 11, 2020
2 parents e1d2bee + 5c3e5e2 commit 77b677c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
12 changes: 8 additions & 4 deletions EDAspy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion EDAspy.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
1 change: 0 additions & 1 deletion EDAspy.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
EDAspy
tests
Binary file removed dist/EDAspy-0.1.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 77b677c

Please sign in to comment.