We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570fa90 commit 801e4abCopy full SHA for 801e4ab
CHANGELOG.md
@@ -1,13 +1,21 @@
1
-# 0.1.6 2025-0X-XX
+# 0.1.6 2025-05-23
2
+
3
+- Initial Python API support for VCF and tskit one-shot conversion. Format
4
+conversion is done using the functions ``bio2zarr.vcf.convert``
5
+and ``bio2zarr.tskit.convert``.
6
7
- Initial version of supported plink2zarr (#390, #344, #382)
8
9
+- Initial version of tskit2zarr (#232)
10
11
- Make format-specific dependencies optional (#385)
12
13
+- Remove bed_reader dependency (#397, #400)
14
15
- Change default number of worker processes to zero (#404) to simplify
16
debugging
17
-Breaking changes
18
+*Breaking changes*
19
20
- Remove explicit sample, contig and filter lists from the schema.
21
Existing ICFs will need to be recreated. (#343)
0 commit comments