Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 01:37
583dc6a

PopGenSims v0.0.4

Diff since v0.0.3

Breaking changes

  • none

Nonbreaking Changes

  • Randoms.jl is now a dependency
  • updated TagBot.yml for non-cron triggering

Bugfixes

  • incorrect ploidy hardcoding in simulate()
  • docstring for simulate_sample
  • type inference for allele_pool(::PopData)
  • correctly import allele_freq from PopGen.jl
  • correctly import Weights from StatsBase.jl

New Features

  • unit testing via github-actions CI for all functions
  • all instances of rand() and sample() now use Xorshifts.Xoroshiro128Star() from RandomNumbers instead of MersenneTwister() from Base

Merged pull requests:

  • CompatHelper: bump compat for "PooledArrays" to "1.1" (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for "RandomNumbers" at version "1.4" (#19) (@github-actions[bot])
  • release 0.0.4 (#20) (@pdimens)