Skip to content

Commit

Permalink
update change log (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Jan 19, 2024
1 parent d1c7f5b commit 651f629
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Major changes are listed below. Each release likely contains fiddling with back-end code,
updates to latest `fwdpp` version, etc.

## 0.22.0

Bug fixes:

* Fixed incorrect handling of models with end times > 0 in a demes Graph.
When exporting to tskit, alive node times were treated as 0.0, causing
potential problems for some use cases.
Issue {issue}`1253`
PR {issue}`1255`

Deprecations

* Deprecate the `demes_graph` argument to {func}`fwdpy11.DiploidPopulation.dump_tables_to_tskit`
PR {issue}`1265`
* Deprecate using a dict for the the `model_params` argument to {func}`fwdpy11.DiploidPopulation.dump_tables_to_tskit`
PR {issue}`1265`

## 0.21.6

Behavior changes:
Expand Down

0 comments on commit 651f629

Please sign in to comment.