Skip to content

Commit c534a77

Browse files
committed
🔖 v0.9.0
1 parent 860ae5d commit c534a77

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
66

7+
## 2020-07-21 - v0.9.0
8+
* Added _grey wolf optimizer_ ([#12](https://github.com/HaaLeo/swarmlib/issues/12)). Perform the grey wolf optimization algorithm on one of the selected 2D-functions. Contributed by Nimish Verma ([@NimishVerma](https://github.com/NimishVerma)) and greatly appreciated 🚀.
9+
710
## 2020-04-13 - v0.8.1
811
* **Fixed** a bug that caused the ACO algorithm to fail. Due to other third party packages swarmlib now requires `matplotlib<3.2.0`.
912

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.8.1'
6+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)