Skip to content

Version v2.3.4 (2016-03-11)

Compare
Choose a tag to compare
@dietmarw dietmarw released this 31 Jan 09:06
  • This version requires the Modelica Standard Library v3.2.2. It is backward compatible to the previous version 2.3.3.
  • Improvements in this version:
    • New functions in Modelica_LinearSystems2.Utilities.Plot to read FFT results from file and plot them (e.g., from Modelica.Math.FastFourierTransform.Examples.RealFFT1):
      • plot_FFT_fromFile
      • plot_FFTs_from_directory
      • plot_FFTs_of_model
    • Improved log output (by logging the full path name and not only the given file name) for:
      • StateSpace.Import.fromFile
      • Internal.StateSpace2.Import.fromFile
      • DiscreteStateSpace.Import.fromFile
    • Improved documentation of DiscreteStateSpace.Import.fromFile
    • HTML formatting of tables improved (left justifed instead of right justified, margins above and below)
  • Bug fixes performed in this version:
    • FilterFIR: Removed if-condition of a parameter declaration (not possible to disable a parameter declaration in Modelica)
    • Removed wrong C++ comment in Modelica_LinearSystems2.Internal.Streams.readMatrixInternal.
    • Minor issues corrected so that Dymola 2017 Beta.1 checkes successfully with pedantic flag:
      • import statements corrected
      • wrong Diagram annotations changed to Dialog annotations
      • non-standard annotation "translateModel" changed to __Dymola_translateModel