Skip to content

Commit

Permalink
Release v.0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Sep 24, 2017
1 parent 46e980b commit 37b4528
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@ History
0.1.4 (2017-08-03)
~~~~~~~~~~~~~~~~~

* Well, this is embarassing...
* Added a patch to fix :code:`pip` installation
* Added a patch to fix :code:`pip` installation

0.1.5 (2017-08-11)
~~~~~~~~~~~~~~~~~~

* Added graphics environment to plot the costs and swarm movement in 2D/3D

0.1.6 (2017-09-24)
~~~~~~~~~~~~~~~~~~

* Added hyperparameter search tools: GridSearch and RandomSearch
* Updated structure of Base classes for higher extensibility
* More robust tests for PlotEnvironment
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='pyswarms',
version='0.1.5',
version='0.1.6',
description="A Python-based Particle Swarm Optimization (PSO) library.",
long_description=readme + '\n\n' + history,
author="Lester James V. Miranda",
Expand Down

0 comments on commit 37b4528

Please sign in to comment.