You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug in :func:fwdpy11.sampling.DataMatrix.selected that returned wrong data in best case scenario and could
have caused crash in worst case.
(e715fb7).
Fix bug recording fixation times. If a population was evolved multiple times, fixation times from the later rounds of
evolution were incorrect.
(9db14d8)
Fix issue #1, related to fixations in quantitative trait sims. (6a27386)
The "label" field of a diploid is now initialized upon constructing a population.
Custom stateless fitness/genetic value calculations may now be implemented with a minimal amount of C++ code. See
:ref:customgvaluecpp.
(a75166d)
Custom fitness/genetic value calculations now allowed in pure Python, but they are quite slow (for now). See
:ref:customgvalues. (5549286)
Stateful trait value models enabled for qtrait sims. (161dfce)
Refactor evolution functions so that stateful fitness models behave as expected. Enable compiling in a debug mode.
Fix bug in operator== for diploid type. (a726c05)