Bug fix release.
- String constants
"foo"^^<http://www.w3.org/2001/XMLSchema#string>
and"foo"
are now interchangeable (#73, #55). - Build works on M1 and M2 Mac machines (#96).
- Workaround for correctness issue of the restricted chase for multihead rules that share an existential variable (#98, #64); rules are re-written internally (see #64).
- Fix for incomplete query answering for rules with partially grounded atoms in the body (#95).
- Memory leak from
TupleIterator
is now fixed (#94). - Fix for EDB file paths on Windows machines (#97)
- Acyclicity correctness fixes