Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jul 27, 2024
1 parent e84f7c0 commit 829a99b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## [0.4.0] - 2024-XX-XX
## [0.4.0a1] - 2024-07-26

Alpha release of tsinfer 0.4.0

**Features**

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

**Breaking Changes**

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_requires =
tskit>=0.5.8
numcodecs>=0.6
# issues 965 and 967 at zarr-python prevent usage of 2.11.0 and 2.11.1
zarr>=2.2,!=2.11.0,!=2.11.1,!=2.11.2
zarr>=2.2,!=2.11.0,!=2.11.1,!=2.11.2,<3
lmdb
sortedcontainers
attrs>=19.2.0
Expand Down

0 comments on commit 829a99b

Please sign in to comment.