Skip to content

Commit bde3e35

Browse files
committed
Updated release notes
1 parent a502341 commit bde3e35

3 files changed

Lines changed: 133 additions & 0 deletions

File tree

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
within Buildings.UsersGuide.ReleaseNotes;
2+
class Version_11_1_1 "Version 11.1.1"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<div class=\"release-summary\">
6+
<p>
7+
Version 11.1.1 is ... xxx
8+
</p>
9+
</div>
10+
<!-- New libraries -->
11+
<p>
12+
The following <b style=\"color:blue\">new libraries</b> have been added:
13+
</p>
14+
<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>xxx</b>
28+
</td>
29+
</tr>
30+
<tr><td valign=\"top\">xxx
31+
</td>
32+
<td valign=\"top\">xxx.
33+
</td>
34+
</tr>
35+
</table>
36+
<!-- Backward compatible changes -->
37+
<p>
38+
The following <b style=\"color:blue\">existing components</b>
39+
have been <b style=\"color:blue\">improved</b> in a
40+
<b style=\"color:blue\">backward compatible</b> way:
41+
</p>
42+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
43+
<tr><td colspan=\"2\"><b>Buildings.Fluid.Geothermal</b><br/>
44+
Buildings.Utilities.Clustering
45+
</td>
46+
</tr>
47+
<tr><td colspan=\"2\"><b>Buildings.Electrical</b>
48+
</td>
49+
</tr>
50+
<tr><td valign=\"top\">Buildings.Electrical.BaseClasses.WindTurbine.PartialWindTurbine
51+
</td>
52+
<td valign=\"top\">Changed model to avoid a rounding error that occurs due to the revised definition of <code>eps</code>
53+
in the development version of the Modelica Standard Library 4.1.0.<br/>
54+
This is for <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1996\">IBPSA, #1996</a>.
55+
</td>
56+
</tr>
57+
<tr><td valign=\"top\">Buildings.Utilities.Clustering.KMeans
58+
</td>
59+
<td valign=\"top\">Improved code to avoid an error during initialization of certain borefield geometries.<br/>
60+
This is for <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1985\">IBPSA, #1985</a> and
61+
<a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1976\">IBPSA, #1976</a>.
62+
</td>
63+
</tr>
64+
<tr><td colspan=\"2\"><b>xxx</b>
65+
</td>
66+
</tr>
67+
<tr><td valign=\"top\">xxx
68+
</td>
69+
<td valign=\"top\">xxx.
70+
</td>
71+
</tr>
72+
</table>
73+
<!-- Non-backward compatible changes to existing components -->
74+
<p>
75+
The following <b style=\"color:blue\">existing components</b>
76+
have been <b style=\"color:blue\">improved</b> in a
77+
<b style=\"color:blue\">non-backward compatible</b> way:
78+
</p>
79+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
80+
<tr><td colspan=\"2\"><b>xxx</b>
81+
</td>
82+
</tr>
83+
<tr><td valign=\"top\">xxx
84+
</td>
85+
<td valign=\"top\">xxx.
86+
</td>
87+
</tr>
88+
</table>
89+
<!-- Errors that have been fixed -->
90+
<p>
91+
The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
92+
that can lead to wrong simulation results):
93+
</p>
94+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
95+
<tr><td colspan=\"2\"><b>xxx</b>
96+
</td>
97+
</tr>
98+
<tr><td valign=\"top\">xxx
99+
</td>
100+
<td valign=\"top\">xxx.
101+
</td>
102+
</tr>
103+
</table>
104+
<!-- Uncritical errors -->
105+
<p>
106+
The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
107+
that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
108+
units are wrong or errors in documentation):
109+
</p>
110+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
111+
<tr><td colspan=\"2\"><b>xxx</b>
112+
</td>
113+
</tr>
114+
<tr><td valign=\"top\">xxx
115+
</td>
116+
<td valign=\"top\">xxx.
117+
</td>
118+
</tr>
119+
</table>
120+
<p>
121+
Note:
122+
</p>
123+
<ul>
124+
<li>
125+
xxx
126+
</li>
127+
</ul>
128+
</html>"));
129+
end Version_11_1_1;

Buildings/UsersGuide/ReleaseNotes/package.mo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on the Buildings library.
1010
</p>
1111
<ul>
1212
<li>
13+
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_11_1_1\">Version 11.1.1</a> (xxx)
14+
</li>
15+
<li>
1316
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_11_1_0\">Version 11.1.0</a> (March 17, 2025)
1417
</li>
1518
<li>

Buildings/UsersGuide/ReleaseNotes/package.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Version_11_1_1
12
Version_11_1_0
23
Version_11_0_0
34
Version_10_1_1

0 commit comments

Comments
 (0)