From 8e28bc100a07372e49159cf538912b98afab28d1 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Fri, 24 May 2019 13:40:38 -0700 Subject: [PATCH] Added PR #301 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d81c232ea..8117c9838ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # cuGraph 0.8.0 (Date TBD) ## New Features -- PR #287 SNMG power iteration step1 -- PR #297 SNMG degree calculation +- PR #287 SNMG power iteration step1 +- PR #297 SNMG degree calculation ## Improvements - PR #291 nvGraph is updated to use RMM instead of directly invoking cnmem functions. @@ -20,13 +20,14 @@ - PR #195 Added Graph.get_two_hop_neighbors() method - PR #195 Updated Jaccard and Weighted Jaccard to accept lists of vertex pairs to compute for - PR #202 Added methods to compute the overlap coefficient and weighted overlap coefficient -- PR #230 SNMG SPMV and helpers functions +- PR #230 SNMG SPMV and helpers functions - PR #210 Expose degree calculation kernel via python API - PR #220 Added bindings for Nvgraph triangle counting - PR #234 Added bindings for renumbering, modify renumbering to use RMM - PR #246 Added bindings for subgraph extraction - PR #250 Add local build script to mimic gpuCI - PR #261 Add docs build script to cuGraph +- PR #301 Added build.sh script, updated CI scripts and documentation ## Improvements - PR #157 Removed cudatoolkit dependency in setup.py @@ -35,7 +36,7 @@ - PR #190 Added a copy option in graph creation - PR #196 Fix typos in readme intro - PR #207 mtx2csv script -- PR #203 Added small datasets directly in the repo +- PR #203 Added small datasets directly in the repo - PR #215 Simplified get_rapids_dataset_root_dir(), set a default value for the root dir - PR #233 Added csv datasets and edited test to use cudf for reading graphs - PR #247 Added some documentation for renumbering @@ -119,4 +120,3 @@ # cuGraph 0.5.0 (28 Jan 2019) -