Skip to content

v2023.10.02

Compare
Choose a tag to compare
@alvaradoo alvaradoo released this 02 Oct 20:08
· 216 commits to main since this release
6786dbb

Arachne now supports efficient querying operations on labels and relationships for property graphs. Users can either directly call querying functions or use the one_path method to return all paths of length one with specified vertex and edge types. Further, a benchmark template was made with breadth-first search that can be used for all future functionality.

Arachne is now compatible with Chapel 1.32.0. We suggest using either Chapel 1.31.0 or Chapel 1.32.0 with this release. We also suggest using Arkouda version v2023.09.06.

What's Changed

New Contributors

Full Changelog: v2023.08.16...v2023.10.02