Skip to content

Releases: AMIT-HSBI/PNlib

v3.0.0

13 Feb 15:34
cef401c
Compare
Choose a tag to compare

Main Changes

  • Modelica Standard Library 4.0.0
  • Switched to 3-Clause BSD License

What's Changed

New Contributors

Full Changelog: v2.2...v3.0.0

v2.2

24 Oct 07:13
Compare
Choose a tag to compare
  • Minor bug fixes

v2.1

20 Nov 14:54
fb0bb36
Compare
Choose a tag to compare
v2.1 Pre-release
Pre-release
  • Added new time concepts:
    • Event
    • Time tact
    • Fire duration
    • Immediate
  • Added benefit conflict solution for PD with:
    • Greedy algorithm
    • Quotient greedy algorithm
    • Brach and bound algorithm
  • Modified (real) test arc
  • Modified (real) inhibitor arc
  • New stochastic transitions:
    • TES
    • TFDS
  • New distributions:
    • Uniform
    • Triangular
    • Trunked normal
    • Discrete
  • Minor bug fixes

v2.0

05 Dec 11:28
Compare
Choose a tag to compare
  • Added bicolored places
  • Fixed division by zero in function decreasingFactor
  • Fixed division by zero in preliminary speed calculation
  • Fixed handling of type-3 conflicts
  • Fixed handling of type-4 conflicts
  • Fixed missing initial conditions
  • Fixed zero arc weights
  • Minor bug fixes

v1.3

19 Apr 09:22
Compare
Choose a tag to compare
  • 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

v1.2

19 Oct 08:06
Compare
Choose a tag to compare
  • Added support for 64-bit systems
  • Revised some internal algorithm to archive less complex equation system structure
  • Minor bug fixes

v1.1

16 Jan 12:45
Compare
Choose a tag to compare
  • 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.