Skip to content

matio 1.5.1

Choose a tag to compare

@tbeu tbeu released this 12 Jan 13:27
· 1234 commits to master since this release

Changes in 1.5.1 (10 March 2013)

  • Fixed bug writing compressed HDF5 files
  • Fixed bug reading cell array elements written with a non-empty variable name
  • Fixed bug writing complex sparse matrices as struct fields or cell elements to
    uncompressed v5 MAT files
  • Fixed a number of potential issues identified via static analysis
  • Fixed uninitialized pointers when creating structures through
    Mat_VarCreateStruct, and fix a bug in the struct API testsuite
  • Fixed extended sparse support in v7.3 MAT files and add 64-bit integer support
    for v5 MAT files
  • Added missing support for reading hyperslabs from HDF5 MAT files
  • Added variable indexing notation support to matdump to display subsets of
    variables
  • Added tests for extended sparse support in testsuite
  • Added missing enumerations or default case in switch statements