Releases: OpenMendel/MendelIHT.jl
Releases · OpenMendel/MendelIHT.jl
v1.4.11
MendelIHT v1.4.11
v1.4.10
MendelIHT v1.4.10
Merged pull requests:
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#55) (@github-actions[bot])
v1.4.9
MendelIHT v1.4.9
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#54) (@github-actions[bot])
v1.4.8
MendelIHT v1.4.8
Merged pull requests:
- CompatHelper: add new compat entry for BGEN at version 0.1, (keep existing compat) (#49) (@github-actions[bot])
- CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) (#50) (@github-actions[bot])
- CompatHelper: add new compat entry for VCFTools at version 0.2, (keep existing compat) (#51) (@github-actions[bot])
v1.4.7
v1.4.6
MendelIHT v1.4.6
This is the last update before resubmitting our manuscript. The main changes are:
- fix bug: init_beta not initializing intercept correctly
- Updated documentation, adding more docstrings and discussion on memory requirement
- Add lower bound to SnpArrays, which ensures that multithreading with
SnpLinAlg
is always usingBase.Threads
- Add scripts and output files for new analysis in our paper
v1.4.5
MendelIHT v1.4.5
This is a minor release with no breaking changes.
- Ensures fresh installation of
MendelIHT
will install the latestSnpArrays.jl
(i.e. v0.3.14) - save SNP pos/chr/id/ref/alt in output beta file
- remove tmp files generated when
using MendelIHT
Merged pull requests:
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#45) (@github-actions[bot])
v1.4.4
MendelIHT v1.4.4
- Add progress bar for initializing beta
- Shift most compilation time to precompilation time. This means that
using MendelIHT
takes a long time (>2 min) but afterwards callingiht()
orcross_validate()
will be much faster. - Output beta files now additional outputs the SNP name
- Remove warnings