Releases: ropensci/fastMatMR
Releases · ropensci/fastMatMR
CRAN fastMatMR I
CRAN release
Full Changelog: v1.2.0...v1.2.4
Binaries and more here: https://cran.r-project.org/web/packages/fastMatMR/
Dashami release
What's Changed
- Pre ROpenSci comments by @HaoZeke in #21
- MAINT: Cleanup basic usage vignette by @HaoZeke in #52
- DOC: Rewrite README by @HaoZeke in #53
- TST: Add tempdir fixtures and refactor tests by @HaoZeke in #54
- MAINT,ENH: Handle
~
and cleanup C++ code by @HaoZeke in #55 - ENH: Integer inputs by @HaoZeke in #57
- TST: Add support for integer I/O by @HaoZeke in #59
- MAINT: Move rebuild-benchmarks by @HaoZeke in #60
- MAINT: Update
fast_matrix_market
to 1.7.4 by @HaoZeke in #61
Full Changelog: v1.0.0.0...v1.1.0
Essentially addresses:
v1.0.0.0: Bound release
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.
What's Changed
- DOC:
pkgdown
and vignettes by @HaoZeke in #15 - MAINT: Update more metadata by @HaoZeke in #16
- ENH: Initialize readers by @HaoZeke in #19
Full Changelog: v0.0.1.0...v1.0.0.0
v0.0.1.0: `fastMatMR` Writer
v0.0.1.0: fastMatMR
Writer
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.
Improved Documentation
- Added a performance benchmark for write and a basic introduction to the package.
What's Changed
Full Changelog: https://github.com/HaoZeke/fastMatMR/commits/v0.0.1.0