heig-v1.1.0
Updates:
- Now reading images is a separate step
--read-image
- Merged kernel smoothing and functional PCA in a single step
--fpca
- Now constructing LDRs is a separate step
--make-ldr
, which facilities users to adjust for the number of LDRs without recomputing bases - Supported multi-threading computation
- Improved memory usage for images with high resolution
- Changed
.sumstats
and.ldmatrix
from pickled np.array to HDF5 file - Changed all data from float64 to float32
- Changed the way to handle inconsistent sample size in LDR construction and LDR GWAS, which may result in ignorable difference in secondary analyses
- Not compatible with v1.0.0
Full Changelog: v1.0.0...v1.1.0