Skip to content

v21.12.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 08 Dec 19:15
· 1473 commits to main since this release

🚨 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