Skip to content

Tweaking the tree sequence API

Compare
Choose a tag to compare
@molpopgen molpopgen released this 12 Nov 02:01

Point release fixing some API and UI issues with tree sequence recording. Several documentation updates for
these functions, too.

  • fwdpp::ts::table_collection is now equality-comparable. PR 153
  • Stricter checking of sample list validity during simplification and tree traversal. PR 159
  • fwdpp::ts::marginal_tree now tracks number of samples. fwdpp::ts::generate_data_matrix no longer adds fixed variants
    to the output. PR 160
  • fwdpp::ts::flag_mutations_for_recycling has been refactored to allow for preserving selected fixations and limited
    fixation recording. PR 162