Skip to content

Commit

Permalink
Version 2.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Dec 5, 2016
1 parent 30c223a commit da62d3b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions PNlib/RevisionHistory.mo
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ info="<html>
<td valign=\"top\">S. Proß</td>
<td valign=\"top\">Initial release.</td>
</tr>

<tr>
<td valign=\"top\">1.1</td>
<td valign=\"top\">2015-01-13</td>
Expand All @@ -26,6 +27,7 @@ info="<html>
<li>New function PNlib.Functions.Random.initRandom is introduced to make stochastic simulations reproducible.</li>
</ul></td>
</tr>

<tr>
<td valign=\"top\">1.2</td>
<td valign=\"top\">2015-10-19</td>
Expand All @@ -36,6 +38,36 @@ info="<html>
<li>Minor bug fixes</li>
</ul></td>
</tr>

<tr>
<td valign=\"top\">1.3</td>
<td valign=\"top\">2016-04-19</td>
<td valign=\"top\">Lennart Ochel</td>
<td valign=\"top\"><ul>
<li>Added inflow/outflow information to continuous places</li>
<li>Added actual speed information to continuous transitions</li>
<li>Added tests for Dymola</li>
<li>Added more unit tests</li>
<li>Revised some internal algorithm to archive more efficient equation system structure</li>
<li>Minor bug fixes</li>
</ul></td>
</tr>

<tr>
<td valign=\"top\">2.0</td>
<td valign=\"top\">2016-12-05</td>
<td valign=\"top\">Lennart Ochel</td>
<td valign=\"top\"><ul>
<li>Added bicolored places</li>
<li>Fixed division by zero in function decreasingFactor</li>
<li>Fixed division by zero in preliminary speed calculation</li>
<li>Fixed handling of type-3 conflicts</li>
<li>Fixed handling of type-4 conflicts</li>
<li>Fixed missing initial conditions</li>
<li>Fixed zero arc weights</li>
<li>Minor bug fixes</li>
</ul></td>
</tr>
</table>
</html>"));
end RevisionHistory;
2 changes: 1 addition & 1 deletion PNlib/package.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within ;
package PNlib
annotation(uses(Modelica(version="3.2.2")), version="1.4", conversion(noneFromVersion = "1.0", noneFromVersion = "1.1", noneFromVersion = "1.2", noneFromVersion = "1.3"));
annotation(uses(Modelica(version="3.2.2")), version="2.0", conversion(noneFromVersion = "1.0", noneFromVersion = "1.1", noneFromVersion = "1.2", noneFromVersion = "1.3"));
end PNlib;
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The main package PNlib is divided into the following sub-packages:
* _Examples_: contains several examples and unit tests.

## Current release
Download [PNlib v1.3 (2016-04-19)](../../archive/v1.3.zip)
Download [PNlib v2.0 (2016-12-05)](../../archive/v2.0.zip)

## Compatibility
* Works in OpenModelica (latest release) ([trend](https://test.openmodelica.org/libraries/history/PNlib/PNlib-trend.svg), [coverage](https://test.openmodelica.org/libraries/PNlib/BuildModelRecursive.html))
Expand Down

0 comments on commit da62d3b

Please sign in to comment.