classReleaseNotes

Release Notes

Extends from Modelica.Icons.ReleaseNotes (Icon for release notes in documentation).

Information

Version 0.12.1, 2026-03-16
  • Fix naming of example parameters, see #13
Version 0.12.0, 2024-08-27
  • Clean-up of usage of annotation(Dialog(loadSelector)) and annotation(Dialog(saveSelector))
Version 0.11.0, 2021-11-29
  • Read parameters from a Matlab-script
Version 0.10.0, 2021-07-19
  • Switch to Modelica Standard Library (MSL) 4.0.0
  • Fix implementation of C inline code, see #11
  • Fix escape \0 warning in OpenModelica, see #9
  • Improve performance of simulation
  • Fix spelling of documentation
Version 0.9.0, 2019-03-09
  • Switch to Modelica Standard Library 3.2.3, see #6
  • Remove versionBuild in library annotation
Version 0.8.0, 2017-10-08
  • Fixed error in assert message, see #5
  • Added subdirectory Images
Version 0.7.0, 2017-03-15
  • Changed maximum string length from 255 to 512 characters
  • Changed equation to algorithm to better support OpenModelica
Version 0.6.0, 2017-01-05
  • This version supports large CSV case files handled by low level C file writing functions
  • Function writeString renamed by quoteString; this is a non backwards compatible change
  • Removed function writeCaseCSV; this is a non backwards compatible change
  • The following classes are removed since they are obsolete and not needed any more; this is a non-backwards compatible change
    • getCaseCol
    • getCaseColIndex
    • readCaseCSV
    • Examples.ReadCaseCSV
    • Records.Case
    • Records
  • Added low level C functions writeString to write a string to a file
  • Added low level C functions writeLine to write a line to a file
Version 0.5.0, 2017-01-04
Version 0.4.0, 2016-07-29
  • Added option to enable cache when reading
  • Added support for unquoted strings of CSV files
  • Added functions to read 'case CSV' files containing headers and left margin columns
  • Added further examples
Version 0.3.0, 2016-03-12
  • Reading of CSV files now correctly considers delimiter such that CSV file may also contain strings
  • Function expression is moved to package Strings; this a non-backwards compatible change; this may not affect user models since this function is used internally, only
  • Added new function findAll to find all instances of 'searchStings' within 'string'
Version 0.2.0, 2016-03-11
  • Added functions for reading and writing of CSV files
Version 0.1.0, 2016-03-07
  • First release version