Recent Releases of fastMatMR

fastMatMR - CRAN fastMatMR I

CRAN release

Full Changelog: https://github.com/ropensci/fastMatMR/compare/v1.2.0...v1.2.4

Binaries and more here: https://cran.r-project.org/web/packages/fastMatMR/

- C++
Published by HaoZeke over 2 years ago

fastMatMR - Dashami release

What's Changed

  • Pre ROpenSci comments by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/21
  • MAINT: Cleanup basic usage vignette by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/52
  • DOC: Rewrite README by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/53
  • TST: Add tempdir fixtures and refactor tests by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/54
  • MAINT,ENH: Handle ~ and cleanup C++ code by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/55
  • ENH: Integer inputs by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/57
  • TST: Add support for integer I/O by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/59
  • MAINT: Move rebuild-benchmarks by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/60
  • MAINT: Update fast_matrix_market to 1.7.4 by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/61

Full Changelog: https://github.com/HaoZeke/fastMatMR/compare/v1.0.0.0...v1.1.0

Essentially addresses: 1. https://github.com/ropensci/software-review/issues/606#issuecomment-1731654678 2. https://github.com/ropensci/software-review/issues/606#issuecomment-1751660212

- C++
Published by HaoZeke over 2 years ago

fastMatMR - 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 https://github.com/HaoZeke/fastMatMR/pull/15
  • MAINT: Update more metadata by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/16
  • ENH: Initialize readers by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/19

Full Changelog: https://github.com/HaoZeke/fastMatMR/compare/v0.0.1.0...v1.0.0.0

- C++
Published by HaoZeke over 2 years ago

fastMatMR - 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

  • Prep ROpenSci submission by @HaoZeke in https://github.com/HaoZeke/fastMatMR/pull/12

Full Changelog: https://github.com/HaoZeke/fastMatMR/commits/v0.0.1.0

- C++
Published by HaoZeke over 2 years ago