File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,15 @@ 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
+
7
+ [ All Changes] ( https://github.com/HaaLeo/swarmlib/compare/v0.13.0...master )
8
+
9
+ ## 2020-11-25 - [ v0.13.0] ( https://github.com/HaaLeo/swarmlib/tree/v0.13.0 )
6
10
* ** Added** the _ whale optimization algorithm_ . After each step the solutions are plotted.
7
11
* ** Fixed** the upload of release artifacts. Now the bundled pypi packages are added as release artifacts again.
8
12
13
+ [ All Changes] ( https://github.com/HaaLeo/swarmlib/compare/v0.12.1...v0.13.0 )
14
+
9
15
## 2020-11-17 - [ v0.12.1] ( https://github.com/HaaLeo/swarmlib/tree/v0.12.1 )
10
16
* ** Fixed** swarmlib's appearance on [ pypi] ( https://pypi.org/project/swarmlib ) . Now the gif is render correctly.
11
17
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.12.1 '
6
+ __version__ = '0.13.0 '
You can’t perform that action at this time.
0 commit comments