Releases: molpopgen/fwdpy11
Point release -- new manual!
- fwdpy11.DiploidPopulation.dump_tables_to_tskit now populates the provenance table. #542
- Improve checking migration rates in
fwdpy11.DemographyDebugger
. #545 fwdpy11.DemographyDebugger
now makes a deep copy of input. #546- The C++ back-ends for Gaussian stabilizing selection classes got streamlined
without changing the user interface. #547 - Manual got overhauled. #543
- Snowdrift example reimplemented using
attrs
. #548
If not using conda nor PyPi to install, use fwdpy11-0.8.3.tar.gz
instead of the auto-generated downloads!
Point release
Point release
Stable release
This is the first stable release of 0.8.x. This includes all the changes in the two alpha releases plus some new memory improvements. See the change log in the manual for details.
If not installing from PyPi nor bioconda, please use this file for compiling from source, as it contains the submodules:
Second alpha release of 0.8.0
First alpha release of 0.8.0!
This release has load of changes--see the change log in the manual for details.
Most important thing is the implementation of an efficient replacement for edge table sorting during simulation.
This is the sdist
for this release, which you should use instead of the GitHub auto-generated files:
Tree sequence "recaptitation"
This is mostly a maintenance release. The only new feature is that we allow preservation of the first generation to facilitate correct tree sequence "recapitation". See the manual for details.
Correlated effect sizes across demes
This release adds a major feature, which is to allow mutation effect sizes to differ across demes. See the change log in the manual for details + links to the new manual pages describing this feature.
A few bugs were squashed, too, and several important changes to the C++ back end also happened.
Milestone 0.7.0 contains all the relevant issue/PR links.