Releases: GMELab/lmutils.r
Releases · GMELab/lmutils.r
v0.3.2
v0.3.1
v0.3.0
What's Changed
- New
.mat
file format which is now the STRONGLY RECOMMENDED format over rkyv. It is stable for long term storage and can pack binary matrices (such as genotype matrices) down to the bits to reduce memory usage by up to 64x. - New
lmutils::logistic_regression
function utilizing an IRLS backend, in benchmarking is more than 6x faster when run single threaded and almost 40x faster when tested on a 48-core machine.