Releases: kr-colab/discoal
maintenance release
a few minor bug fixes in this release
ancient sample bug fix
noticed that sweeps and ancient samples weren't playing together as expected.
bug fix release
This release has a good bit of cleanup do to the help of @molpopgen. In addition @35ajstern found a bug in the newick tree output in cases with recombination that now is fixed. thanks for all the great help folks!
v0.1.2
v0.1.2 fixes a bug reported by Yoko Satta in which no recombination simulations very rarely violate the four gamete test. This was a result of a floating point precision problem with the RNG which effectively caused collisions between sites chosen to be mutations. This should now be fixed.
discoal v0.1.1
This is the first release of discoal using the "releases" feature of GitHub. Kevin Thornton suggested that I use this feature to track changes and I agree it's an excellent idea. v0.1.1 fixes the way I had been dealing with the origination of alleles used for conditional trajectories, both neutral and beneficial. In particular I had not been accounting for changes in the mutation rate of these alleles that we condition upon (see Slatkin (2001) Simulating genealogies of selected alleles in a population of variable size). Aaron Stern noted this potential problem and suggested a fix might be to use rejection sampling of trajectories. This is now implemented in v0.1.1. All said the update has very minor effects on summaries of variation from the vast majority of demographic models, so past work done with v0.1 is likely unaffected by my previous implementation.