Skip to content

Commit

Permalink
🔖 v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Apr 13, 2020
1 parent dc59658 commit 6c29431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project follows [semantic versioning](https://semver.org/).

## Unreleased

## 2020-04-13 - v0.8.1
* **Fixed** a bug that caused the ACO algorithm to fail. Due to other third party packages swarmlib now requires `matplotlib<3.2.0`.

## 2020-04-07 - v0.8.0
* **Added** the _artificial bee colony_ algorithm. After each step the intermediate solution is plotted.

Expand Down
2 changes: 1 addition & 1 deletion swarmlib/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 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 comments on commit 6c29431

Please sign in to comment.