From d34a259960ca12b2126ef188f2d20fc8148eafb2 Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Mon, 5 Dec 2022 07:10:26 -0800
Subject: [PATCH] Maint 9.1.x release notes (#3183)
* Updated set up of github actions
This removes deprecated version (https://github.com/lbl-srg/modelica-buildings/actions/runs/3605039255) and git-lfs
* Updated release notes
* Corrected html
---
Buildings/package.mo | 59 ++++++++++++++++++++++++--------------------
README.md | 2 +-
2 files changed, 33 insertions(+), 28 deletions(-)
diff --git a/Buildings/package.mo b/Buildings/package.mo
index b9d62dca390..f2a173fe6c8 100644
--- a/Buildings/package.mo
+++ b/Buildings/package.mo
@@ -208,8 +208,36 @@ Each class (i.e., model, block and function) must be used in an example or valid
annotation (Documentation(info="
-Version 9.1.0 is backward compatible with 9.0.0 xxx
+Version 9.1.0 is backward compatible with 9.0.0.
+
+The library has been tested with Dymola 2023x,
+OpenModelica 1.20.0-dev (314-g3033f43-1),
+OPTIMICA (revision 2022-05-09-master-4b0cd2bf71) and recent versions of Impact.
+
+
+The following major changes have been done:
+
+
+-
+The ASHRAE Guideline 36 air-side sequences have been updated to the official release.
+They are in the package
Buildings.Controls.OBC.ASHRAE.G36
.
+The previous public release draft is still distributed with this version.
+
+-
+Various new blocks for the Control Description Language have been added to the package
+
Buildings.Controls.OBC.CDL
.
+
+-
+The flow rate control in various examples has been improved to avoid large pump or fan heads
+if the mass flow rate is prescribed rather than computed based on the pump or fan curve.
+
+-
+Various models have been improved for robustness,
+for compatibility with the
Modelica.Media
library,
+and to correct errors.
+
+
@@ -521,29 +549,6 @@ that can lead to wrong simulation results):
-
-The following uncritical errors have been fixed (i.e., errors
-that do not lead to wrong simulation results, e.g.,
-units are wrong or errors in documentation):
-
-
-xxx
- |
-
-xxx
- |
- xxx.
- |
-
-
-
-Note:
-
-
"));
end Version_9_1_0;
@@ -10987,7 +10992,7 @@ on the Buildings library.
-
-Version 9.1.0 (xxx, 2022)
+Version 9.1.0 (December 6, 2022)
-
Version 9.0.0 (May 31, 2022)
@@ -11537,8 +11542,8 @@ end UsersGuide;
annotation (
preferredView="info",
version="9.1.0",
-versionDate="2022-05-31",
-dateModified="2022-05-31",
+versionDate="2022-12-06",
+dateModified="2022-12-06",
uses(Modelica(version="4.0.0")),
conversion(
noneFromVersion="9.0.0",
diff --git a/README.md b/README.md
index 5f5e8e9b2e9..3d6284f06dc 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The main project site is http://simulationresearch.lbl.gov/modelica.
## Current release
-Download [Buildings Library 9.0.0 (2022-05-31)](https://github.com/lbl-srg/modelica-buildings/releases/download/v9.0.0/Buildings-v9.0.0.zip)
+Download [Buildings Library 9.1.0 (2022-12-06)](https://github.com/lbl-srg/modelica-buildings/releases/download/v9.1.0/Buildings-v9.1.0.zip)
## License