Skip to content

Commit f70028a

Browse files
authored
Merge pull request #911 from afender/env_014
[REVIEW] Env and changelog update
2 parents 04133b9 + d1011f5 commit f70028a

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

CHANGELOG.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,52 @@
44
- PR #756 Add Force Atlas 2 layout
55
- PR #822 Added new functions in python graph class, similar to networkx
66
- PR #840 OPG degree
7-
- PR #881 Raft integration infrastructure
87
- PR #875 UVM notebook
9-
8+
- PR #881 Raft integration infrastructure
109

1110
## 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
1511
- PR #764 Updated sssp and bfs with GraphCSR, removed gdf_column, added nullptr weights test for sssp
1612
- PR #765 Remove gdf_column from connected components
1713
- PR #780 Remove gdf_column from cuhornet features
1814
- PR #781 Fix compiler argument syntax for ccache
1915
- PR #782 Use Cython's `new_build_ext` (if available)
2016
- PR #788 Added options and config file to enable codecov
2117
- PR #793 Fix legacy cudf imports/cimports
22-
- PR #802 Removed use of gdf_column from db code
2318
- 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
2421
- PR #803 Enable Ninja build
2522
- PR #804 Cythonize in parallel
26-
- PR #823 Remove gdf column from nvgraph
2723
- 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
3025
- 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
3128
- PR #829 Updated README and CONTRIBUTIOIN docs
32-
- PR #836 Remove SNMG code
3329
- PR #831 Updated Notebook - Added K-Truss, ECG, and Betweenness Centrality
3430
- PR #832 Removed RMM ALLOC from db subtree
3531
- PR #833 Update graph functions to use new Graph class
3632
- PR #834 Updated local gpuci build
33+
- PR #836 Remove SNMG code
3734
- PR #845 Add .clang-format & format all files
3835
- PR #859 Updated main docs
3936
- PR #862 Katz Centrality : Auto calculation of alpha parameter if set to none
4037
- PR #865 Added C++ docs
4138
- PR #866 Use RAII graph class in KTruss
4239
- PR #867 Updates to support the latest flake8 version
4340
- PR #874 Update setup.py to use custom clean command
41+
- PR #876 Add BFS C++ tests
4442
- PR #878 Updated build script
4543
- PR #879 Add docs build script to repository
46-
- PR #818 Initial version of new "benchmarks" folder
4744
- PR #880 Remove remaining gdf_column references
45+
- PR #882 Add Force Atlas 2 to benchmarks
4846
- PR #891 A few gdf_column stragglers
4947
- PR #893 Add external_repositories dir and raft symlink to .gitignore
5048
- PR #897 Remove RMM ALLOC calls
5149
- PR #899 Update include paths to remove deleted cudf headers
5250
- PR #906 Update Louvain notebook
5351

5452
## Bug Fixes
55-
- PR #907 Fix bfs directed missing vertices
5653
- PR #763 Update RAPIDS conda dependencies to v0.14
5754
- PR #795 Fix some documentation
5855
- PR #800 Fix bfs error in optimization path
@@ -66,8 +63,10 @@
6663
- PR #870 Fix Louvain
6764
- PR #889 Added missing conftest.py file to benchmarks dir
6865
- PR #896 opg dask infrastructure fixes
66+
- PR #907 Fix bfs directed missing vertices
67+
- PR #911 Env and changelog update
6968

70-
# cuGraph 0.13.0 (Date TBD)
69+
# cuGraph 0.13.0 (31 Mar 2020)
7170

7271
## New Features
7372
- PR #736 cuHornet KTruss integration

conda/environments/cugraph_dev_cuda10.0.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
- rapidsai-nightly
66
- conda-forge
77
dependencies:
8-
- libcypher-parser
98
- cudf=0.14.*
109
- nvstrings=0.14.*
1110
- rmm=0.14.*
@@ -29,10 +28,10 @@ dependencies:
2928
- sphinx
3029
- sphinx_rtd_theme
3130
- sphinxcontrib-websupport
31+
- sphinx-markdown-tables
3232
- nbsphinx
3333
- numpydoc
3434
- ipython
3535
- recommonmark
3636
- pip
37-
- pip:
38-
- sphinx-markdown-tables
37+
- libcypher-parser

conda/environments/cugraph_dev_cuda10.1.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ dependencies:
2828
- sphinx
2929
- sphinx_rtd_theme
3030
- sphinxcontrib-websupport
31+
- sphinx-markdown-tables
3132
- nbsphinx
3233
- numpydoc
3334
- ipython
3435
- recommonmark
3536
- pip
3637
- libcypher-parser
37-
- pip:
38-
- sphinx-markdown-tables

conda/environments/cugraph_dev_cuda10.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ dependencies:
2828
- sphinx
2929
- sphinx_rtd_theme
3030
- sphinxcontrib-websupport
31+
- sphinx-markdown-tables
3132
- nbsphinx
3233
- numpydoc
3334
- ipython
3435
- recommonmark
3536
- pip
3637
- libcypher-parser
37-
- pip:
38-
- sphinx-markdown-tables

0 commit comments

Comments
 (0)