* Split up get_pc_dists fn so numba can parallelize the majority of the work properly
* Rename python package to lostruct
* Add docstrings for most functions
* Added notes for working with large datasets
* Added more information to tutorial / jupyter notebook demonstration
* Added argument support for SNPs by window or by base pair length -- Not yet implemented
* Added support for weights - Not yet tested!
* Support for benchmarks
* Support for fastmath Numba for some functions, along with testing and correlation comparisons
* Experimentation with pcoa method="fsvd"