Skip to content

Commit

Permalink
Release notes for 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed May 27, 2024
1 parent c120d0d commit 2292e3f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Hopsan-release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,44 @@
******************************
Version History
******************************
2.22.0 (2024-05-27)

----- Bug Fixes -----
- HopsanCore
- Fixed crash in clustered fork-join parallel algorithm
- Fix crash when using non-existing variables in FMIWrapper port specifications
- Fix bugs with collecting log data during multithreaded simulations
- Added missing call to finalize after measuring simulation time
- Multiple variables with same value reference is now supported by FMIWrapper
- Added missing quotation marks around include directories in FMI export Makefile
- Fixed broken pi() function in HCOM/SymHop
- Correct typenames are now used when regenerating component libraries
- Fixed problem with merging divisors after removing factor in SymHop
- Fixed crash when connecting non-existing ports in HCOM
- Fix mixup between system parameters and local variables in HCOM
- Fix FMI export of models without .hmf extension

----- Enhancements -----

- HopsanGUI
- Option to log results during simulation (experimental)
- Image widgets
- Changes to simulation time settings are now supported by undo/redo
- New HCOM command: "dipa" - display components
- Weird multicache error was clarified and converted to a warning
- Existing log data is now automatically removed at startup if no other instance of Hopsan is running
- "log2" function is now supported by HCOM/SymHop
- New HCOM function: "r2d()" - radians to degrees
- New HCOM function: "d2r()" - degrees to radians
- FMIWrappers are now automatically renamed to the FMU base file name
- Real variable names are now used in Matlab (.m) export
- Variable aliases are now shown in Bode plot dialog
- Local HCOM functions can now be used in temporary expression evaluations

- HopsanGenerator
- Timestep can now be controlled in exported FMUs
- Recompilation of a library can now be prevented with XML flag

2.21.1 (2023-06-20)

----- Bug Fixes -----
Expand Down

0 comments on commit 2292e3f

Please sign in to comment.