Skip to content

heig-v1.1.0

Compare
Choose a tag to compare
@Zhiwen-Owen-Jiang Zhiwen-Owen-Jiang released this 18 Sep 16:10
· 134 commits to pub since this release

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