Rust-Bio v0.23.0 Release Notes

Release Date: 2018-11-08 // over 5 years ago
    • Generalized Myers pattern matching algorithm to arbitrary unsigned integer types (u64, u128) (thanks to @markschl).
    • Implemented optional traceback and alignment output for Myers pattern matching algorithm (thanks to @markschl).
    • ๐Ÿ‘‰ Use Strand type from bio-types crate in BED module (thanks to @ingolia).
    • โž• Added an IntervalTree based data structure for looking up overlaps between annotation types (thanks to @ingolia).
    • ๐Ÿ›  Various bug fixes.