File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ All notable changes to the "swarmlib" pypi package will be documented in this fi
3
3
This project follows [ semantic versioning] ( https://semver.org/ ) .
4
4
5
5
## Unreleased
6
- * Added the _ artificial bee colony_ algorithm. After each step the intermediate solution is plotted.
7
6
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
9
11
* ** Added** dark mode. It is enabled via the ` --dark ` flag.
10
12
* ** Changed** ` --continuous ` and ` --interval ` flags. Both are now top level flags.
11
13
* ** Changed** the API of the ant colony optimization.
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.7 .0'
6
+ __version__ = '0.8 .0'
You can’t perform that action at this time.
0 commit comments