Skip to content

Commit 524183c

Browse files
committed
Add release notes for 2.11.0
1 parent 0ed774c commit 524183c

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

Hopsan-release-notes.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,64 @@
3131
Version History
3232
******************************
3333

34+
2.11.0 (2019-01-25)
35+
36+
--- Enhancements ---
37+
38+
- HopsanCore
39+
- Add quantity Resistance with base unit Ohm instead of "ohm".
40+
Also adds common unit scales to HopsanGUI.
41+
- Add common math functions to embedded script (numhop), see users guide for details.
42+
You can now write expression like "x=cos(y)" or "a=atan2(b,c+2)"
43+
44+
- HopsanGenerator:
45+
- Added generator for compiler commands that should work with both GCC and Clang.
46+
This is only used for library import compilation right now. It will be extended to FMU exporting later.
47+
This should enable custom library importing on MacOS from HopsanGUI (but this has not been tested).
48+
49+
- HopsanGUI
50+
- Built-in script editor for HCOM scripts.
51+
- Improved auto-completer in HCOM terminal.
52+
- Case insensitive auto-completer for filter function in component library widget.
53+
- It is now possible to add trace variables from multiple selected ports in the "debugging" widget.
54+
- Improved find widget Ctrl+F, it now behaves similarly as in other application.
55+
- Units scales are now sorted by scale.
56+
- Removing three second real-time plotting window limit.
57+
- Made it possible to run real-time animation (and plotting) without needing a previous log data generation.
58+
- Add "chds" Change diagram size (and position) HCOM command.
59+
- Click anywhere on the workspace to quickly add new components. Write the name in the filter box.
60+
- The HoLC text editor functionality has been merged into HopsanGUI to improve and simplify the code editing experience.
61+
- Improved the save-state functionality so that it is possible to recompile libraries without first closing the models that are using them.
62+
Together with the code editor improvements this simplifies component development.
63+
64+
- HoLC:
65+
- Short-key Ctrl+G for quickly compiling (G for generate).
66+
- Zoom text with Ctrl+MouseWheel
67+
- Improved auto-completer, automatically show auto-complete suggestions while user is typing.
68+
Force-open auto-completer with Ctrl+Space
69+
- Find widget in HoLC text editor, open with Ctrl+F
70+
71+
72+
--- Bug Fixes ---
73+
74+
- HopsanGUI:
75+
- Program crash after removal of disabled components.
76+
- Incorrect "parameter not used" warning when parameter values are given by expressions.
77+
- Plot unit selection does not allow a unit with scale one other than the base unit.
78+
- Import button in data explorer is now disable when no model is open, to prevent import data from
79+
going nowhere.
80+
- Crash when double-clicking scope in real-time animation without an existing generation.
81+
- Fix "real-time" plotting of play-back data. Now correct data index will be used instead of latest.
82+
- System parameters in expressions are not added when copy-pasting components into a new system.
83+
84+
--- Component Libraries ---
85+
86+
- New spring-loaded switch animation component.
87+
- Add min and max limit parameters for animation slider component.
88+
- Add controller output limits to SignalPID2.
89+
- Add Hidden leakage flow port in CylinderC component.
90+
91+
------------------------------------------------------------------------------------------------------------------------
3492
2.10.0 (2018-09-28)
3593

3694
--- Important Changes ---
@@ -87,6 +145,7 @@
87145
the simulation may not behave as you expect.
88146

89147

148+
------------------------------------------------------------------------------------------------------------------------
90149
2.9.0 (2018-07-02)
91150

92151
--- Important Changes ---

0 commit comments

Comments
 (0)