Skip to content

Releases: tskit-dev/tsinfer

0.1.4

12 Dec 13:26
efbafff
Compare
Choose a tag to compare

Bugfix.

  • Fix issue caused by upstream changes in numcodecs (#136).

Update release to match preprint

02 Nov 10:44
7bacd34
Compare
Choose a tag to compare

This release corresponds to the code used in the Biorxiv preprint.

Support for Individual and Population metadata

20 Jun 13:05
9be1841
Compare
Choose a tag to compare

Minor update to take advantage of msprime 0.6.0's Population and Individual objects and fix various bugs.

Breaking changes:

  • Bumped SampleData file format version to 1.0 because of the addition of individuals and populations. Older SampleData files will not be readable and must be regenerated.

  • Changed the order of the alleles and genotypes arguments to SampleData.add_site.

New features:

  • Sample and individual metadata now handled correctly.

  • Added --no-simplify option to CLI and simplify=True option to infer function.

  • Better handling of missing files (raises correct exceptions).

  • tsinfer list now presents basic information for .trees files.

Bug fixes:

  • Degenerate examples with zero inference sites are now rooted (#44)

  • Simplify=False results in tree sequence with correct sample nodes.

Bugfix release

12 May 21:09
3c0bb85
Compare
Choose a tag to compare

Fix for packaging bug in 0.1.0.

Initial release for feedback

12 May 21:02
a3a9aef
Compare
Choose a tag to compare

This is an early alpha pre-release of tsinfer to get feedback from users.