Skip to content

Releases: ropensci/fastMatMR

CRAN fastMatMR I

02 Nov 16:13
250e0c8
Compare
Choose a tag to compare

Dashami release

24 Oct 01:49
2cd5042
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.0...v1.1.0

Essentially addresses:

  1. ropensci/software-review#606 (comment)
  2. ropensci/software-review#606 (comment)

v1.0.0.0: Bound release

02 Sep 02:40
v1.0.0.0
a910f6b
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1.0...v1.0.0.0

v0.0.1.0: `fastMatMR` Writer

31 Aug 07:43
v0.0.1.0
a03b083
Compare
Choose a tag to compare

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