@@ -4,44 +4,33 @@ class Version_12_1_0 "Version 12.1.0"
44 annotation (Documentation(info="<html>
55<div class=\" release-summary\">
66<p>
7- Version 12.1.0 is ... xxx
7+ Version 12.1.0 is backward compatible with 12.0.0.
8+ </p>
9+ <p>
10+ The library has been tested with
11+ Dymola 2025x,
12+ OpenModelica 1.24.0,
13+ OPTIMICA 1.55.11 and recent versions of Impact.
14+ </p>
15+ <p>
16+ This backward compatible version adds a new package with an autotuning PID controller.
17+ </p>
18+ <p>
19+ Also, many models have been updated to improve performance, to ensure compliance with the Modelica Language Standard and to correct model errors.
820</p>
921</div>
1022<!-- New libraries -->
1123<p>
1224The following <b style=\" color:blue\">new libraries</b> have been added:
1325</p>
1426<table class=\" releaseTable\" summary=\" summary\" border=\" 1\" cellspacing=\" 0\" cellpadding=\" 2\">
15- <tr><td valign=\" top\">xxx
16- </td>
17- <td valign=\" top\">xxx.
18- </td>
19- </tr>
20- </table>
21- <!-- New components for existing libraries -->
22- <p>
23- The following <b style=\" color:blue\">new components</b> have been added
24- to <b style=\" color:blue\">existing</b> libraries:
25- </p>
26- <table class=\" releaseTable\" summary=\" summary\" border=\" 1\" cellspacing=\" 0\" cellpadding=\" 2\" style=\" border-collapse:collapse;\">
27- <tr><td colspan=\" 2\"><b>Buildings.Controls.OBC</b>
28- </td>
29- </tr>
3027<tr><td valign=\" top\">Buildings.Controls.OBC.Utilities.PIDWithAutotuning
3128 </td>
32- <td valign=\" top\">Package that contains components for the PID controller that can
33- autotune the control gain and time constants.
34- </td>
35- </tr>
36- <tr><td colspan=\" 2\"><b>xxx</b>
37- </td>
38- </tr>
39- <tr><td valign=\" top\">xxx
40- </td>
41- <td valign=\" top\">xxx.
29+ <td valign=\" top\">Package that contains an autotuning PID controller.
4230 </td>
4331 </tr>
4432</table>
33+ <!-- New components for existing libraries -->
4534<!-- Backward compatible changes -->
4635<p>
4736The following <b style=\" color:blue\">existing components</b>
@@ -135,31 +124,8 @@ have been <b style=\"color:blue\">improved</b> in a
135124 <a href=\" https://github.com/ibpsa/modelica-ibpsa/issues/1976\">IBPSA, #1976</a>.
136125 </td>
137126</tr>
138- <tr><td colspan=\" 2\"><b>xxx</b>
139- </td>
140- </tr>
141- <tr><td valign=\" top\">xxx
142- </td>
143- <td valign=\" top\">xxx.
144- </td>
145- </tr>
146127</table>
147128<!-- Non-backward compatible changes to existing components -->
148- <p>
149- The following <b style=\" color:blue\">existing components</b>
150- have been <b style=\" color:blue\">improved</b> in a
151- <b style=\" color:blue\">non-backward compatible</b> way:
152- </p>
153- <table class=\" releaseTable\" summary=\" summary\" border=\" 1\" cellspacing=\" 0\" cellpadding=\" 2\" style=\" border-collapse:collapse;\">
154- <tr><td colspan=\" 2\"><b>xxx</b>
155- </td>
156- </tr>
157- <tr><td valign=\" top\">xxx
158- </td>
159- <td valign=\" top\">xxx.
160- </td>
161- </tr>
162- </table>
163129<!-- Errors that have been fixed -->
164130<p>
165131The following <b style=\" color:red\">critical errors</b> have been fixed (i.e., errors
@@ -205,28 +171,5 @@ that can lead to wrong simulation results):
205171</tr>
206172</table>
207173<!-- Uncritical errors -->
208- <p>
209- The following <b style=\" color:red\">uncritical errors</b> have been fixed (i.e., errors
210- that do <b style=\" color:red\">not</b> lead to wrong simulation results, e.g.,
211- units are wrong or errors in documentation):
212- </p>
213- <table class=\" releaseTable\" summary=\" summary\" border=\" 1\" cellspacing=\" 0\" cellpadding=\" 2\" style=\" border-collapse:collapse;\">
214- <tr><td colspan=\" 2\"><b>xxx</b>
215- </td>
216- </tr>
217- <tr><td valign=\" top\">xxx
218- </td>
219- <td valign=\" top\">xxx.
220- </td>
221- </tr>
222- </table>
223- <p>
224- Note:
225- </p>
226- <ul>
227- <li>
228- xxx
229- </li>
230- </ul>
231174</html>" ));
232175end Version_12_1_0;
0 commit comments