Skip to content

Fix two bugs in ts::table_collection

Compare
Choose a tag to compare
@molpopgen molpopgen released this 13 Nov 16:11

This release fixes some issues with table_collection and changes the behavior of mutate_tables to avoid an expensive preprocessing step when the mutation rate is zero:

  • Resolve a serialization and comparison issue with fwdpp::ts::table_collection PR 165.
  • fwdpp::ts::mutate_tables now returns immediately if the mutation rate is not positive.