Skip to content

Releases: bio-cr/hts.cr

v0.3.0

Choose a tag to compare

@kojix2 kojix2 released this 21 Jun 15:20
4fabd4f

Breaking changes:

  • Removed Bcf::Info#[]. Use typed getters such as get_int, get_float, get_string, and get_flag instead.
  • Removed Bam::Aux#[], Bam#aux(tag), and Bam#each_aux(tag). Use typed AUX getters instead.
  • Undefined BCF INFO/FORMAT tags now raise dedicated errors instead of returning nil.
  • Some generic exceptions were replaced with dedicated error classes. Code that rescues specific errors may need updates.

v0.2.0

Choose a tag to compare

@kojix2 kojix2 released this 20 May 08:42
5320b52

Fixed numerous bugs detected by the AI scan

v0.1.3

Choose a tag to compare

@kojix2 kojix2 released this 26 Mar 05:11
84af5b1
  • Support for base modifications
  • Support for BAM pileup / mpileup
  • Enhancements to VCF INFO and FORMAT fields
  • Many other changes and tests

The API may change.

v0.1.2

Choose a tag to compare

@kojix2 kojix2 released this 02 Sep 07:59

Support for BGZF
Windows (MinGW) passes all tests in CI

v0.1.1

Choose a tag to compare

@kojix2 kojix2 released this 02 Sep 07:55

Extend htslib low-level function support to version 1.19.
Enhanced support for Aux.

v0.1.0

Choose a tag to compare

@kojix2 kojix2 released this 11 Aug 14:24
Add Dependabot configuration for GitHub Actions updates

v0.0.2

Choose a tag to compare

@kojix2 kojix2 released this 22 Mar 07:24
  • Added methods to get Bam tags by type.
  • Fixed mismatch between version number and github tag

v0.0.1

Choose a tag to compare

@kojix2 kojix2 released this 15 Mar 12:58

Ihtslib.cr is far from complete. Still, it is now accessible to parts of VCF::Info and parts of VCF::Format.