Releases: modelica-3rdparty/ExternData
Releases · modelica-3rdparty/ExternData
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)
ExternData 2.6.0
ExternData 2.5.0
ExternData 2.4.0
Changelog
- Added read support of SSV (System Structure Parameter Values - based on Draft20171219) file (#27).
- Restructured all read functions by introduction of interfaces classes (#28).
- Updated bsxml-json to avoid redundant qsort on sorted arrays in read functions of CSV, INI, SSV, XLSX and XML file.
- Updated hdf5 to v1.8.21.