Skip to content

Releases: rust-bio/rust-bio-types

Version 0.9.1

07 Jan 14:08

Choose a tag to compare

  • Provide default implementation for SequenceRead::is_empty() (@johanneskoester).

Version 0.9.0

06 Jan 21:13

Choose a tag to compare

  • Refactored read orientation into the sequence module (@johanneskoester).
  • Fixed is_empty method of SequenceRead.

Version 0.8.0

06 Jan 20:57

Choose a tag to compare

Version 0.7.0

06 Jan 20:55

Choose a tag to compare

  • implemented Ord for genome::Interval

Version 0.6.0

26 Mar 10:46

Choose a tag to compare

  • Make Interval and Locus ranges/positions mutable.
  • Use u64 for genomic positions and ranges.