Skip to content

1.3.4

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Apr 21:52
· 30 commits to main since this release
Immutable release. Only release title and notes can be modified.

Deterministic runs

  • Reproducible MCMC given same seed and thread count — Two Delphy runs with the same binary, seed, and thread count now produce byte-identical output (logs and trees). Reproducibility does not extend across platforms, compilers, or optimization levels due to floating-point reordering.
  • Seed and thread count in log file headers — Every BEAST-format log and trees file now includes # Seed: and # Parallelism: comment lines for reproducibility.