libsequence v1.9.0 Release Notes

Release Date: 2016-10-24 // over 7 years ago
    • 🛠 Fixed issues with Sequence::Comeron95 that made it impossible to allocate on the stack.
    • ⚡️ Updated threaded implementation of the l-Haf statistic to use TBB.
    • 🔧 Weights on stop codons used in Grantham distance calculations is now configurable, and defaults to the max value of a double. Previous library versions arbitrarily used 999.0.
    • 🛠 PolySIM::ThetaL now correctly will not include fixed differences in the calculation.
    • nSL/iHS, H1, H12, H2H1, and haplotype homozygosity statistics are now calculated in parallel.
    • Sequence::Disequilibrium parallelized.
    • Intel's TBB is now a dependency.