Skip to content

Releases: kojix2/ruby-htslib

v0.2.8

17 May 09:25
Compare
Choose a tag to compare
Version 0.2.8

v0.2.6

09 Jan 12:06
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Oct 05:54
Compare
Choose a tag to compare
  • Added experimental methods for Bam::Header and Bcf::Header
  • Fixed Bam and Bcf wirte methods
  • Version 0.2.4 was removed because it unintentionally included a binary file in the Gem.

v0.2.3

03 Sep 14:00
Compare
Choose a tag to compare

v0.2.2

19 Aug 09:17
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Aug 09:13
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 May 14:21
Compare
Choose a tag to compare
  • Only Ruby 3.1 or later is supported.
    • To use new Ruby features
  • Removed each_copy (and added keyword argument)
  • Added each_*** methods to Bam/Bcf
  • Increased native function coverage
    • Added tools for developers

v0.1.0

06 May 06:43
Compare
Choose a tag to compare
  • Many method names have been changed from hts-nim style to rust-htslib style.
  • Many bug fixes and new features

v0.0.10

15 Apr 03:11
Compare
Choose a tag to compare
  • Support for CRAM
  • Support for partial loading
  • Github actions to create document and docker image
  • Add tell/seek/rewind to bam
  • Fix a bug in Bam#each

v0.0.8

15 Mar 12:46
Compare
Choose a tag to compare

Many minor fixes and internal code improvements.