Skip to content

Commit 560c8e4

Browse files
authored
Update version information for release 12.1 (#4250)
* Updated release notes * Updated version date * Update version number and date
1 parent 6695e2a commit 560c8e4

4 files changed

Lines changed: 19 additions & 76 deletions

File tree

Buildings/UsersGuide/ReleaseNotes/Version_12_1_0.mo

Lines changed: 15 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1224
The 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>
4736
The 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>
165131
The 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>"));
232175
end Version_12_1_0;

Buildings/UsersGuide/ReleaseNotes/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on the Buildings library.
1010
</p>
1111
<ul>
1212
<li>
13-
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_12_0_0\">Version 12.1.0</a> (xxx, 2025)
13+
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_12_1_0\">Version 12.1.0</a> (May 29, 2025)
1414
</li>
1515
<li>
1616
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_12_0_0\">Version 12.0.0</a> (March 17, 2025)

Buildings/package.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package Buildings "Library with models for building energy and control systems"
66
annotation (
77
preferredView="info",
88
version="12.1.0",
9-
versionDate="2025-03-17",
10-
dateModified="2025-03-17",
9+
versionDate="2025-05-29",
10+
dateModified="2025-05-29",
1111
uses(Modelica(version="4.0.0")),
1212
conversion(
1313
noneFromVersion="12.0.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The main project site is http://simulationresearch.lbl.gov/modelica.
2929

3030
## Current release
3131

32-
Download [Buildings Library 12.0.0 (2025-03-17)](https://github.com/lbl-srg/modelica-buildings/releases/download/v12.0.0/Buildings-v12.0.0.zip)
32+
Download [Buildings Library 12.1.0 (2025-05-29)](https://github.com/lbl-srg/modelica-buildings/releases/download/v12.1.0/Buildings-v12.1.0.zip)
3333

3434
## License
3535

0 commit comments

Comments
 (0)