0.2.1
Minor Release
Bugfixes:
-
Fix a bug in the core LS matching algorithm in which the rate of recombination
was being incorrectly computed (#493, #514, @jeromekelleher,
@hyanwong). -
tsinfer.verify()
no longer requires that non-ancestral alleles in a SampleData
and Tree Sequence file are in the same order (#490, #492,
@hyanwong).
New Features:
- Inferred ancestral haplotypes may be truncated via
AncestorData.truncate_ancestors()
to improve performance when inferring large
datasets (#276, #467, @awohns).
Breaking changes:
- tsinfer now requires Python 3.7