Skip to content

Releases: rapidsai/cugraph

v23.06.02

13 Jun 13:43
db9d3c1
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v23.06.01

09 Jun 13:46
b14f05d
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v23.06.00

07 Jun 21:04
fb758d5
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

[NIGHTLY] v23.08.00

14 Aug 14:06
b46d4ef
Compare
Choose a tag to compare
[NIGHTLY] v23.08.00 Pre-release
Pre-release

🔗 Links

🚨 Breaking Changes

🐛 Bug Fixes

  • Makes copy of input ddf to work around dropped column names (#3776) @jnke2016
  • Change the renumber_sampled_edgelist function behavior. (#3762) @seunghwak
  • Fix bug discovered in Jaccard testing (#3758) @ChuckHastings
  • fix inconsistent graph properties between the SG and the MG API (#3757) @jnke2016
  • Fixes options for --pydevelop to remove unneeded CWD path ("."), restores use of setup.py temporarily for develop builds (#3747) @rlratzel
  • Fix sampling call parameters if compiled with -DNO_CUGRAPH_OPS (#3729) @ChuckHastings
  • Fix primitive bug discovered in MG edge betweenness centrality testing (#3723) @ChuckHastings
  • Reorder dependencies.yaml channels (#3721) @raydouglass
  • [BUG] Fix namesapce to default_hash and hash_functions (#3711) @naimnv
  • [BUG] Fix Bulk Sampling Test Issue (#3701) @alexbarghi-nv
  • Make pylibcugraphops optional imports in cugraph-dgl and -pyg (#3693) @tingyu66
  • [FIX] Rename cugraph-ops symbols (refactoring) and update GHA workflows to call pytest via python -m pytest (#3688) @naimnv
  • [FIX] Fix the hang in cuGraph Python Uniform Neighbor Sample, Add Logging to Bulk Sampler (#3669) @alexbarghi-nv
  • force atlas notebook changes to run in cugraph 23.08 container. (#3656) @acostadon

📖 Documentation

🚀 New Features

  • Compute shortest distances between given sets of origins and destinations for large diameter graphs (#3741) @seunghwak
  • Update primitive to compute weighted Jaccard, Sorensen and Overlap similarity (#3728) @naimnv
  • Add CUDA 12.0 conda environment. (#3725) @bdice
  • Renumber utility function for sampling output (#3707) @seunghwak
  • Integrate C++ Sampling Source Behavior Updates (#3699) @alexbarghi-nv
  • Adds fail_on_nonconvergence option to pagerank to provide pagerank results even on non-convergence (#3639) @rlratzel
  • Add Benchmark for Bulk Sampling (#3628) @alexbarghi-nv
  • cugraph: Build CUDA 12 packages (#3456) @vyasr

🛠️ Improvements

v23.04.00

12 Apr 21:33
3f2debe
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v23.02.00

09 Feb 21:21
450c25b
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

  • Import handle from core (#3190) @vyasr
  • Pin gcc to 9.x. (#3174) @vyasr
  • Fixes devices vector alloc to fix seg fault, removes unused RAFT code in PLC, re-enables full CI testing (#3167) @rlratzel
  • TEMPORARILY allows python and notebook tests that return exit code 139 to pass. (#3132) @rlratzel
  • Bug fix in the C++ CSV file reader (used in C++ testing only). (#3055) @seunghwak

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.12.00

09 Dec 18:15
Compare
Choose a tag to compare

🚨 Breaking Changes

  • remove all algorithms from cython.cu (#2955) @ChuckHastings
  • PyG Monorepo Refactor (#2905) @alexbarghi-nv
  • Fix PyG Loaders by properly supporting multi_get_tensor (#2860) @alexbarghi-nv
  • Adds arbitrary server extension support to cugraph-service (#2850) @rlratzel
  • Separate edge weights from graph objects and update primitives to support general edge properties. (#2843) @seunghwak
  • Move weight-related graph_t and graph_view_t member functions to standalone functions (#2841) @seunghwak
  • Avoid directly calling graph constructor (as code cleanup before edge property support in primitives) (#2834) @seunghwak
  • Split Sampler from Graph Store to Support New PyG Sampling API (#2803) @alexbarghi-nv
  • Code cleanup (remove dead code and move legacy files to the legacy directory) (#2798) @seunghwak
  • remove graph broadcast and serialization object, not used (#2783) @ChuckHastings
  • Multi-GPU induced subgraph tests code (#2602) @yang-hu-nv

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.10.01

04 Nov 19:51
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.10.00

12 Oct 17:56
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.08.00

18 Aug 00:25
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements