Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,52 @@
- PR #756 Add Force Atlas 2 layout
- PR #822 Added new functions in python graph class, similar to networkx
- PR #840 OPG degree
- PR #881 Raft integration infrastructure
- PR #875 UVM notebook

- PR #881 Raft integration infrastructure

## Improvements
- PR #882 Add Force Atlas 2 to benchmarks
- PR #876 Add BFS C++ tests
- PR #817 Add native Betweenness Centrality with sources subset
- PR #764 Updated sssp and bfs with GraphCSR, removed gdf_column, added nullptr weights test for sssp
- PR #765 Remove gdf_column from connected components
- PR #780 Remove gdf_column from cuhornet features
- PR #781 Fix compiler argument syntax for ccache
- PR #782 Use Cython's `new_build_ext` (if available)
- PR #788 Added options and config file to enable codecov
- PR #793 Fix legacy cudf imports/cimports
- PR #802 Removed use of gdf_column from db code
- PR #798 Edit return graph type in algorithms return graphs
- PR #799 Refactored graph class with RAII
- PR #802 Removed use of gdf_column from db code
- PR #803 Enable Ninja build
- PR #804 Cythonize in parallel
- PR #823 Remove gdf column from nvgraph
- PR #807 Updating the Python docs
- PR #820 OPG infra and all-gather smoke test
- PR #799 Refactored graph class with RAII
- PR #817 Add native Betweenness Centrality with sources subset
- PR #818 Initial version of new "benchmarks" folder
- PR #820 OPG infra and all-gather smoke test
- PR #823 Remove gdf column from nvgraph
- PR #829 Updated README and CONTRIBUTIOIN docs
- PR #836 Remove SNMG code
- PR #831 Updated Notebook - Added K-Truss, ECG, and Betweenness Centrality
- PR #832 Removed RMM ALLOC from db subtree
- PR #833 Update graph functions to use new Graph class
- PR #834 Updated local gpuci build
- PR #836 Remove SNMG code
- PR #845 Add .clang-format & format all files
- PR #859 Updated main docs
- PR #862 Katz Centrality : Auto calculation of alpha parameter if set to none
- PR #865 Added C++ docs
- PR #866 Use RAII graph class in KTruss
- PR #867 Updates to support the latest flake8 version
- PR #874 Update setup.py to use custom clean command
- PR #876 Add BFS C++ tests
- PR #878 Updated build script
- PR #879 Add docs build script to repository
- PR #818 Initial version of new "benchmarks" folder
- PR #880 Remove remaining gdf_column references
- PR #882 Add Force Atlas 2 to benchmarks
- PR #891 A few gdf_column stragglers
- PR #893 Add external_repositories dir and raft symlink to .gitignore
- PR #897 Remove RMM ALLOC calls
- PR #899 Update include paths to remove deleted cudf headers
- PR #906 Update Louvain notebook

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

# cuGraph 0.13.0 (Date TBD)
# cuGraph 0.13.0 (31 Mar 2020)

## New Features
- PR #736 cuHornet KTruss integration
Expand Down
5 changes: 2 additions & 3 deletions conda/environments/cugraph_dev_cuda10.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai-nightly
- conda-forge
dependencies:
- libcypher-parser
- cudf=0.14.*
- nvstrings=0.14.*
- rmm=0.14.*
Expand All @@ -29,10 +28,10 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
- sphinx-markdown-tables
- nbsphinx
- numpydoc
- ipython
- recommonmark
- pip
- pip:
- sphinx-markdown-tables
- libcypher-parser
3 changes: 1 addition & 2 deletions conda/environments/cugraph_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
- sphinx-markdown-tables
- nbsphinx
- numpydoc
- ipython
- recommonmark
- pip
- libcypher-parser
- pip:
- sphinx-markdown-tables
3 changes: 1 addition & 2 deletions conda/environments/cugraph_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
- sphinx-markdown-tables
- nbsphinx
- numpydoc
- ipython
- recommonmark
- pip
- libcypher-parser
- pip:
- sphinx-markdown-tables