Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jMetal/jMetalPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yebisu committed Dec 16, 2019
2 parents c2534b5 + ea7ee01 commit 7bba581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 7bba581

Please sign in to comment.