Skip to content

Releases: kojix2/ruby-htslib

v0.3.0

11 Aug 07:07

Choose a tag to compare

Version 0.3.0

v0.2.9

18 Oct 04:15

Choose a tag to compare

Version 0.2.9

v0.2.8

17 May 09:25

Choose a tag to compare

Version 0.2.8

v0.2.6

09 Jan 12:06

Choose a tag to compare

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

v0.2.5

27 Oct 05:54

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

Choose a tag to compare

v0.2.2

19 Aug 09:17

Choose a tag to compare

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

v0.2.1

19 Aug 09:13

Choose a tag to compare

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

v0.2.0

29 May 14:21

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

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