Skip to content

Commit db448b6

Browse files
benjefferymergify[bot]
authored andcommitted
Release prep
1 parent e84f7c0 commit db448b6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Changelog
22

3-
## [0.4.0] - 2024-XX-XX
3+
## [0.4.0a1] - 2024-07-26
4+
5+
Alpha release of tsinfer 0.4.0
46

57
**Features**
68

7-
- `tsinfer` now supports inferring data from an `sgkit` dataset. This allows users to
8-
infer from VCFs via the optimised and parallel VCF parsing in `sgkit`.
9-
- The `variant_mask` boolean array in the `sgkit` dataset can be used mask sites
10-
not wanted for inference.
11-
- `sample_ids` are inserted into individual metadata as `variant_data_sample_id` if
12-
this key does not already exist.
9+
- `tsinfer` now supports inferring data from an `vcf-zarr` dataset. This allows users
10+
to infer from VCFs via the optimised and parallel VCF parsing in `bio2zarr`.
11+
- The `VariantData` class can be used to load the vcf-data and be used for inference.
12+
- `vcf-zarr` `sample_ids` are inserted into individual metadata as `variant_data_sample_id`
13+
if this key does not already exist.
1314

1415
**Breaking Changes**
1516

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install_requires =
5555
tskit>=0.5.8
5656
numcodecs>=0.6
5757
# issues 965 and 967 at zarr-python prevent usage of 2.11.0 and 2.11.1
58-
zarr>=2.2,!=2.11.0,!=2.11.1,!=2.11.2
58+
zarr>=2.2,!=2.11.0,!=2.11.1,!=2.11.2,<3
5959
lmdb
6060
sortedcontainers
6161
attrs>=19.2.0

0 commit comments

Comments
 (0)