Skip to content

v23.12.00

Compare
Choose a tag to compare
@raydouglass raydouglass released this 06 Dec 19:21
· 344 commits to main since this release
v23.12.00
1309813

🚨 Breaking Changes

  • [BUG] Restore the original default order of CSR, which does not reverse edges in cuGraph-PyG (#3980) @alexbarghi-nv
  • Resultset and Dataset Refactors (#3957) @nv-rliu
  • Moves more MG graph ETL to libcugraph and re-enables MG tests in CI (#3941) @jnke2016

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

  • Implement the transform_e primitive (to update property values for all edges) (#3917) @seunghwak
  • Update the neighbor intersection primitive to support edge masking. (#3550) @seunghwak

πŸ› οΈ Improvements