Skip to content

Releases: tbeu/ModelicaTableAdditions

ModelicaTableAdditions 3.1.0 (for MSL 4.0.0)

05 Jun 18:21
Compare
Choose a tag to compare

Changelog

  • Fixed derivatives for one-sided extrapolation by constant continuation in case of 2D tables that actually degrade to 1D tables (regression of v2.2.1)
  • Fixed uninitialized data of minimum abscissa value for EPW (EnergyPlus Weather) file
  • Set array inputs of external C functions to const (as standardized by Modelica Language Specification ≥ 3.5)
  • Restructured CMake configuration files
  • Updated GoogleTest based unit tests

Full Changelog: v3.0.0...v3.1.0

ModelicaTableAdditions 3.0.0 (for MSL 4.0.0)

01 Apr 21:25
Compare
Choose a tag to compare

Changelog

  • Added univariate and bivariate natural cubic spline interpolation
  • Added GoogleTest based unit tests

Full Changelog: v2.3.2...v3.0.0

ModelicaTableAdditions 2.3.2 (for MSL 4.0.0)

29 Mar 19:42
Compare
Choose a tag to compare

Changelog

  • Fixed checks for extrapolation detection in CombiTable2D (regression of v2.2.3)
  • Fixed CMake build for AppleClang

Full Changelog: v2.3.1...v2.3.2

ModelicaTableAdditions 2.3.1 (for MSL 4.0.0)

18 Mar 21:03
Compare
Choose a tag to compare

Changelog

  • Added example for FileUpdateTimeTable
  • Added examples for reading weather data from CSV or EPW file
  • Relaxed reading CSV file with non-numeric data
  • Fixed consideration of shiftTime for verbose extrapolation of CombiTimeTable
  • Added support for CMake build system

Full Changelog: v2.3.0...v2.3.1

ModelicaTableAdditions 2.3.0 (for MSL 4.0.0)

21 Nov 20:34
Compare
Choose a tag to compare

Changelog

  • Added FileUpdateTimeTable (as a variant of CombiTimeTable with support of re-reading the table data)
  • Replaced deprecated Text.lineColor annotation
  • Updated parson to v1.5.3

Full Changelog: v2.2.3...v2.3.0

ModelicaTableAdditions 2.2.3 (for MSL 4.0.0)

11 Mar 08:44
Compare
Choose a tag to compare

Changelog

  • Added better support for one-sided derivatives of CombiTable2D
  • Updated parson to v1.5.1

Full Changelog: v2.2.2...v2.2.3

ModelicaTableAdditions 2.2.2 (for MSL 4.0.0)

02 Jun 19:29
Compare
Choose a tag to compare

Changelog

  • Fixed index-out-of-bounds exception in spline initialization of 2D tables that actually degrade to 1D tables
  • Updated parson to v1.4.0

Full Changelog: v2.2.1...v2.2.2

ModelicaTableAdditions 2.2.1 (for MSL 4.0.0)

11 Jan 20:25
Compare
Choose a tag to compare

Changelog

  • Fixed error handling for invalid format specifier in text file
  • Fixed derivatives in 2D-table for one-sided extrapolation by constant continuation

Full Changelog: v2.2.0...v2.2.1

ModelicaTableAdditions 2.2.0 (for MSL 4.0.0)

24 Apr 12:58
Compare
Choose a tag to compare

Changelog

  • Added EPW (EnergyPlus Weather) support

Full Changelog: v2.1.1...v2.2.0

ModelicaTableAdditions 2.1.1 (for MSL 4.0.0)

25 Mar 22:01
Compare
Choose a tag to compare

Changelog

  • Fixed crash due to wrong external object type

Full Changelog: v2.1.0...v2.1.1