Skip to content

Commit

Permalink
Generate release v2.0.0 of OpenHPL
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarw committed Sep 7, 2022
1 parent dca5007 commit 84d3b8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions OpenHPL/UsersGuide/ReleaseNotes/v200.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ class v200 "Version 2.0.0 (2022-09-07)"
<h4>What&apos;s Changed</h4>
<p>
This new version of <code><strong>OpenHPL</strong></code> is a
<strong>non-backward compatible</strong> release based on the
<strong>non-backwards compatible</strong> release based on the
<a href=\"https://github.com/modelica/ModelicaStandardLibrary/releases/tag/v4.0.0\">
Modelica Standard Library version 4.0.0</a> which contains a series of improvements and bugfixes.
Modelica Standard Library version 4.0.0</a> which contains a series of improvements and bug fixes.
</p>
<p>
This release is non-backward compatible to earlier versions of OpenHPL.
This release is non-backwards compatible with earlier versions of OpenHPL.
This means it contains changes to the names of classes, parameters, variables, connectors, and more.
Users will have to manually edit their existing models that were based on older versions of OpenHPL.
</p>
Expand All @@ -20,7 +20,7 @@ Users will have to manually edit their existing models that were based on older
<a href=\"modelica://OpenHPL/Resources/LICENSE\">Mozilla Public License, v. 2.0</a> .</li>
<li>More waterway components like draft tube and different bend type types.</li>
<li>The different fitting types can now be selected via a drop-down list.</li>
<li>The mechanics of turbine and generator are now modelled by using rotational mechanic components
<li>The mechanics of the turbine and generator are now modelled by using rotational mechanic components
allowing for proper physical connections with torque feedback.</li>
<li>New <a href=\"modelica://OpenHPL.ElectroMech.PowerSystem\">PowerSystem</a> package for
simulating active power flow using rotational mechanic equivalents.</li>
Expand Down
4 changes: 2 additions & 2 deletions OpenHPL/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package OpenHPL "Open-source hydropower library"
import Modelica.Units.SI;

annotation (
version="2.0.0-dev",
versionDate="2022-05-24",
version="2.0.0",
versionDate="2022-09-07",
Protection(access = Access.packageDuplicate),
uses(OpenIPSL(version="3.0.1"), Modelica(version="4.0.0")),
preferredView="info",
Expand Down

0 comments on commit 84d3b8f

Please sign in to comment.