We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc59658 commit 6c29431Copy full SHA for 6c29431
CHANGELOG.md
@@ -4,6 +4,9 @@ This project follows [semantic versioning](https://semver.org/).
4
5
## Unreleased
6
7
+## 2020-04-13 - v0.8.1
8
+* **Fixed** a bug that caused the ACO algorithm to fail. Due to other third party packages swarmlib now requires `matplotlib<3.2.0`.
9
+
10
## 2020-04-07 - v0.8.0
11
* **Added** the _artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
12
swarmlib/_version.py
@@ -3,4 +3,4 @@
3
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
# ------------------------------------------------------------------------------------------------------
-__version__ = '0.8.0'
+__version__ = '0.8.1'
0 commit comments