Skip to content

Releases: rust-bio/rust-htslib

Version 0.29.0

26 Mar 11:04
Compare
Choose a tag to compare

Also return u64 for target_len in BAM header.

Version 0.28.0

26 Mar 10:45
Compare
Choose a tag to compare
  • Return u64 wherever htslib has migrated to using 64 bit.
  • Implement more bio-types (Interval, Locus, Strand).

Version 0.27.0

17 Mar 12:02
Compare
Choose a tag to compare

This release adds various improvements. Moreover, it migrates to htslib 1.10. This is a breaking change, since various data types had to change.

Version 0.26.1

17 Mar 11:42
Compare
Choose a tag to compare

This is a bugfix release. See CHANGELOG.md for details.

Version 0.26 of Rust-Htslib

27 Sep 19:11
Compare
Choose a tag to compare

This release migrates error handling to the beautiful snafu crate, and cleans up the API in many places. Note that this entails breaking changes, for which I would like to apologize in advance.

Version 0.22.0 of Rust-HTSlib

08 Nov 13:32
Compare
Choose a tag to compare

Version 0.19.0 of Rust-Htslib

01 Jun 10:03
Compare
Choose a tag to compare

This release adds more push methods to the BCF Record struct.

Version 0.18.0 of Rust-Htslib

04 May 09:11
Compare
Choose a tag to compare

This version provides several API extensions. For details see CHANGELOG.

Version 0.17.0 of Rust-Htslib

22 Feb 15:06
Compare
Choose a tag to compare

This release adds serde support and improves the API.

Version 0.16.0 of Rust-Htslib

04 Jan 15:08
Compare
Choose a tag to compare

This release switches to Htslib 1.6, and fixes several bugs. For details, see change log.