Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update change log #1213

Merged
merged 1 commit into from
Nov 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,29 @@
Major changes are listed below. Each release likely contains fiddling with back-end code,
updates to latest `fwdpp` version, etc.

## Next release
## 0.21.1

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

Expand Down
Loading