Skip to content

Releases: astheeggeggs/lshmm

0.0.8

24 Jun 10:35
b095f74
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

What's Changed

  • Remove requiring the first value of input recombination probability array be zero by @szhan in #138
  • Allow for invariant sites in input data by @szhan in #139

Full Changelog: v0.0.7...v0.0.8

0.0.7

21 Jun 14:02
a5c1bec
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Summary of changes

  • The num_alleles argument is removed from the main API functions, and ploidy is added as a required argument.
  • When using the diploid algorithms (i.e. ploidy set to 2), the input query is a sequence of unphased genotypes instead of a pair of haplotypes.
  • Simulation parameters are tweaked so that the test haplotypes meet certain criteria (e.g. enough variable sites).

Full Changelog: v0.0.6...v0.0.7

0.0.6

19 Jun 15:15
a530b54
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Summary of changes:

  • Added support for NONCOPY values representing non-copiable states in reference haplotypes.
  • Refactored the source code extensively, from the API functions to tests.
  • Improved test coverage for both the haploid and diploid LS HMM implementations.
  • Added or improved documentation throughout.
  • Drafted a README (mainly explaining the haploid LS HMM).
  • Added a Jupyter notebook to show how to use the main API functions for the haploid case.

0.0.5

21 Jul 13:01
98f81ff
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Added multi-allelic support and testing in the haploid case, removed redundant modules.

0.0.4

23 Sep 15:25
9b15d84
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Added missingness to the LS algorithm

0.0.2

31 Aug 12:05
9ff2f8a
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Cleaned up API, added path ll calculation.

Initial alpha for resting

02 Mar 10:54
11af1eb
Compare
Choose a tag to compare
Pre-release
Merge pull request #10 from jeromekelleher/ready-for-release

Check distribution builds