Skip to content

Commit

Permalink
update change log (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 9, 2023
1 parent cf825c8 commit ac77950
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ updates to latest `fwdpp` version, etc.

## 0.21.2

Deprecations

* Constructing {class}`fwdpy11.ModelParams` without a demographic object is now deprecated
and raises a warning.
This will be a hard error in a future release.
PR {pr}`1219`

Documentation

* Minor updates to manual.
Some formatting issues fixed.
PR {pr}`1222`
PR {pr}`1223`

Python back end

* Use `tskit.NODE_IS_SAMPLE` constant instead of relying on the numeric value
when exporting to `tskit`.
PR {pr}`1218`

## 0.21.2

Bug fixes

* Fix internal error validating distributions of effect sizes for multi-deme models
Expand Down

0 comments on commit ac77950

Please sign in to comment.