File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to the "swarmlib" pypi package will be documented in this file.
3
3
This project follows [ semantic versioning] ( https://semver.org/ ) .
4
4
5
- ## Unreleased
5
+ ## 2019-01-25 - v0.6.2
6
6
* ** Changed** cuckoo search visualization: when a nest is abandoned / newly generated color its transition differently.
7
7
* ** Fixed** cuckoo search visualization: now the abandon transition is mapped to the correct nest.
8
8
Original file line number Diff line number Diff line change 1
1
# swarmlib
2
2
3
3
[ ![ Pypi] ( https://img.shields.io/pypi/v/swarmlib.svg?style=flat-square )] ( https://pypi.python.org/pypi/swarmlib ) [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/swarmlib.svg?style=flat-square )] ( https://pypi.python.org/pypi/swarmlib ) [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/swarmlib.svg?style=flat-square )] ( https://pypistats.org/packages/swarmlib ) [ ![ Stars] ( https://img.shields.io/github/stars/HaaLeo/swarmlib.svg?label=Stars&logo=github&style=flat-square )] ( https://github.com/HaaLeo/swarmlib/stargazers )
4
- [ ![ PyPI - License] ( https://img.shields.io/pypi/l/swarmlib.svg?style=flat-square )] ( https://pypi.python.org/pypi /swarmlib )
4
+ [ ![ PyPI - License] ( https://img.shields.io/pypi/l/swarmlib.svg?style=flat-square )] ( https://raw.githubusercontent.com/HaaLeo /swarmlib/master/LICENSE.txt )
5
5
[ ![ Build Status] ( https://img.shields.io/travis/HaaLeo/swarmlib/master.svg?style=flat-square )] ( https://travis-ci.org/HaaLeo/swarmlib ) [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
6
6
[ ![ Donate] ( https://img.shields.io/badge/☕️-Buy%20Me%20a%20Coffee-blue.svg?&style=flat-square )] ( https://www.paypal.me/LeoHanisch/3eur )
7
7
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.6.1 '
6
+ __version__ = '0.6.2 '
You can’t perform that action at this time.
0 commit comments