molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Streamline table collection API #275

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

Related to #258, this PR extracts a lot of functionality from the table collection class and puts it in a new header file.

This PR cleans up most of the API except for handling of preserved nodes, which will get dealt with in a later update.