Skip to content

Releases: GMELab/lmutils.r

v0.3.2

17 Nov 20:42
3c36e4c
Compare
Choose a tag to compare
  • Fix bug with lmutils::combine_vectors.

v0.3.1

17 Nov 20:32
4de57cf
Compare
Choose a tag to compare
  • lmutils::combine_vectors now supports numeric vectors as well as numeric matrices.

v0.3.0

13 Nov 18:07
d71d85a
Compare
Choose a tag to compare

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.