Releases: rust-bio/rust-htslib
Releases · rust-bio/rust-htslib
v0.48.0
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
0.47.1 (2024-11-12)
Bug Fixes
- allow leading deletions in read_pos method of CigarStringView. (#447) (2986713)
v0.47.0
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
0.46.0 (2024-02-22)
Features
- making several RecordBuffer methods public (#419) (e12fffe)
Bug Fixes
v0.45.0
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
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
0.44.0 (2023-06-20)
Features
Bug Fixes
- include doctests in test coverage calculations (#397) (8ed0837)
v0.43.1
0.43.1 (2023-05-16)
Bug Fixes
- implement Drop for faidx::Reader, destroying the fai handle (#391) (0e6d6ac)
v0.42.0
0.42.0 (2023-03-30)
Features
- Add ability to fetch number of sequences and I-th sequence from FAI index (#377) (6ecc4bd)