Changed
- Fixed a bug in the phenotype likelihood inference in `SampleTable`.
- Changed the implementation of the `merge_snp_tables` utility function to
check for BOTH reference and alternative alleles.
- Modified implementation of `score` method of `GWADataLoader` to correct
potential issues with the BETAS being for a subset of the chromosomes.
Added
- A utility method to `GenotypeMatrix` called `estimate_memory_allocation`. This should
allow the user to gauge the memory resources required to interact with the
genotype files.