v0.1.0
v0.1.0 includes:
Pedigreeclass that contains generation number, sire id, dam id, estimated breeding value, and sex information for each animal. It usespandas.DataFrametype to hold data.Simulationclass that executes simulation of generational reproductive cycles. It has an instance variable of typePedigreeand updates it whenever a new generation is reproduced.get_nrmmethod that computes the value of numerator relationship matrix given a pedigree.