Releases: modelica-3rdparty/ExternData
Releases · modelica-3rdparty/ExternData
ExternData 3.1.0
Changelog
- Added support of 1D and 2D Real arrays from SSV 2.0 file
- Added workaround for floating-point exception of ExternXML2File construction in SimulationX (regression of v3.0.4)
- Added GoogleTest based unit tests
- Fixed access violation in XLSX file (#51)
- Fixed sheet name resolution in XLSX file (#51)
- Fixed cell value retrieval in case of formula in XLSX file (#51)
- Fixed column dimension of sheet in XLS file
- Fixed C++ compilation
- Removed mingw32 binaries
- Updated mingw64 MAT file binary to links against hdf5 v1.14 (as system dependency)
- Updated expat to v2.6.4
- Updated libxml2 to v2.13.5
- Updated libxls to v1.6.3
- Updated matio to v1.5.28
Full Changelog: v3.0.5...v3.1.0
ExternData 3.0.5
ExternData 3.0.4
ExternData 3.0.3
Changelog
- Fixed compiler warning in header file of XML2 file.
- Fixed linker error with static MinGW libraries for XML2 file.
Full Changelog: v3.0.2...v3.0.3
ExternData 3.0.2
ExternData 3.0.1
Changelog
- Added workaround for floating-point exception of ExternXML2File construction in SimulationX.
Full Changelog: v3.0.0...v3.0.1
ExternData 3.0.0
Changelog
- Added libxml2 v2.9.12 to support XPath expressions of XML file.
- Added separate array size read functions (especially for Dymola): readArraySize1D, readArraySize2D, readArrayRows2D and readArrayColumns2D for CSV, JSON, MAT, XLS, XLSX and XML file (#34).
- Added diagnostic options for missing data of INI, JSON, SSV, XLS, XLSX and XML file (#36).
- Added MinGW binaries (especially to support OpenModelica on Windows) (#29).
- Improved inner/outer handling.
- Restructured SSV to be based on XPath expressions.
- Modularized XLS and XLSX library dependencies.
- Updated expat to v2.4.1.
- Updated hdf5 to v1.8.22.
- Updated libxls to v1.6.2.
- Updated uthash to v2.3.0.
Full Changelog: v2.6.1...v3.0.0
ExternData 2.6.1
Changelog
- Fixed regression when reading TIR file (#35)