Skip to content

Commit 6c29431

Browse files
committed
🔖 v0.8.1
1 parent dc59658 commit 6c29431

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-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+
710
## 2020-04-07 - v0.8.0
811
* **Added** the _artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
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.0'
6+
__version__ = '0.8.1'

0 commit comments

Comments
 (0)