Skip to content

Releases: erthward/geonomics

1.1.1

27 Apr 06:20
Compare
Choose a tag to compare

Made some more minor tweaks. Trying to get setup.py, README, and the Sphinx-generated API all playing nicely together.

1.1.0

27 Apr 06:01
Compare
Choose a tag to compare

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.

Officially changing to version 1.0.0

02 Apr 22:35
Compare
Choose a tag to compare

Submitted methods paper for publication, added 'submited' citation to docs and README, and officially changed version number to 1.0.0.

Pushing fix of spp._get_genotypes(), and minor tweaks

11 Mar 04:43
Compare
Choose a tag to compare

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.

Added Anusha's GEA/CCA code

24 Jan 00:43
Compare
Choose a tag to compare

Added two private methods to Species, one public wrapper method to Model.

Added PID and RAM-usage functionality to Model

13 Jan 01:01
Compare
Choose a tag to compare

Added PID (as an attribute) and RAM-usage (as a method) to the Model class

Class docstrings

07 Jan 05:40
Compare
Choose a tag to compare

Added docstrings to all public-facing classes.

Validations-test code working again (and other minor fixes)

21 Nov 21:19
Compare
Choose a tag to compare

Fixed the validations-test code to run using the new (tskit-based) data structures of Geonomics. Also fixed bug Anusha found in mod.plot_genotype(), as well as the typo she found in the docs, and some other minor tweaks I've made along the way.

Fix knock-on issues arising from mating-radius bug/mate choice bug that I recently changed.

20 Oct 17:14
Compare
Choose a tag to compare

Got rid of sparse pairwise distance matrix that I was using to be lazy and that was a dumb choice that overloaded memory for large pops.

Also trying to figure out how to get the package to stop including the old Yosemite rasters.

Fixed bug in mating functionality

17 Oct 21:17
Compare
Choose a tag to compare

Had not realized that I had left the code such that the nearest neighbor was always being chosen as a mate. Now implemented two new parameters, which together allow user to: 1.) either always choose nearest neighbor or to randomly choose from among individuals within the mating radius; 2.) if randomly choosing within the mating radius, probabilities of choosing each individual can be either uniform or inverse-distance weighted.