Skip to content

Bug fix

Compare
Choose a tag to compare
@molpopgen molpopgen released this 05 Nov 14:08
· 82 commits to main since this release

0.21.2

Bug fixes

  • Fix internal error validating distributions of effect sizes for multi-deme models
    with correlations in effect sizes between demes.
    PR {pr}1210.

Examples

  • Update examples to latest API and run them in CI.
    PR {pr}1211.

Dependencies

  • Bump pybind11 to 2.11.11.
    PR {pr}1172.
  • Require tskit >= 0.5.6
    PR {pr}1206.
  • Add cmake dependency to pyproject.toml.
    PR {pr}1177.
  • Bump demes-forward-capi to depend on latest version.
    PR {pr}1182.

Deprecations

The following are deprecated:

  • fwdpy11.GSS
  • fwdpy11.GSSmo
  • fwdpy11.MutivariateGSS
  • fwdpy11.MutivariateGSSmo

Their functionality is replaced with {class}fwdpy11.GaussianStabilizingSelection.

PR {pr}1166.
Issue {issue}{463}.