From 37b452898108062123fbe4c73bb450f563ef77d6 Mon Sep 17 00:00:00 2001 From: ljvmiranda921 Date: Sun, 24 Sep 2017 10:19:31 +0900 Subject: [PATCH] Release v.0.1.6 --- HISTORY.rst | 15 +++++++++++++-- setup.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e3cd389b..5d7351d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,5 +25,16 @@ History 0.1.4 (2017-08-03) ~~~~~~~~~~~~~~~~~ -* Well, this is embarassing... -* Added a patch to fix :code:`pip` installation \ No newline at end of file +* 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 \ No newline at end of file diff --git a/setup.py b/setup.py index 5bf42583..1416e872 100644 --- a/setup.py +++ b/setup.py @@ -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",