#rustbio 4.0 has been released. It harmonizes the error handling, improves the API, makes gap-open/extend behavior in pairwise alignment more intuitive and in-line with the literature, improves GFF parsing, and allows incremental building of the rank-select datastructure. github.com/rust-bio/rus...
4.0.0 (2026-06-12)
⚠ BREAKING CHANGES
Replace anyhow with typed thiserror errors (#674)
Change Phase conversion methods to use TryFrom for better error handling (#625)
for pairwise alignment, only...