MAT v0.12.0
Breaking changes
- Read-write behavior of
Chararrays 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
Chararray support, including unicode
Fixes:
- mat v7.3 (HDF5 format) performance issue fixed
Merged pull requests:
- RW for char arrays with unicode support (#234) (@foreverallama)
- avoid HDF5.name when possible (#238) (@matthijscox)
Closed issues: