Skip to content

Two bug fixes + code simplification improving performance

Compare
Choose a tag to compare
@molpopgen molpopgen released this 08 Feb 19:51

Issues #31 and #32 are fixed.

Support for more general demography has been added.

A branch of the code involving making "gamete lookup tables" has been removed. This does not affect the API. It does simplify the code base and improve run-time performance. These lookups could be removed because the "recycling" introduced in 0.4.4 made them irrelevant, and go from something that helped performance to a performance hindrance.