Skip to content

Commit

Permalink
Merge pull request #1079 from lbl-srg/issue1078_release5_0_1
Browse files Browse the repository at this point in the history
Changed release notes
  • Loading branch information
mwetter authored Nov 22, 2017
2 parents 894b079 + ba91317 commit 67577bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 95 deletions.
104 changes: 10 additions & 94 deletions Buildings/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -132,76 +132,16 @@ its class name ends with the string <code>Beta</code>.
annotation (Documentation(info="<html>
<div class=\"release-summary\">
<p>
Version 5.0.1 is ... xxx
Version 5.0.1 corrects an error in <code>Buildings.Fluid.SolarCollectors</code>
that led to too small heat losses if a collector has more than one panel.
Also, Dymola specific annotations to load data files in a GUI have been replaced
for compatibility with other tools.
Otherwise, version 5.0.1 is identical to 5.0.0.
</p>
</div>
<!-- New libraries -->
<p>
The following <b style=\"color:blue\">new libraries</b> have been added:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=0 cellpadding=2>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- New components for existing libraries -->
<p>
The following <b style=\"color:blue\">new components</b> have been added
to <b style=\"color:blue\">existing</b> libraries:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Backward compatible changes -->
<p>
The following <b style=\"color:blue\">existing components</b>
have been <b style=\"color:blue\">improved</b> in a
<b style=\"color:blue\">backward compatible</b> way:
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Non-backward compatible changes to existing components -->
<p>
The following <b style=\"color:blue\">existing components</b>
have been <b style=\"color:blue\">improved</b> in a
<b style=\"color:blue\">non-backward compatible</b> way:
All models simulate with Dymola 2017FD01, Dymola 2018 and JModelica (revision 10374).
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<!-- Errors that have been fixed -->
</div>
<p>
The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
that can lead to wrong simulation results):
Expand All @@ -214,35 +154,11 @@ its class name ends with the string <code>Beta</code>.
Buildings.Fluid.SolarCollectors.EN12975
</td>
<td valign=\"top\">Corrected error in parameterization of heat loss calculation
that led to too small heat losses if the number of panels is different from one.<br/>
that led to too small heat losses if a collector has more than one panel.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/1073\">issue 1073</a>.
</td>
</tr>
</table>
<!-- Uncritical errors -->
<p>
The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
units are wrong or errors in documentation):
</p>
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=0 cellpadding=2 style=\"border-collapse:collapse;\">
<tr><td colspan=\"2\"><b>xxx</b>
</td>
</tr>
<tr><td valign=\"top\">xxx
</td>
<td valign=\"top\">xxx.
</td>
</tr>
</table>
<p>
Note:
</p>
<ul>
<li>
xxx
</li>
</ul>
</html>"));
end Version_5_0_1;

Expand Down Expand Up @@ -6500,7 +6416,7 @@ on the Buildings library.
</p>
<ul>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_5_0_1\">Version 5.0.1</a> (xxx)
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_5_0_1\">Version 5.0.1</a> (November 22, 2017)
</li>
<li>
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_5_0_0\">Version 5.0.0</a> (November 17, 2017)
Expand Down Expand Up @@ -7040,7 +6956,7 @@ annotation (
preferredView="info",
version="5.0.1",
versionDate="2017-11-17",
dateModified="2017-11-17",
dateModified="2017-11-22",
uses(Modelica(version="3.2.2")),
conversion(
from(version={"4.0.0", "5.0.0"},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The main project site is http://simulationresearch.lbl.gov/modelica.

## Current release

Download [Buildings Library 5.0.0 (2017-11-17)](https://github.com/lbl-srg/modelica-buildings/releases/download/v5.0.0/Buildings-v5.0.0.zip)
Download [Buildings Library 5.0.1 (2017-11-22)](https://github.com/lbl-srg/modelica-buildings/releases/download/v5.0.1/Buildings-v5.0.1.zip)

## License

Expand Down

0 comments on commit 67577bd

Please sign in to comment.