Skip to content

Releases: modelica-3rdparty/ExternData

ExternData 3.0.5

20 May 17:05
Compare
Choose a tag to compare

Changelog

  • Fixed support for Dymola 2024x R1 on Windows
  • Updated expat to v2.6.2
  • Updated libxml2 to v2.12.7
  • Updated minizip to v1.3.1
  • Updated zlib to v1.3.1

Full Changelog: https://github.com/modelica-3rdparty/ExternData/compare/v3.0.4..v3.0.5

ExternData 3.0.4

26 Nov 11:48
Compare
Choose a tag to compare

Changelog

Full Changelog: v3.0.3...v3.0.4

ExternData 3.0.3

28 Sep 16:09
Compare
Choose a tag to compare

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

22 Sep 07:22
Compare
Choose a tag to compare

Changelog

  • Added missing library dependencies for XML2 file.

Full Changelog: v3.0.1...v3.0.2

ExternData 3.0.1

19 Sep 20:43
Compare
Choose a tag to compare

Changelog

  • Added workaround for floating-point exception of ExternXML2File construction in SimulationX.

Full Changelog: v3.0.0...v3.0.1

ExternData 3.0.0

30 Jul 11:35
Compare
Choose a tag to compare

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

21 Nov 10:09
Compare
Choose a tag to compare

Changelog

  • Fixed regression when reading TIR file (#35)

ExternData 2.6.0

13 Nov 20:24
Compare
Choose a tag to compare

Changelog

  • Added all license files of the utilized open-source third-party software as separate resources.
  • Added translation template as resource.
  • Updated MSL to v4.0.0.
  • Updated expat to v2.2.10.
  • Updated inih to r51.
  • Updated libxls to v1.6.1.
  • Updated parson to v1.1.0.

ExternData 2.5.0

27 Mar 18:31
Compare
Choose a tag to compare

Changelog

  • Updated MSL to v3.2.3.
  • Updated SSV to v1.0.
  • Updated expat to v2.2.6.
  • Updated libxls to v1.5.0.
  • Updated uthash to v2.1.0.

ExternData 2.4.0

10 Aug 15:23
Compare
Choose a tag to compare

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.