File tree Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1+ v201
12v200
23v101
Original file line number Diff line number Diff line change 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'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;
Original file line number Diff line number Diff 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
3838the <a href=\" modelica://OpenHPL/Resources/Documents/UsersGuide.pdf\">User's Guide PDF</a>
3939and <a href=\" modelica://OpenHPL.UsersGuide.References\">[Vytvytskyi2019]</a>.
4040</p>
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments