v1.3.0
This version contains breaking changes from v1.2. The main differences are:
- Combine all
L0_reg
to a singlefit
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 customAbstractMatrix{T}
as inputs to run IHT, thus supporting VCF files.- Fix possible race condition in cross validation.
- Greatly enhance documentation quality