Skip to content

v2024.01.22

Compare
Choose a tag to compare
@alvaradoo alvaradoo released this 22 Jan 17:58
· 80 commits to main since this release
252a04c

New Arachne version updates the property graph data structure for faster loading and querying performance. Further, triangle counting and triangle centrality are fixed to work with regular graph creation methods whereas k_truss and connected components still require graph.add_edges_from_compat().

What's Changed

  • fix the compiling errors in arkouda_development when new arkouda vers… by @zhihuidu in #64
  • remove r and add in new benchmark by @alvaradoo in #65
  • Triangles and API refactor by @alvaradoo in #68
  • Mergedversion: Merging Oliver's released version code with the development code by @zhihuidu in #69
  • Ups- a new min update, propogation and synmetrization algorithm by @zhihuidu in #70
  • Fix bugs in distributed version by @zhihuidu in #71
  • Output Filename by @zhihuidu in #72
  • Multilocale Optimization Algorithm for CC by @zhihuidu in #73
  • fix bugs in CC algorithm by @zhihuidu in #77
  • fix the ref warnings in all chapel code by @zhihuidu in #78
  • ADDED reversed arrays for directed graphs to find in-neighbors in constant time by @alvaradoo in #79
  • Diameter by @zhihuidu in #80
  • Property Graph Storage Optimizations & Graph Data Structure Refactoring by @alvaradoo in #81
  • Triangle Centrality Refactor by @alvaradoo in #82
  • Subgraph Isomorphism Integration by @alvaradoo in #83
  • Final Prep for new Arachne Release by @alvaradoo in #86

Full Changelog: v2023.10.21...v2024.01.22