Skip to content

Releases: malthesr/winsfs

v0.7.0

01 Nov 15:20
Compare
Choose a tag to compare

First released published on crates.io.

v0.6.0

21 Jun 21:34
Compare
Choose a tag to compare
chore: Bump version

v0.5.0

17 May 10:34
Compare
Choose a tag to compare
  • Add stopping criterion based on log-likelihood
  • Add three-dimensional estimation
  • Add on-disk pseudo-shuffle and streaming mode for constant memory usage
  • Fix smaller bugs and usability issues

v0.4.0

25 Mar 19:34
Compare
Choose a tag to compare
  • Add --initial flag to specify initial SFS (instead of uniform).
  • Add log-likelihood sub-command to calculate log-likelihood of SFS (without keeping data in RAM).
  • Change output header to shape instead of dimensions.
  • Change log-output SFS (using --verbose) to be re-scaled to counts, rather than probabilities.
  • Improve help page.

v0.3.0

06 Mar 20:35
Compare
Choose a tag to compare
  • Add --blocks flag to specify number of blocks directly (conflicts with --block-size).
  • Add (hidden) --vanilla flag for comparing with standard EM.

v0.2.0

06 Mar 14:03
Compare
Choose a tag to compare
  • Rewrite to use dynamic dimensions, resulting in much better compile times
  • Small performance improvements

v0.1.1

01 Mar 17:16
Compare
Choose a tag to compare
  • Fixed panic on missing input

v0.1.0

28 Feb 18:09
Compare
Choose a tag to compare

Initial release