Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 22:22
· 302 commits to dev since this release
7ce0f81

PopGen v0.5.0

❗❗ Breaking Changes

  • Dropped JLD2.jl support (it's unstable between major versions, very little gain for extra deps)
  • populations() by default now returns a list of the unique populations in the PopData in order of appearance in the meta
  • populations() keyword argument changed from listall::Bool to counts::Bool
    • counts now returns what populations() previously returned by default
  • _nancycats() and _gulfsharks() removed in favor of consistent dataset(::String) syntax (macro now works in dev environment!)
  • motivational_quote() removed. It was only just barely fun while it lasted.

✨✨ New Features

  • Some under the hood stuff prepping for pairwise FST calculations (in the next release)
  • keep function has been added as an opposite to exclude, where you keep only a handful of something and remove everything else

🦟🦟 Bug fixes

  • fixed import functions (delimited, structure, genepop) incorrectly returning nothing when dropping monomorphic
  • filtering mechanics of exclude have been changed to be consistent and not cause spurious results

Diff since v0.4.5

Merged pull requests:

  • CompatHelper: bump compat for "JLD2" to "0.4" (#60) (@github-actions[bot])
  • fix file import functions (breaking) (#61) (@pdimens)