Skip to content

ExternData 2.0.0

Compare
Choose a tag to compare
@tbeu tbeu released this 07 Jan 21:04
· 347 commits to master since this release

Changelog

  • Changed the license from GPL v2 to BSD-2-Clause by removing all GPL code and re-licensing the third-party C library bsxml-json with the author's (@bsapundzhiev) permission.
  • Added UserGuide package.
  • Added read support of 2D array from MATLAB MAT-files of version v4, v6, v7 and v7.3.
  • Added hdf5 v1.8.17.
  • Added matio v1.5.9.
  • Updated expat to v2.2.0.
  • Updated uthash to v2.0.1.
  • Fixed bug reading JSON files with C++ style line comments.
  • Fixed bug reading Excel XLSX files (#10).
  • Fixed bug reading Excel XLSX files on Linux.
  • Fixed MinGW, Cygwin and Clang compiler support.
  • Reduced size of MSVC static libraries.
  • Restructured Examples package.