File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project follows [semantic versioning](https://semver.org/).
4
4
5
5
## Unreleased
6
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
+
7
10
## 2020-04-07 - v0.8.0
8
11
* ** Added** the _ artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
9
12
Original file line number Diff line number Diff line change 3
3
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
4
4
# ------------------------------------------------------------------------------------------------------
5
5
6
- __version__ = '0.8.0 '
6
+ __version__ = '0.8.1 '
You can’t perform that action at this time.
0 commit comments