Major performance improvements
This version of fwdpp drastically changes how memory is managed during simulations. Further, the fundamental types have changes from linked lists and containers of pointers to vectors and containers of indexes. These changes are a major API change, but can speed simulations up by as much as 5X while not changing memory use nor the output.
A minor bug in sampling from populations in multi locus simulations was fixed.
The library tutorials and the manual are likely out of date now. This will be addressed in future releases.
See the release notes for a details list of changes.