Releases: lab-v2/pyreason
v1.5.1
Immediate Rules
We add support for rules that need to be applied before any others even if the time is the same. We apply the immediate rule then go to the fixed point operator to check for more applicable rules before resuming normal reasoning.
What's Changed
- Update immediate-rules branch by @dyumanaditya in #12
- Immediate rules by @dyumanaditya in #13
- Fixed bug from v1.5.0
Full Changelog: v1.4.2...1.5.0
v1.5.0
Immediate Rules
We add support for rules that need to be applied before any others even if the time is the same. We apply the immediate rule then go to the fixed point operator to check for more applicable rules before resuming normal reasoning.
What's Changed
- Update immediate-rules branch by @dyumanaditya in #12
- Immediate rules by @dyumanaditya in #13
Full Changelog: v1.4.2...1.5.0
v1.4.2
Added reset function inside pyreason.py to reset certain internal variables.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Filter edges from interpretations by @dyumanaditya in #11
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Parser for rules written in text format by @dyumanaditya in #8
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Reasoning multiple times support
v1.2.9
Fixed bug in yaml parser
1.2.8
Fixed bug while adding edges, made option for non-static graphml facts, possible to represent intervals in graphml
v1.2.7
Option to make graphml facts non-static
v1.2.6
Added option to not fix inconsistencies and override interpretation with new bound