v2023.10.02
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
- LCS by @zhihuidu in #44
- solve the problem for merge by @zhihuidu in #47
- My Branch added to repo by @mdindoost in #48
- Update README.md by @alvaradoo in #49
- Property Graph Labels and Relationships with Arkouda v2023.09.06 compatibility by @alvaradoo in #50
- Update README.md by @alvaradoo in #51
- ensure compatibiltiy with 1.32.0 by @alvaradoo in #52
- Update label and relationship querying to be more efficient by @alvaradoo in #53
- Update benchmarks, sample file, unit tests, and version number by @alvaradoo in #54
- Update README.md by @alvaradoo in #55
- Update README.md by @alvaradoo in #56
New Contributors
- @mdindoost made their first contribution in #48
Full Changelog: v2023.08.16...v2023.10.02