Skip to content

Iteration, IDs, and Filtering Improvements

Choose a tag to compare

@tsmanner tsmanner released this 28 Nov 23:58
· 5 commits to master since this release
6857116

This release comes with the implementation of Chain and BidirectionalChain that implement the iterator interface.
Node and Edge IDs are calculated using a much simpler static int now.
Some filtering improvements to make passing of filter objects to all nodes and edges more consistent.