|
30 | 30 | ****************************** |
31 | 31 | Version History |
32 | 32 | ****************************** |
| 33 | +2.22.0 (2024-05-27) |
| 34 | + |
| 35 | +----- Bug Fixes ----- |
| 36 | +- HopsanCore |
| 37 | + - Fixed crash in clustered fork-join parallel algorithm |
| 38 | + - Fix crash when using non-existing variables in FMIWrapper port specifications |
| 39 | + - Fix bugs with collecting log data during multithreaded simulations |
| 40 | + - Added missing call to finalize after measuring simulation time |
| 41 | + - Multiple variables with same value reference is now supported by FMIWrapper |
| 42 | + - Added missing quotation marks around include directories in FMI export Makefile |
| 43 | + - Fixed broken pi() function in HCOM/SymHop |
| 44 | + - Correct typenames are now used when regenerating component libraries |
| 45 | + - Fixed problem with merging divisors after removing factor in SymHop |
| 46 | + - Fixed crash when connecting non-existing ports in HCOM |
| 47 | + - Fix mixup between system parameters and local variables in HCOM |
| 48 | + - Fix FMI export of models without .hmf extension |
| 49 | + |
| 50 | +----- Enhancements ----- |
| 51 | + |
| 52 | +- HopsanGUI |
| 53 | + - Option to log results during simulation (experimental) |
| 54 | + - Image widgets |
| 55 | + - Changes to simulation time settings are now supported by undo/redo |
| 56 | + - New HCOM command: "dipa" - display components |
| 57 | + - Weird multicache error was clarified and converted to a warning |
| 58 | + - Existing log data is now automatically removed at startup if no other instance of Hopsan is running |
| 59 | + - "log2" function is now supported by HCOM/SymHop |
| 60 | + - New HCOM function: "r2d()" - radians to degrees |
| 61 | + - New HCOM function: "d2r()" - degrees to radians |
| 62 | + - FMIWrappers are now automatically renamed to the FMU base file name |
| 63 | + - Real variable names are now used in Matlab (.m) export |
| 64 | + - Variable aliases are now shown in Bode plot dialog |
| 65 | + - Local HCOM functions can now be used in temporary expression evaluations |
| 66 | + |
| 67 | +- HopsanGenerator |
| 68 | + - Timestep can now be controlled in exported FMUs |
| 69 | + - Recompilation of a library can now be prevented with XML flag |
| 70 | + |
33 | 71 | 2.21.1 (2023-06-20) |
34 | 72 |
|
35 | 73 | ----- Bug Fixes ----- |
|
0 commit comments