Skip to content

4.0-beta17

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 20:54
· 2 commits to master since this release

This release speeds up likelihood calculations and adds some new codon models.

  • Speed:
    • Use sparse likelihood vectors for leaf branches.
    • Use faster eigenvalue method to compute exp(Q*t) by default, falling back to slower method if needed.
  • Models:
    • Multi-Nucleotide-Mutation (MNM) model for codons.
    • BUSTED and BUSTED-S substitution models for positive selection.
    • Initial cmdline version of multi_freq model.
  • Bug fixes:
    • Sort the logged dN/dS values for m3_test
  • Haskell:
    • Implement strict fields for data types with !type.
    • Improved error messages for type errors.