Recent Releases of modelicatableadditions
modelicatableadditions - ModelicaTableAdditions 3.2.1
Changelog
- Fixed syntax issue in TimeTable block (regression of v3.2.0)
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v3.2.0...v3.2.1
- C
Published by tbeu 9 months ago
modelicatableadditions - ModelicaTableAdditions 3.2.0
Changelog
- Added TimeTable block (as wrapper for CombiTimeTable)
- Updated CMake configuration files
- Updated GoogleTest based unit tests
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v3.1.0...v3.2.0
- C
Published by tbeu 9 months ago
modelicatableadditions - ModelicaTableAdditions 3.1.0 (for MSL 4.0.0)
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: https://github.com/tbeu/ModelicaTableAdditions/compare/v3.0.0...v3.1.0
- C
Published by tbeu over 1 year ago
modelicatableadditions - ModelicaTableAdditions 3.0.0 (for MSL 4.0.0)
Changelog
- Added univariate and bivariate natural cubic spline interpolation
- Added GoogleTest based unit tests
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.3.2...v3.0.0
- C
Published by tbeu almost 2 years ago
modelicatableadditions - ModelicaTableAdditions 2.3.2 (for MSL 4.0.0)
Changelog
- Fixed checks for extrapolation detection in CombiTable2D (regression of v2.2.3)
- Fixed CMake build for AppleClang
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.3.1...v2.3.2
- C
Published by tbeu almost 2 years ago
modelicatableadditions - ModelicaTableAdditions 2.3.1 (for MSL 4.0.0)
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: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.3.0...v2.3.1
- C
Published by tbeu almost 2 years ago
modelicatableadditions - ModelicaTableAdditions 2.3.0 (for MSL 4.0.0)
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: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.2.3...v2.3.0
- C
Published by tbeu over 2 years ago
modelicatableadditions - ModelicaTableAdditions 2.2.3 (for MSL 4.0.0)
Changelog
- Added better support for one-sided derivatives of CombiTable2D
- Updated parson to v1.5.1
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.2.2...v2.2.3
- C
Published by tbeu almost 3 years ago
modelicatableadditions - ModelicaTableAdditions 2.2.2 (for MSL 4.0.0)
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: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.2.1...v2.2.2
- C
Published by tbeu over 3 years ago
modelicatableadditions - ModelicaTableAdditions 2.2.1 (for MSL 4.0.0)
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: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.2.0...v2.2.1
- C
Published by tbeu about 4 years ago
modelicatableadditions - ModelicaTableAdditions 2.2.0 (for MSL 4.0.0)
Changelog
- Added EPW (EnergyPlus Weather) support
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.1.1...v2.2.0
- C
Published by tbeu almost 5 years ago
modelicatableadditions - ModelicaTableAdditions 2.1.1 (for MSL 4.0.0)
Changelog
- Fixed crash due to wrong external object type
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.1.0...v2.1.1
- C
Published by tbeu almost 5 years ago
modelicatableadditions - ModelicaTableAdditions 2.1.0 (for MSL 4.0.0)
Changelog
- Added JSON support
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.0.2...v2.1.0
- C
Published by tbeu almost 5 years ago
modelicatableadditions - ModelicaTableAdditions 1.0.2 (for MSL 3.2.3)
Changelog
- Fixed compatibility with Dymola 2020
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v1.0.1...v1.0.2
- C
Published by tbeu about 5 years ago
modelicatableadditions - ModelicaTableAdditions 2.0.2 (for MSL 4.0.0)
Changelog
- Fixed compatibility with Dymola 2020
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.0.1...v2.0.2
- C
Published by tbeu about 5 years ago
modelicatableadditions - ModelicaTableAdditions 2.0.1 (for MSL 4.0.0)
Changelog
- Fixed read tolerance when parsing CSV files
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v2.0.0...v2.0.1
- C
Published by tbeu about 5 years ago
modelicatableadditions - ModelicaTableAdditions 1.0.1 (for MSL 3.2.3)
Changelog
- Fixed read tolerance when parsing CSV files
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v1.0.0...v1.0.1
- C
Published by tbeu about 5 years ago
modelicatableadditions - ModelicaTableAdditions 2.0.0
Changelog
- Update to MSL version 4.0.0
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/compare/v1.0.0...v2.0.0
- C
Published by tbeu about 5 years ago
modelicatableadditions - ModelicaTableAdditions 1.0.0
Changelog
- First release to support reading CSV files
Full Changelog: https://github.com/tbeu/ModelicaTableAdditions/commits/v1.0.0
- C
Published by tbeu about 5 years ago