Rust-Bio v0.24.0 Release Notes

Release Date: 2018-11-26 // over 5 years ago
    • API overhaul to become more flexible when accepting text iterators. Now, anything that iterates over something can be borrowed as u8 is allowed.
    • FMIndex and FMDIndex now also allow plain owned versions of BWT, Less and Occ. This should greatly simplify their usage.
    • ๐ŸŽ PairHMM and LogProb implementation has seen extensive performance improvements. Among that, (a) the usage of a fast approximation of exp() as presented by Kopczynsi 2017, and (b) banding of the pairHMM matrix with a given maximum edit distance.
    • ๐Ÿ‘ All IO records now support serde.