==================
  MIGA CHANGELOG
==================

The rules for this file:
    * entries are sorted newest-first.
    * summarize sets of changes - don't reproduce every git log comment here.
    * don't ever delete anything.
    * keep the format consistent (79 char width, M/D/Y date format) and do not
      use tabs but use spaces for formatting
    * accompany each entry with github issue/PR number (Issue #xyz)

------------------------------------------------------------------------------

09/??/2018 Caio S. Souza

    * 1.0

Enhancements

    * Added Python interface through the MIGA class.
    * CPU multithreading implementation for the genetic algorithm.
    * Optimized GPU implementation for the genetic algorithm.
    * Simpler reference GPU implementation for the genetic algorithm.
    * Tests for all implementaions and the MIGA class

Fixes

Changes

Deprecations

------------------------------------------------------------------------------
