libsequence v1.9.8 Release Notes

Release Date: 2019-06-18 // almost 5 years ago
    • ๐Ÿ”จ Refactor VariantMatrix to manage memory via Sequence::GenotypeCapsule and Sequence::PositionCapsule
    • ๐Ÿ Windows of VariantMatrix objects now do not require copies, and instead use Sequence::NonOwningGenotypeCapsule and Sequence::NonOwningPositionCapsule.
    • ๐Ÿ›  A bug in haplotype labelling is fixed. Issue 59. Statistics like number of haplotypes, haplotype diversity, etc., were affected by this issue, but the errors were small for larger data sets.

Previous changes from v1.9.7

  • ๐Ÿ›  A bug in l-Haf from #53 was fixed. Thanks to Alex Nater for spotting that.

    ๐Ÿ—„ The library compiles on OS X again, which required that the path names for deprecated summary stats be changed.