harmonypy version 0.0.6
- Replace
scipy.cluster.vq.kmeans
withscipy.cluster.vq.kmeans2
to address
issue #10 where we learned that kmeans does not always return k centroids,
but kmeans2 does return k centroids. Thanks to @onionpork and @DennisPost10
for reporting this.