Changelog
Source:NEWS.md
fastMatMR 1.1.0 (2023-10-24)
Breaking changes
- Streamlined function naming for better clarity. (#29)
User facing functionality is not affected, write_fmm
still works.
fastMatMR 0.0.1.0 (2023-09-02)
Features
- Support reading
R
numeric vectors (is.vector()
) - Support reading of
R
is.matrix()
numerical matrices - Support reading sparse matrices from Matrix.
fastMatMR 0.0.0.9000 (2023-08-31)
Improved Documentation
- Added a performance benchmark for write and a basic introduction to the package.
Features
- A full multi-OS set of tests conforming to CRAN submission requirements and ROpenSci is present. (#12)
- Support writing
R
numeric vectors (is.vector()
) - Support writing of
R
is.matrix()
numerical matrices - Support writing sparse matrices from Matrix.