Made some more minor tweaks. Trying to get setup.py, README, and the Sphinx-generated API all playing nicely together.
1.1.0
After adding a new parameter ('jitter_breakpoints'), a bunch more public methods on the Model class, another validation test (recombination), and making some other minor changes (including debugging the Sphinx API generation, which is still in progress), updating to version 1.1.0.
1.0.0
Submitted methods paper for publication, added 'submited' citation to docs and README, and officially changed version number to 1.0.0.
0.0.38
Pushing fix of spp._get_genotypes(), as well as minor tweaks to language ('polygenic selection coefficient' --> 'phenotypic selection coefficient') and IBD_IBE demo plotted output.
0.0.37
Added two private methods to Species, one public wrapper method to Model.
0.0.36
Added PID (as an attribute) and RAM-usage (as a method) to the Model class