Skip to content

Commit

Permalink
Release version 1.3
Browse files Browse the repository at this point in the history
* Added inflow/outflow information to continuous places
* Added actual speed information to continuous transitions
* Added tests for Dymola
* Added more unit tests
* Revised some internal algorithm to archive more efficient equation system structure
* Minor bug fixes
  • Loading branch information
lochel committed Apr 19, 2016
1 parent 32ed9b4 commit 4f5eff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
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.1")), version="1.2", conversion(noneFromVersion = "1.0", noneFromVersion = "1.1"));
annotation(uses(Modelica(version="3.2.1")), version="1.3", conversion(noneFromVersion = "1.0", noneFromVersion = "1.1", noneFromVersion = "1.2"));
end PNlib;
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +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.2 (2015-10-19)](../../archive/v1.2.zip)

#### Release notes
* [Version v1.2](../../archive/v1.2.zip) (2015-10-19)
* Added support for 64-bit systems
* Revised some internal algorithm to archive less complex equation system structure
* Minor bug fixes
* [Version v1.1](../../archive/v1.1.zip) (2015-01-13)
* This is basically an adaptation of PNlib version 1.0 to Modelica 3.3 to remove tool dependencies (e.g. impure instead of __Dymola_pure annotation).
* New function PNlib.Functions.Random.initRandom is introduced to make stochastic simulations reproducible.
* [Version v1.0](../../archive/v1.0.zip) (2012-05-15)
* Initial release.
Download [PNlib v1.3 (2016-04-19)](../../archive/v1.3.zip)

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

0 comments on commit 4f5eff3

Please sign in to comment.