0.1.11-patch1
·
650 commits
to master
since this release
Fixed
- Fixed issue with changing mutation rate in StochDynamics. When the mutation rate was updated
usingevolver.mu = new_value, the variableevolver.not_muwas not udpated. This variable was used
bycalculate_full_stationary_distributionand it created an error. Nownot_muis calculated inside
ofcalculate_full_stationary_distribution. - Fixed issue with
binomialCoeffimplemented in c++. In some cases, the intermediary calculations were overflowing
anuint64_ttype when calling it frommultivariateHypergeometricPDF. Now, we no longer calculate the exact value
inmultivariateHypergeometricPDF, instead use double types. This will be improved in the new version by
usingboost/multiprecisionuint128_ttypes.
Changed
- Bump robinraju/release-downloader from 1.5 to 1.6 by @dependabot in #36
Full Changelog: v0.1.11...v0.1.11-patch1