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

Remove methods to create populations from low-level types #256

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

These methods should be removed. In general, this approach asks too much of the user/developer in terms of correctness and methods based on tables/tree sequences should be preferred.

molpopgen commented 4 years ago

Sadly, this proposal breaks several tests. Sigh.