Skip to content

0.1.11-patch1

Choose a tag to compare

@github-actions github-actions released this 10 Nov 12:10
· 650 commits to master since this release

Fixed

  • Fixed issue with changing mutation rate in StochDynamics. When the mutation rate was updated
    using evolver.mu = new_value, the variable evolver.not_mu was not udpated. This variable was used
    by calculate_full_stationary_distribution and it created an error. Now not_mu is calculated inside
    of calculate_full_stationary_distribution.
  • Fixed issue with binomialCoeff implemented in c++. In some cases, the intermediary calculations were overflowing
    an uint64_t type when calling it from multivariateHypergeometricPDF. Now, we no longer calculate the exact value
    in multivariateHypergeometricPDF, instead use double types. This will be improved in the new version by
    using boost/multiprecision uint128_t types.

Changed

  • Bump robinraju/release-downloader from 1.5 to 1.6 by @dependabot in #36

Full Changelog: v0.1.11...v0.1.11-patch1