Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 21:02
· 162 commits to dev since this release
07e80fb

PopGen v0.8.0

⚠️⚠️ Breaking Changes

  • dropped support for Julia <v1.6
    • new count methods we use aren't supported by previous versions

✨✨ New Things

  • k-means clustering using Kmeans++ via kmeans()
  • Principcal Component Analysis via pca()
  • new deps Clustering.jl and MultivariateStats.jl
  • Jason and Pavel both completed their doctorates!

⚡⚡ Improvements

  • allele matrix creation methods (internal) have >50% fewer LOC and are >2x faster!

🐛🐛 Bug fixes

  • none, I think

Diff since v0.7.1

Merged pull requests:

  • Pca (#97) (@pdimens)
  • CompatHelper: add new compat entry for Clustering at version 0.14, (keep existing compat) (#98) (@github-actions[bot])