Skip to content

Commit 92bdf3c

Browse files
committed
Generate release v2.0.1 of OpenHPL
1 parent c95938b commit 92bdf3c

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
v201
12
v200
23
v101
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
within OpenHPL.UsersGuide.ReleaseNotes;
2+
class v201 "Version 2.0.1 (2023-03-10)"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<h4>What&apos;s Changed</h4>
6+
<p>
7+
This version of <code><strong>OpenHPL</strong></code> is
8+
<strong>backwards compatible</strong> with
9+
<a href=\"modelica://OpenHPL.UsersGuide.ReleaseNotes.v200\">Version 2.0.0</a>
10+
which contains a series of bug fixes specifically aimed to make it more compliant with
11+
the <a href=\"https://openmodelica.org\">OpenModelica</a> tool.
12+
</p>
13+
<h5>Highlights</h5>
14+
<ul>
15+
<li>Remove/convert non-standard vendor annotations.</li>
16+
<li>Better initial values for the examples.</li>
17+
<li>Remove conflicting initialisations.</li>
18+
<li>Fixes to documentation links.</li>
19+
</ul>
20+
<h5>Full Changelog</h5>
21+
<p><code><a href=\"https://github.com/OpenSimHub/OpenHPL/compare/v2.0.0...v2.0.1\">v2.0.0...v2.0.1</a></code></p>
22+
</html>"));
23+
end v201;

OpenHPL/UsersGuide/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ possible to model the electrical part for the hydropower system.
3434
</li>
3535
</ol>
3636
<p>
37-
A detailed description of each hydropower unit and their uses are presented below in
37+
A more detailed description is presented in
3838
the <a href=\"modelica://OpenHPL/Resources/Documents/UsersGuide.pdf\">User's Guide PDF</a>
3939
and <a href=\"modelica://OpenHPL.UsersGuide.References\">[Vytvytskyi2019]</a>.
4040
</p>

OpenHPL/package.mo

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ package OpenHPL "Open-source hydropower library"
44
import Modelica.Units.SI;
55

66
annotation (
7-
version="2.0.0",
8-
versionDate="2022-09-07",
7+
version="2.0.1",
8+
conversion(noneFromVersion="2.0.0"),
9+
versionDate="2023-03-10",
910
Protection(access = Access.packageDuplicate),
1011
uses(OpenIPSL(version="3.0.1"), Modelica(version="4.0.0")),
1112
preferredView="info",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ More information about the library can be found in the [User's Guide](OpenHPL/Re
1212

1313
## Current release
1414

15-
Download [OpenHPL v2.0.0 (2022-09-07)](../../releases/tag/v2.0.0)
15+
Download [OpenHPL v2.0.1 (2023-03-10)](../../releases/tag/v2.0.1)
1616

1717
## License
1818

0 commit comments

Comments
 (0)