v0.5.0
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 thePopData
in order of appearance in themeta
populations()
keyword argument changed fromlistall::Bool
tocounts::Bool
counts
now returns whatpopulations()
previously returned by default
_nancycats()
and_gulfsharks()
removed in favor of consistentdataset(::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 toexclude
, 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
Merged pull requests: