v2023.08.16
New Arachne release with updated graph building and breadth-first search.
PLEASE NOTE: Triangle counting, triangle centrality, k-truss, connected components, etc. currently not functional. Please use previous release if these kernels are needed.
What's Changed
- fix pathing issue by @alvaradoo in #31
- Update README.md by @jakobtroidl in #30
- Update1 by @zhihuidu in #33
- add union find algorithm for CC by @zhihuidu in #35
- update some connected components code by @zhihuidu in #36
- LCS by @zhihuidu in #43
- Graph building updates by @alvaradoo in #45
- Update README.md by @alvaradoo in #46
New Contributors
- @jakobtroidl made their first contribution in #30
Full Changelog: v2023.05.10...v2023.08.16