Skip to content

v0.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Apr 08:49
· 2 commits to master since this release
7bc1449

MAT v0.12.0

Diff since v0.11.5

Breaking changes

  • Read-write behavior of Char arrays has been changed. This was ill-defined up to now
  • Empty strings are now returned as String[] instead of ""
  • Strings in arrays are no longer trimmed automatically to keep read-write behavior consistent.

New features

  • Better Char array support, including unicode

Fixes:

  • mat v7.3 (HDF5 format) performance issue fixed

Merged pull requests:

Closed issues:

  • Incremental reading of complex matrix from MatlabHDF5File (#76)
  • Function handle support (#221)
  • HDF5 slow reading performance (#237)