From 87935fbb62bc7b57ddda174fc9e53b1ee635ec5e Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Thu, 9 Nov 2023 13:35:53 -0800 Subject: [PATCH] update change log --- doc/misc/changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/misc/changelog.md b/doc/misc/changelog.md index dca6a675e..50849a54c 100644 --- a/doc/misc/changelog.md +++ b/doc/misc/changelog.md @@ -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