Changelog#

0.7.0 (unreleased)#

New Features#

Bug fixes#

  • vcf_to_zarrs was outputting zarr files with temp_chunk_length sized chunks. This has now been fixed so that the chunks are chunk_length sized. (benjeffery, PR 1044,)

  • vcf_to_zarrs failed with ZeroDivisionError when VCFs with no samples were converted. (benjeffery, PR 1069, GH 1068)

Breaking changes#

Deprecations#

  • Store contig names in a contig_id array, and filters in a filter_id array. This change duplicates the information stored in dataset attributes, which should now be considered deprecated, and will be removed in a future release. (tomwhite, PR 1054, GH 1035)

  • Parameter founder_indices in sgkit.pedigree_kinship() is now considered deprecated, and will be removed in a future release. Instead, the founder_kinship parameter now expects a full sized kinship matrix in which non-founder values are ignored. (timothymillar, PR 1075, GH 1061)

Improvements#

Bug fixes#

0.6.0 (1 February 2023)#

New Features#

Breaking changes#

Improvements#

Bug fixes#