- BUG: fix a bug that prevents a cloned simulator from evolving again.
- NEW: add parameter numMale and sexMode to all offspring generator and
mating schemes, to control the sex of offspring exactly.
- NEW: add gene conversion to recombinator, using parameter convMode, convProb and convParam.
- NEW: add convenience functions GenoStruTrait::distLeft and GenoStruTrait::lociLeft.
- NEW: add random parent chooser without replacement and/or with alpha individuals,
haplodiploidOffspringGenerator, monogamousMating, polygamousMating, alphaMating,
and haplodiploidMating mating schemes.
- NEW: add haplodiploid option to GenoStructure. Recombinator now handles such
populations correctly.
- CHG: make the subPop parameter of population() function obsolete.
- CHG: add parameter gen, and make parameter end in simulator::evolve obsolete.