Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 17:13
· 49 commits to dev since this release

PopGenSims v0.2.0

Breaking Change

  • simulate_sibship syntax replaced keywords n = Int and relationship = "fullsib" with a keyword for each relationship type:
    • fullsib::Int
    • halfsib::Int
    • unrelated::Int
    • parentoffspring::Int

So, the new function syntax looks like:

sims = simulate_sibship(popdata, fullsib = 50, halfsib = 20)

The result being that you can perform multiple simulations in one function call without having to merge the results manually!

Diff since v0.1.0