Skip to content

Releases: sgkit-dev/bio2zarr

More flexible VCF support

31 Mar 15:59
Compare
Choose a tag to compare
  • Add support for merging contig IDs across multiple VCFs (#335)

  • Add support for unindexed (and uncompressed) VCFs (#337)

Bugfix release

10 Mar 16:34
Compare
Choose a tag to compare
  • Fix bug in handling all-missing genotypes (#328)

Bugfix for packaging

04 Mar 11:34
Compare
Choose a tag to compare

Minor packaging bugfix release

  • Fix missing dependency issue for packaging
  • Support out-of-order field definitions in the VCF header (#322, @ACEnglish)

Feature release

05 Feb 10:14
Compare
Choose a tag to compare

Various bugfixes and improvements:

  • Numpy >= 1.26 and 2.x support
  • Change default chunk size from 10,000 variants x 1,000 samples to 1,000 variants x 10,000 samples
  • Add chunk size options to mkschema

Experimental:

  • Initial support for local alleles (via --local-alleles option to mkschema)
  • Experimental region_index array to support range queries

Breaking:

  • ICF metadata format version was bumped to ensure long-term compatility between numpy 1.26.x and numpy >= 2. Existing ICFs will need to be recreated.

Maintenance release

19 Jun 10:12
6842e95
Compare
Choose a tag to compare

Maintenance release to minimise impact of upstream version changes.

  • Pin numpy to < 2
  • Pin Zarr to < 3

Initial stable release

09 Jun 23:14
31a5935
Compare
Choose a tag to compare

This is the first stable release of bio2zarr, in which vcf2zarr and vcfpartition are considered production ready.

Bugfix

15 May 08:10
4461ba1
Compare
Choose a tag to compare

Fixes bugs in progress reporting on macs.

Bugfixes on intermediate format

02 May 10:27
0bbb709
Compare
Choose a tag to compare
Pre-release

Breaking changes on ICF, older files will need to be re-exploded.

Packaging bugfix

01 May 07:41
135b0f6
Compare
Choose a tag to compare
Packaging bugfix Pre-release
Pre-release

Same as 0.0.7 with packaging bugfix

Improved distributed encode

30 Apr 14:57
5a602c8
Compare
Choose a tag to compare
Pre-release

Updated distributed encode + some bug fixes