From 84d0e7c3552adb816c00d14b10c664970efd1047 Mon Sep 17 00:00:00 2001 From: Tim Jagenberg Date: Fri, 13 Dec 2019 23:40:49 +0100 Subject: [PATCH 1/2] Opened dask, distributed, scipy dependencies (#53) --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6790a2f8..0fd83b8c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='jmetalpy', - version='1.5.1', + version='1.5.2', description='Python version of the jMetal framework', long_description=README, long_description_content_type='text/markdown', @@ -35,9 +35,9 @@ 'plotly>=3.3.0', 'matplotlib>=3.0.2', 'statsmodels>=0.9.0', - 'dask[complete]==1.2.2', - 'distributed==1.28.1', - 'scipy==1.3.0' + 'dask[complete]>=1.2.2', + 'distributed>=1.28.1', + 'scipy>=1.3.0' ], tests_require=[ 'mockito', From ea7ee01e50b1a7391e0379279f9c0dfee7d17553 Mon Sep 17 00:00:00 2001 From: benhid Date: Fri, 13 Dec 2019 23:49:25 +0100 Subject: [PATCH 2/2] Update package version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f54fe856..427d3bcd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install jmetalpy Examples of configuring and running all the included algorithms are located [in the `examples` folder](examples). ## Features -The current release of jMetalPy (v1.5.1) contains the following components: +The current release of jMetalPy (v1.5.2) contains the following components: * Algorithms: local search, genetic algorithm, evolution strategy, simulated annealing, random search, NSGA-II, NSGA-III, SMPSO, OMOPSO, MOEA/D, MOEA/D-DRA, MOEA/D-IEpsilon, GDE3, SPEA2, HYPE, IBEA. Preference articulation-based algorithms (G-NSGA-II, G-GDE3, G-SPEA2, SMPSO/RP); Dynamic versions of NSGA-II, SMPSO, and GDE3. * Parallel computing based on Apache Spark and Dask.