New Features and Improvements
- Major rework of the parser, allowing for more expressive error messages
- Improved Rule API
- Added
REGEX
function - Added Unicode support for String functions
- Support Trace as DAG in GraphML format
- Boolean functions can now be used on the outer level in a rule body
- More accurate reporting of memory consumption
- Improve memory consumption for storing string data
- Provide timing info in the python api
Notable bux fixes
- Fix off-by-one error in
SUBSTR
function (#481)
Full Changelog: v0.5.1...v0.6.0