tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

HDF5-based format: update detection of HDF5 version for UTF-8-based filenames #237

Closed chris-se closed 4 months ago

chris-se commented 4 months ago

As discussed in https://github.com/tbeu/matio/pull/236 here is the dependent change that updates the minimum HDF5 version to 1.10.6. The commit message contains a longer explanation for the rationale behind the change.

tbeu commented 4 months ago

Thanks!