Skip to content

Commit eff8225

Browse files
committed
🔖 v0.8.0
1 parent 4fd4be3 commit eff8225

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ All notable changes to the "swarmlib" pypi package will be documented in this fi
33
This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
6-
* Added the _artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
76

8-
## 2020-02-17 -v0.7.0
7+
## 2020-04-07 - v0.8.0
8+
* **Added** the _artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
9+
10+
## 2020-02-17 - v0.7.0
911
* **Added** dark mode. It is enabled via the `--dark` flag.
1012
* **Changed** `--continuous` and `--interval` flags. Both are now top level flags.
1113
* **Changed** the API of the ant colony optimization.

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.7.0'
6+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)