Skip to content

v1.3.0

Compare
Choose a tag to compare
@biona001 biona001 released this 03 Jan 21:11
· 306 commits to master since this release

This version contains breaking changes from v1.2. The main differences are:

  • Combine all L0_reg to a single fit function
  • Use SnpLinAlg internally for compressed genotype-vector multiplication (this step should be at least 5x faster than v1.2)
  • Add a wrapper function so most users can easily run IHT with a single command
  • Print informative intermediate results
  • MendelIHT now supports custom AbstractMatrix{T} as inputs to run IHT, thus supporting VCF files.
  • Fix possible race condition in cross validation.
  • Greatly enhance documentation quality

These features are mostly implemented in PRs #11 and #12