Skip to content

Release 2.18.0

Compare
Choose a tag to compare
@peterNordin peterNordin released this 25 Feb 21:51
· 345 commits to master since this release
35ee936

Enhancements

  • HopsanCore:
    • New "filepath" parameter type (variable class HFilePath). It is basically a string, but will enable a browse dialog button in
      the component properties dialog. File paths will be added relative to the model, if you want absolute paths, you will have to
      copy paste the path into to file path text field (like before)

Bug Fixes

  • HopsanGUI:

    • Due to the random bug described below, starting optimization would instantly freeze the program
  • Ops:

    • On the Windows version build with MinGW the random generator would return the same value on each call. It now returns actual random values
    • Due to this random bug, optimization would freeze during initialization (get stuck in an infinite loop)

Component Libraries

  • Various improvements and fixes to the experimental FMI wrapper component (Extension library)
  • LookupTable components now use the filepath parameter type to allow browsing for files