Skip to content

Commit 4175de9

Browse files
authored
Add files for developments past version 12.0.0 (#4166)
* Prepared post-release files
1 parent 20754a3 commit 4175de9

6 files changed

Lines changed: 124 additions & 3 deletions

File tree

Buildings/UsersGuide/ReleaseNotes/Version_11_1_0.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OPTIMICA 1.55.11 and recent versions of Impact.
1414
</p>
1515
<p>
1616
This backward compatible version adds a new package with heat pump models
17-
that can be operate in reversible mode to provide heating or cooling,
17+
that can be operated in reversible mode to provide heating or cooling,
1818
and that can be configured to use various approaches to compute performance, such as
1919
data tables or Carnot analogy.
2020
</p>

Buildings/UsersGuide/ReleaseNotes/Version_12_0_0.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and inlet temperatures,
2727
for example to create a hot core and warm perimeter.
2828
</li>
2929
<li>
30-
The template models for air-source heat pump and chiller plants has been updated to allow an optional side-stream
30+
The template models for air-source heat pump and chiller plants have been updated to allow an optional side-stream
3131
water-to-water heat recovery heat pump, and to allow optional buffer tanks
3232
on the hot or cold side. Also, its control has been updated.
3333
</li>
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
within Buildings.UsersGuide.ReleaseNotes;
2+
class Version_12_0_1 "Version 12.0.1"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<div class=\"release-summary\">
6+
<p>
7+
Version 12.0.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>xxx</b>
44+
</td>
45+
</tr>
46+
<tr><td valign=\"top\">xxx
47+
</td>
48+
<td valign=\"top\">xxx.
49+
</td>
50+
</tr>
51+
<tr><td colspan=\"2\"><b>xxx</b>
52+
</td>
53+
</tr>
54+
<tr><td valign=\"top\">xxx
55+
</td>
56+
<td valign=\"top\">xxx.
57+
</td>
58+
</tr>
59+
</table>
60+
<!-- Non-backward compatible changes to existing components -->
61+
<p>
62+
The following <b style=\"color:blue\">existing components</b>
63+
have been <b style=\"color:blue\">improved</b> in a
64+
<b style=\"color:blue\">non-backward compatible</b> way:
65+
</p>
66+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
67+
<tr><td colspan=\"2\"><b>xxx</b>
68+
</td>
69+
</tr>
70+
<tr><td valign=\"top\">xxx
71+
</td>
72+
<td valign=\"top\">xxx.
73+
</td>
74+
</tr>
75+
</table>
76+
<!-- Errors that have been fixed -->
77+
<p>
78+
The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
79+
that can lead to wrong simulation results):
80+
</p>
81+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
82+
<tr><td colspan=\"2\"><b>xxx</b>
83+
</td>
84+
</tr>
85+
<tr><td valign=\"top\">xxx
86+
</td>
87+
<td valign=\"top\">xxx.
88+
</td>
89+
</tr>
90+
</table>
91+
<!-- Uncritical errors -->
92+
<p>
93+
The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
94+
that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
95+
units are wrong or errors in documentation):
96+
</p>
97+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
98+
<tr><td colspan=\"2\"><b>xxx</b>
99+
</td>
100+
</tr>
101+
<tr><td valign=\"top\">xxx
102+
</td>
103+
<td valign=\"top\">xxx.
104+
</td>
105+
</tr>
106+
</table>
107+
<p>
108+
Note:
109+
</p>
110+
<ul>
111+
<li>
112+
xxx
113+
</li>
114+
</ul>
115+
</html>"));
116+
end Version_12_0_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_12_0_0\">Version 12.0.1</a> (xxx, 2025)
14+
</li>
15+
<li>
1316
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_12_0_0\">Version 12.0.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_12_0_1
12
Version_12_0_0
23
Version_11_1_0
34
Version_11_0_0

Buildings/package.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ package Buildings "Library with models for building energy and control systems"
55

66
annotation (
77
preferredView="info",
8-
version="12.0.0",
8+
version="12.0.1",
99
versionDate="2025-03-17",
1010
dateModified="2025-03-17",
1111
uses(Modelica(version="4.0.0")),
1212
conversion(
13+
noneFromVersion="12.0.0",
1314
from(
1415
version={"11.0.0", "11.1.0"},
1516
script="modelica://Buildings/Resources/Scripts/Conversion/ConvertBuildings_from_11_to_12.0.0.mos"),

0 commit comments

Comments
 (0)