Skip to content

Releases: molpopgen/fwdpy11

Change migration scheme

11 Mar 20:55
Compare
Choose a tag to compare

This release changes the back-end code for migration. See #416 for details.

Maintenance release

04 Mar 17:46
Compare
Choose a tag to compare

Closes a set of nagging issues: #246, #280, #339, #365, #386, #397

Major feature release.

02 Mar 16:59
Compare
Choose a tag to compare

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

20 Feb 17:59
Compare
Choose a tag to compare
Pre-release

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

26 Jan 19:57
Compare
Choose a tag to compare
Pre-release

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!

26 Jan 01:52
Compare
Choose a tag to compare

Fixed #362 and #363

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

23 Jan 17:39
Compare
Choose a tag to compare
Pre-release

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

16 Jan 23:22
Compare
Choose a tag to compare

Fixes #350

Neutral mutations during sims w/tree sequences

03 Jan 23:06
Compare
Choose a tag to compare

The following two PR are the main ones:

  • #328 allows neutral mutations during simulations with tree sequences
  • #237 adds infrastructure for general demographic models involving discrete demes

The stuff in #237 is not usable in simulations yet. That'll come in the next release...

Bug fixes + new features

13 Oct 18:35
Compare
Choose a tag to compare

Several new features + bug fixes. See the milestone for details.