Skip to content

Releases: rust-bio/rust-htslib

v0.48.0

12 Nov 15:05
7f3cfea
Compare
Choose a tag to compare

0.48.0 (2024-11-12)

Features

  • Add to_vcf_string method for bcf::Record (#443) (489c0d7)

Bug Fixes

  • return error when bgzf_open fails to open a file (#444) (9bda5f7)

v0.47.1

12 Nov 14:33
fc8ab72
Compare
Choose a tag to compare

0.47.1 (2024-11-12)

Bug Fixes

  • allow leading deletions in read_pos method of CigarStringView. (#447) (2986713)

v0.47.0

24 May 11:35
4b3cbcb
Compare
Choose a tag to compare

0.47.0 (2024-05-22)

Features

  • Add fasta::build function + FaidxBuildError (#418) (7c575ef)
  • Add rust_htslib::bcf::index::build (#408) (79d70cd)
  • derive PartialEq and Eq for bam:: and bcf::Format (#428) (528e543)

Bug Fixes

  • bam::Record:new should return a valid record (#361) (87f2011)
  • build for macOS (#431) (d869fdd)
  • in bam record buffer, change the start of the window to the first added item in last iteration (#430) (56ee2bd)
  • Panic on trailing omitted FORMAT records (#417) (9f575ee)

v0.46.0

22 Feb 20:21
b6aeba4
Compare
Choose a tag to compare

0.46.0 (2024-02-22)

Features

  • making several RecordBuffer methods public (#419) (e12fffe)

Bug Fixes

v0.45.0

07 Feb 11:49
4d146c6
Compare
Choose a tag to compare

0.45.0 (2024-02-07)

Features

  • adding function to get sequence length to faidx mod (#410) (ae79eba)

Bug Fixes

  • Loosen acceptable types to support current linux build on aarch64 (#415) (1d78d12)

v0.44.1

21 Jun 12:58
3008a13
Compare
Choose a tag to compare

0.44.1 (2023-06-21)

Bug Fixes

  • use correct return value in bcf_get_format and bcf_get_info_values (#398) (f9a1981)

v0.44.0

20 Jun 18:39
261e3a3
Compare
Choose a tag to compare

0.44.0 (2023-06-20)

Features

Bug Fixes

  • include doctests in test coverage calculations (#397) (8ed0837)

v0.43.1

16 May 11:28
2f79f47
Compare
Choose a tag to compare

0.43.1 (2023-05-16)

Bug Fixes

  • implement Drop for faidx::Reader, destroying the fai handle (#391) (0e6d6ac)

v0.43.0

12 May 13:08
4ee2921
Compare
Choose a tag to compare

0.43.0 (2023-05-12)

Features

v0.42.0

30 Mar 08:56
159171e
Compare
Choose a tag to compare

0.42.0 (2023-03-30)

Features

  • Add ability to fetch number of sequences and I-th sequence from FAI index (#377) (6ecc4bd)