|
4 | 4 | - PR #756 Add Force Atlas 2 layout |
5 | 5 | - PR #822 Added new functions in python graph class, similar to networkx |
6 | 6 | - PR #840 OPG degree |
7 | | -- PR #881 Raft integration infrastructure |
8 | 7 | - PR #875 UVM notebook |
9 | | - |
| 8 | +- PR #881 Raft integration infrastructure |
10 | 9 |
|
11 | 10 | ## Improvements |
12 | | -- PR #882 Add Force Atlas 2 to benchmarks |
13 | | -- PR #876 Add BFS C++ tests |
14 | | -- PR #817 Add native Betweenness Centrality with sources subset |
15 | 11 | - PR #764 Updated sssp and bfs with GraphCSR, removed gdf_column, added nullptr weights test for sssp |
16 | 12 | - PR #765 Remove gdf_column from connected components |
17 | 13 | - PR #780 Remove gdf_column from cuhornet features |
18 | 14 | - PR #781 Fix compiler argument syntax for ccache |
19 | 15 | - PR #782 Use Cython's `new_build_ext` (if available) |
20 | 16 | - PR #788 Added options and config file to enable codecov |
21 | 17 | - PR #793 Fix legacy cudf imports/cimports |
22 | | -- PR #802 Removed use of gdf_column from db code |
23 | 18 | - PR #798 Edit return graph type in algorithms return graphs |
| 19 | +- PR #799 Refactored graph class with RAII |
| 20 | +- PR #802 Removed use of gdf_column from db code |
24 | 21 | - PR #803 Enable Ninja build |
25 | 22 | - PR #804 Cythonize in parallel |
26 | | -- PR #823 Remove gdf column from nvgraph |
27 | 23 | - PR #807 Updating the Python docs |
28 | | -- PR #820 OPG infra and all-gather smoke test |
29 | | -- PR #799 Refactored graph class with RAII |
| 24 | +- PR #817 Add native Betweenness Centrality with sources subset |
30 | 25 | - PR #818 Initial version of new "benchmarks" folder |
| 26 | +- PR #820 OPG infra and all-gather smoke test |
| 27 | +- PR #823 Remove gdf column from nvgraph |
31 | 28 | - PR #829 Updated README and CONTRIBUTIOIN docs |
32 | | -- PR #836 Remove SNMG code |
33 | 29 | - PR #831 Updated Notebook - Added K-Truss, ECG, and Betweenness Centrality |
34 | 30 | - PR #832 Removed RMM ALLOC from db subtree |
35 | 31 | - PR #833 Update graph functions to use new Graph class |
36 | 32 | - PR #834 Updated local gpuci build |
| 33 | +- PR #836 Remove SNMG code |
37 | 34 | - PR #845 Add .clang-format & format all files |
38 | 35 | - PR #859 Updated main docs |
39 | 36 | - PR #862 Katz Centrality : Auto calculation of alpha parameter if set to none |
40 | 37 | - PR #865 Added C++ docs |
41 | 38 | - PR #866 Use RAII graph class in KTruss |
42 | 39 | - PR #867 Updates to support the latest flake8 version |
43 | 40 | - PR #874 Update setup.py to use custom clean command |
| 41 | +- PR #876 Add BFS C++ tests |
44 | 42 | - PR #878 Updated build script |
45 | 43 | - PR #879 Add docs build script to repository |
46 | | -- PR #818 Initial version of new "benchmarks" folder |
47 | 44 | - PR #880 Remove remaining gdf_column references |
| 45 | +- PR #882 Add Force Atlas 2 to benchmarks |
48 | 46 | - PR #891 A few gdf_column stragglers |
49 | 47 | - PR #893 Add external_repositories dir and raft symlink to .gitignore |
50 | 48 | - PR #897 Remove RMM ALLOC calls |
51 | 49 | - PR #899 Update include paths to remove deleted cudf headers |
52 | 50 | - PR #906 Update Louvain notebook |
53 | 51 |
|
54 | 52 | ## Bug Fixes |
55 | | -- PR #907 Fix bfs directed missing vertices |
56 | 53 | - PR #763 Update RAPIDS conda dependencies to v0.14 |
57 | 54 | - PR #795 Fix some documentation |
58 | 55 | - PR #800 Fix bfs error in optimization path |
|
66 | 63 | - PR #870 Fix Louvain |
67 | 64 | - PR #889 Added missing conftest.py file to benchmarks dir |
68 | 65 | - PR #896 opg dask infrastructure fixes |
| 66 | +- PR #907 Fix bfs directed missing vertices |
| 67 | +- PR #911 Env and changelog update |
69 | 68 |
|
70 | | -# cuGraph 0.13.0 (Date TBD) |
| 69 | +# cuGraph 0.13.0 (31 Mar 2020) |
71 | 70 |
|
72 | 71 | ## New Features |
73 | 72 | - PR #736 cuHornet KTruss integration |
|
0 commit comments