~~~~~~
**2014-06-23**
* Start of ``pyeasyga`` development.
**2014-07-03**
* Implemented all of basic GA functionality
* Fix issue with odd-numbered population that causes an off-by-one error in the
population size
* Set default ga selection function to tournament_selection
* Created examples to show how to use the library
* Start versioning (better late than never); copied jeffknupp’s
update_version.sh from `sandman <https://github.com/jeffknupp/sandman/>`_
**selected versioning standard:** major.minor.micro (e.g. 2.1.5)
- major => big changes that can break compatibility
- minor => new features
- micro => bug fixes