v0.9.0
0.9.0 (June 11 2024)
Support for aggregate functions like
COUNT
,SUM
,MIN
,MAX
, andAVG
.
Features
- Support for aggregate functions like
COUNT
,SUM
,MIN
,MAX
, andAVG
(#45, thanks @jackboyla!) - Logical
OR
support in relationship matches (#44, thanks @jackboyla!)
Testing
- Combine tests for digraphs and multidigraphs (#43, thanks @jackboyla!)
What's Changed
- Unify tests for digraph and multidigraph by @jackboyla in #43
- Logical
OR
for relationship MATCH by @jackboyla in #44 - Aggregation functions (
COUNT
,SUM
,MIN
,MAX
,AVG
) by @jackboyla in #45
Full Changelog: v0.8.0...v0.9.0