Skip to content

CRAN version 0.7.0

Compare
Choose a tag to compare
@stewid stewid released this 26 Feb 16:35
· 342 commits to main since this release

rmatio 0.7.0

CHANGES

  • Updated documentation
  • Moved data files to inst/extdata
  • Fix configuration

rmatio 0.6.0

CHANGES

  • Fix Makevars and Makevars.win

rmatio 0.5.0

CHANGES

  • Removed bundled zlib in src/zlib

rmatio 0.4.0

CHANGES

  • Moved matio source code to subdirectory of src
  • Moved zlib source code to subdirectory of src

rmatio 0.3.0

NEW FEATURES

  • Updated package documentation.

rmatio 0.2.0

NEW FEATURES

  • Supports reading MAT version 4, MAT version 5 and MAT compressed
    version 5.
  • Supports writing version 5 MAT files and version 5 files with
    variable compression.
  • Added compression with zlib.
  • Updated matio to ver 1.5.2

rmatio 0.1.0

NEW FEATURES

  • Added support to write a list data structure.

rmatio 0.0.8

NEW FEATURES

  • Added support to write a logical vector.
  • An integer vector is now written as a signed
    32 bit integer instead of as a double.

rmatio 0.0.7

NEW FEATURES

  • Added support to write a character vector.

rmatio 0.0.6

NEW FEATURES

  • Added support to read a dense logical matrix.

rmatio 0.0.5

NEW FEATURES

  • Added support to read a sparse logical matrix.
  • Added support to read struct and cell data types.

rmatio 0.0.4

NEW FEATURES

  • Added support to read/write n-dimensional arrays.

rmatio 0.0.3

NEW FEATURES

  • Added option for MAT file version to create in write.mat. Currently
    only support for Matlab level-5 file (MAT5) from rmatio package.
  • Removed option overwrite from write.mat.

rmatio 0.0.2

NEW FEATURES

  • Updated matio C library code to version 1.5.1

rmatio 0.0.1

NEW FEATURES

  • Initial package structure