* Drop Python 3.6 support and below (EOL). * Add newer Python versions. * Updating project URL (moved from [gfairchild](https://github.com/gfairchild)'s personal namespace to [lanl](https://github.com/lanl)'s namespace).
1.4.3
* Fixing shallow copy issue of harmony memory (16).
1.4.2
* Fixing inexplicable tab/space issue in PyPI release (15).
1.4.1
* Fixing build/deploy issue.
1.4.0
* The initial harmonies can be specified by passing a list of harmonies to `harmony_search()`. (courtesy szhan) * `HarmonySearchResults` now also stores the history of harmonies (stored every `n`th fitness evaluations, where `n` is the number of individual solutions) of each run. (courtesy szhan)
1.3.3
* `HarmonySearchResults` now also stores the last complete harmony memory from each run.