Releases: molpopgen/fwdpy11
Change migration scheme
This release changes the back-end code for migration. See #416 for details.
Maintenance release
Major feature release.
This is a major feature release. The changes include all those listed for the various
release candidates (0.6.0rc0, 0.6.0rc1, and 0.6.0rc2) plus the following:
0.6.0, third release candidate
This is a major push towards a stable release! A large number of improvements to default behavior, the C++ back end, documentation, and testing are all included. See either the 0.6.0rc2 Milestone or the Change Log in the manual.
One fun thing to note is that simulations with tree sequence recording now use a lot less memory!
To install:
pip install fwdpy11==0.6.0rc2
0.6.0, second release candidate
This release is identical to 0.6.0rc0 except that it is based on a master branch that has been rebased so that the bug fixes in 0.5.5 are included.
To install
pip install fwdpy11==0.6.0rc1
Important bugs fixed!
Note: these changes could result in different results being obtained when mutating tree sequences after restoring a population from a file. Previous results were correct in distribution, however. The bug fixes mean that an internal lookup table is now properly restored after converting a population back from binary. This restoration means that the output from fwdpy11.infinite_sites
could now differ from earlier versions.
Version 0.6.0, first release candidate
This is a major new feature release. Finally, we have support for demographic events involving multiple demes, meaning that merges, splits, size changes, migration, etc. are all possible now.
This release incorporates changes from several PRs. See the change log in the manual for details.
Future release candidates will focus on improving the docs and fixing any bugs that get found along the way.
Bug fix
Neutral mutations during sims w/tree sequences
Bug fixes + new features
Several new features + bug fixes. See the milestone for details.