Skip to content

Releases: rapidsai/cugraph

v21.12.00

08 Dec 19:15
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

  • Updates to libcugraph_etl conda recipe for CUDA Enhanced Compatibility (#1968) @rlratzel
  • Enforce renumbering for MNMG algos (#1943) @jnke2016
  • Bug fix in the R-mat generator (#1929) @seunghwak
  • Updates to support correct comparisons of cuDF Series with different names (#1928) @rlratzel
  • Updated error message and using a proper TypeError exception when an invalid MultiGraph is passed in (#1925) @rlratzel
  • Update calls to cuDF Series ctors, bug fix to cugraph.subgraph() for handling non-renumbered Graphs (#1901) @rlratzel
  • Fix MG test bug (#1897) @seunghwak
  • Temporary workaround for CI issues with 11.0 (#1883) @ChuckHastings
  • Ensuring dask workers are using local space (#1879) @jnke2016
  • Disable WCC test until we get get on an A100 to debug on (#1870) @ChuckHastings

📖 Documentation

🚀 New Features

🛠️ Improvements

v21.10.00

06 Oct 19:07
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v21.08.04

16 Sep 19:23
Compare
Choose a tag to compare

v21.08.04

v21.08.03

17 Aug 14:01
Compare
Choose a tag to compare

v21.08.03

v21.08.02

16 Aug 16:32
Compare
Choose a tag to compare

v21.08.02

v21.08.01

06 Aug 20:28
Compare
Choose a tag to compare

v21.08.01

v21.08.00

04 Aug 18:48
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

  • Changed cuco cmake function to return early if cuco has already been added as a target (#1746) @rlratzel
  • revert cuco to latest dev branch, issues should be fixed (#1721) @ChuckHastings
  • Fix conda uploads (#1712) @ajschmidt8
  • Updated for CUDA-specific py packages (#1709) @rlratzel
  • Use library_dirs for cython linking, link cudatoolkit libs, allow setting UCX install location (#1698) @trxcllnt
  • Fix the Louvain failure with 64 bit vertex IDs (#1696) @seunghwak
  • Use nested include in destination of install headers to avoid docker permission issues (#1656) @dantegd
  • Added accidentally-removed cpp-mgtests target back to the valid args list (#1652) @rlratzel
  • Update UCX-Py version to 0.21 (#1650) @pentschev

📖 Documentation

🚀 New Features

🛠️ Improvements

v21.06.00

09 Jun 21:07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Delete CUDA_ARCHITECTURES=OFF (#1638) @seunghwak
  • transform_reduce_e bug fixes (#1633) @ChuckHastings
  • Correct install path for include folder to avoid double nesting (#1630) @dantegd
  • Remove thread local thrust::sort (thrust::sort with the execution policy thrust::seq) from copy_v_transform_reduce_key_aggregated_out_nbr (#1627) @seunghwak

🚀 New Features

🛠️ Improvements

v0.19.0

21 Apr 19:49
fb52d5f
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v0.18.0

24 Feb 21:42
Compare
Choose a tag to compare

Bug Fixes 🐛

Documentation 📖

  • Enabled MultiGraph class and tests, updated SOURCEBUILD.md to include the latest build.sh options (#1351) @rlratzel

New Features 🚀

Improvements 🛠️