Skip to content

Commit

Permalink
Release patch v.0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Sep 25, 2017
1 parent 986d7d5 commit 8b8ae70
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ Contributors

* `@Carl-K`_
* Siobhán K Cronin (`@SioKCronin`_)
* Andrew Jarcho (`@jazcap53`_)
* Charalampos Papadimitriou (`@CPapadim`_)


.. _`@ljvmiranda921`: https://github.com/ljvmiranda921
.. _`@Carl-K`: https://github.com/Carl-K
.. _`@SioKCronin`: https://github.com/SioKCronin
.. _`@SioKCronin`: https://github.com/SioKCronin
.. _`@jazcap53`: https://github.com/jazcap53
.. _`@CPapadim`: https://github.com/CPapadim
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ History

* Added hyperparameter search tools: GridSearch and RandomSearch
* Updated structure of Base classes for higher extensibility
* More robust tests for PlotEnvironment
* More robust tests for PlotEnvironment

0.1.7 (2017-09-25)
~~~~~~~~~~~~~~~~~~

* Fixed patch on :code:`local_best.py` and :code:`binary.py`
* Git now ignores IPython notebook checkpoints
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
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.6',
version='0.1.7',
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 8b8ae70

Please sign in to comment.