issues
search
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
Integrate data_matrix fully into library
#145
Closed
molpopgen
closed
6 years ago
molpopgen
commented
6 years ago
This PR addresses #102.
[x] Move headers into main library and rename them to make sense
[x] Make primary functions wrappers around data matrix functionality
[x] Function to return vector of objects for multi-locus simulations
[x] Remove old sampling functions
[x] Make integration test more streamlined and/or replace with explicit unit test using a fixture.
This PR addresses #102.