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

Make table names canonical #254

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

The current table names differ from what tskit uses, which leads to some confusion. The type names and variable names should be updated to match tskit. This breaks API.