Releases: AMIT-HSBI/PNlib
Releases · AMIT-HSBI/PNlib
v3.0.0
Main Changes
- Modelica Standard Library 4.0.0
- Switched to 3-Clause BSD License
What's Changed
- Add tokenflow to discrete places by @lochel in #69
- Fix the user's guide by @lochel in #70
- Disable experiment annotation in Station1 by @lochel in #71
- Add __OpenModelica_simulationFlags to example ConTest.Conflict by @lochel in #74
- Add workflow for automated testing by @phannebohm in #76
- Upgrade to Modelica 4.0.0 by @phannebohm in #77
- Fix workflow for testing OpenModelica by @phannebohm in #78
- [janitor] Simplify and remove unused code by @phannebohm in #79
- Contiuous Integration using OpenModelica/openmodelica-library-testing-action by @AnHeuermann in #83
- Deploy action results fron master by @AnHeuermann in #85
- Release 3.0.0 by @phannebohm in #80
New Contributors
- @phannebohm made their first contribution in #76
- @AnHeuermann made their first contribution in #83
Full Changelog: v2.2...v3.0.0
v2.2
v2.1
- 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
- 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