You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modelica/UsersGuide/ReleaseNotes.mo
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,84 @@ more of the following changes.
126
126
</html>"));
127
127
end VersionManagement;
128
128
129
+
class Version_4_2_0 "Version 4.2.0 (mmm dd, yyyy)"
130
+
extends Modelica.Icons.ReleaseNotes;
131
+
132
+
annotation (Documentation(info="<html>
133
+
<p>Version 4.2.0 is backward compatible to version 4.1.0. This means, there is no need to convert user models, because no renaming or moving has been done on the library.</p>
134
+
<p>Short overview:</p>
135
+
<ul>
136
+
<li>xx new components (e.g. Blocks for recording of min and max of a signal)</li>
137
+
<li>xx improved components (e.g. tables can now read CSV)</li>
<li>xx bug fixes, which may cause the simulation results to change for the better</li>
140
+
<li>xx models marked as obsolete</li>
141
+
<li>This version is based on the recent Modelica language standard version 3.6.</li>
142
+
<li>About [Link to resolved] issues xxx issues (including xxx pull requests) have been addressed for this release.</li>
143
+
</ul>
144
+
<p>
145
+
The following libraries, that were previously using version Modelica 4.0.0, were tested successfully with version 4.1.0 without any modification, using Dymola 2025x Refresh 1 and/or OpenModelica 1.25.0
146
+
(alphabetical list):
147
+
</p>
148
+
149
+
<p><br>The following <strong><font color=\"blue\">new components</font></strong> have been added to <strong><font color=\"blue\">existing</font></strong> libraries: </p>
<td>Replaces the deprecated IdealizedOpAmpLimited which caused numerical problems.</td>
157
+
</tr>
158
+
</table>
159
+
160
+
<p><br><br>The following <strong><font color=\"blue\">existing components</font></strong> have been <strong><font color=\"blue\">improved</font></strong> in a <strong><font color=\"blue\">backward compatible</font></strong> way:</p>
<p><br><br>The following <strong><font color=\"blue\">existing components</font></strong> have been <strong><font color=\"blue\">changed</font></strong> in a <strong><font color=\"blue\">non-backward compatible</font></strong> way, even though this is not expected in general to affect models using the library, except in very rare cases:</p>
<p><br><br>The following <strong><font color=\"blue\">critical errors</font></strong> have been fixed (i.e., errors that can lead to wrong simulation results): </p>
<p><br><br>The following models were declared as <strong><font color=\"blue\">obsolete</font></strong>, thus to be preferably replaced with better, more general ones:</p>
0 commit comments