github Hopsan/hopsan v2.13.0
Release 2.13.0

latest releases: v2.22.1, v2.22.0, v2.21.1...
4 years ago

Enhancements

  • HopsanGUI:
    • Improved library and code generation / development capabilities in HopsanGUI. It is now the preferred choice for library development.
      HoLC is deprecated and will not see further development or updates.
    • Libraries can now include Modelica .mo files (a subset is supported), and the corresponding c++ Hopsan components will be auto generated

Bug Fixes

  • HopsanGUI:

    • Fixed drag-copying with right mouse button
    • Fix bug in arguments check for exec HCOM command
  • HopsanGenerator:

    • Prevent generating header guards starting with digits (would fail for models whose name starts with a number)
    • Fix model assets export for stand-alone exe-export. Assets will be stored in a directory called modelname-resources
      This directory must accompany the exe file if it is moved.
    • Set better default permission for exported files, rw_rw_rw_ for code and rwxrwxr_x for executable files

Component Libraries

  • Lookup table components now have the option to add internal csv data as a parameter, this makes it easier to quickly create simple lookup tables without having to deal with external files
  • Lookup tables no support reading values from white-space padded columns
    Example: 1.0, 2.0, 3.0
    10 , 20 , 30

Don't miss a new hopsan release

NewReleases is sending notifications on new releases.