Releases: malthesr/winsfs
Releases · malthesr/winsfs
v0.7.0
First released published on crates.io.
v0.5.0
- 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
- 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
- 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
- Rewrite to use dynamic dimensions, resulting in much better compile times
- Small performance improvements
v0.1.1
- Fixed panic on missing input