Skip to content

v25.02.00

Latest
Compare
Choose a tag to compare
@raydouglass raydouglass released this 18 Feb 17:34
v25.02.00
a8ad6c5

📖 Documentation

  • fixed formulas and paths and corrected a typo (#96) @acostadon
  • adding contributing doc so it can be removed from cugraph repo (#90) @acostadon
  • Add jaccard_coefficient algorithm to nx-cugraph (#87) @eriknw
  • Add leiden_communities to nx-cugraph supported algorithms (#86) @eriknw
  • Add lowest_common_ancestor algorithm to nx-cugraph (#85) @eriknw
  • fixed errors in math formula format (#84) @acostadon
  • updating docs for latest cugraph changes (#81) @acostadon
  • Adds legacy graph docs to API (#79) @acostadon
  • more granularity in the cpp api and fixed some links (#77) @acostadon
  • Add nxcg Benchmark Algo Table Page (#75) @nv-rliu
  • Update Bug In Algo Table (#74) @nv-rliu
  • removed algorithms from the path of the cpp links and added reorganization blurb (#73) @acostadon
  • changed from to on to test if changes are being pushed to the cloud (#68) @acostadon
  • remove "-docs" from html publish path (#67) @acostadon
  • Fixes to previous update from cugraph to cugraph-docs and added back c++ docs (#66) @acostadon
  • Adds the latest docs code from cugraph repo (#65) @acostadon

🛠️ Improvements