Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
442 commits
Select commit Hold shift + click to select a range
772c7ff
Updated SOURCEBUILD.md to include the latest build.sh options.
rlratzel Jan 21, 2021
42a886c
rename extract_induced_subgraph to extract_induced_subgraph"s"
seunghwak Jan 21, 2021
92b0e5d
Merge branch 'branch-0.18' of github.com:rapidsai/cugraph into fea_in…
seunghwak Jan 22, 2021
cd13562
add induced sugraph test
seunghwak Jan 22, 2021
5e7c8dc
bug fixes
seunghwak Jan 22, 2021
038d2d7
add test cases for untrasposed graphs
seunghwak Jan 22, 2021
38f1c67
remove unnecessary cudaStreamSynchronize calls
seunghwak Jan 25, 2021
67273d1
add comments to induced_subgraph.cu
seunghwak Jan 25, 2021
a46f863
add additional explicit instantiations
seunghwak Jan 25, 2021
9820990
Merge pull request #1354 from seunghwak/fea_induced_subgraph
BradReesWork Jan 26, 2021
dc3ae64
Merge pull request #1351 from rlratzel/branch-0.18-docupdate
BradReesWork Jan 26, 2021
acd35c5
DOC v0.19 Updates
raydouglass Jan 27, 2021
9fc3d99
Prepare Changelog for Automation (#1368)
ajschmidt8 Feb 1, 2021
1a71228
SG Pagerank transition (#1332)
Iroy30 Feb 2, 2021
683797d
Auto-label PRs based on their content (#1358)
jolorunyomi Feb 2, 2021
44b0679
Enabling pytest code coverage output by default (#1352)
jnke2016 Feb 2, 2021
5813559
Bug fixes for MNMG coarsen_graph, renumber_edgelist, relabel (#1364)
seunghwak Feb 2, 2021
4e112a3
Update the conda environments and README file (#1369)
BradReesWork Feb 3, 2021
7c7c79e
Implement MNMG Renumber (#1355)
aschaffer Feb 3, 2021
7266cdb
Update CMakeLists.txt files for consistency with RAPIDS and to suppor…
rlratzel Feb 4, 2021
95d4dec
EgoNet (#1365)
afender Feb 4, 2021
d8d35e4
update subgraph tests and remove legacy pagerank (#1378)
Iroy30 Feb 5, 2021
039b857
Build a Dendrogram class, adapt Louvain/Leiden/ECG to use it (#1359)
ChuckHastings Feb 5, 2021
bc25d7c
Merge branch-0.18 into branch-0.19
ajschmidt8 Feb 5, 2021
1021507
Merge pull request #1377 from ajschmidt8/branch-0.19-merge-0.18
ajschmidt8 Feb 8, 2021
466e29a
Updated CI scripts to use a different error handling convention, upda…
rlratzel Feb 10, 2021
3f1bd86
Merge pull request #1396 from rapidsai/branch-0.18
GPUtester Feb 10, 2021
7e58591
Use new coarsen_graph primitive in Louvain (#1362)
ChuckHastings Feb 10, 2021
a822cae
Merge pull request #1397 from rapidsai/branch-0.18
GPUtester Feb 10, 2021
62111aa
Added initial infrastructure for MG C++ testing and a Pagerank MG tes…
rlratzel Feb 10, 2021
c0ed0a9
Merge pull request #1402 from rapidsai/branch-0.18
GPUtester Feb 10, 2021
2743020
Add SG TSP (#1360)
hlinsen Feb 11, 2021
591b5e7
Merge pull request #1403 from rapidsai/branch-0.18
GPUtester Feb 11, 2021
574063d
Add GHA to mark issues/prs as stale/rotten (#1408)
jjacobelli Feb 16, 2021
a8311a9
Merge pull request #1409 from rapidsai/branch-0.18
GPUtester Feb 16, 2021
d78f3cb
Update stale GHA with exemptions & new labels (#1413)
mike-wendt Feb 17, 2021
99a7a1b
Merge pull request #1414 from rapidsai/branch-0.18
GPUtester Feb 17, 2021
cb2d841
TSP fix route return (#1412)
hlinsen Feb 17, 2021
3f13ffc
Merge pull request #1416 from rapidsai/branch-0.18
GPUtester Feb 17, 2021
369beee
Rename sort_and_shuffle to groupby_gpuid_and_shuffle (#1392)
seunghwak Feb 22, 2021
89bffa5
ENH Build with `cmake --build` & Pass ccache variables to conda recip…
jjacobelli Feb 23, 2021
0cc951f
update changelog
raydouglass Feb 24, 2021
06ac713
Matching updates for RAFT comms updates (device_sendrecv, device_mult…
seunghwak Feb 25, 2021
99d1328
Adding new primitives: copy_v_transform_reduce_key_aggregated_out_nbr…
seunghwak Feb 25, 2021
5589605
Add new primitives: compute_in|out_degrees, compute_in|out_weight_sum…
seunghwak Feb 25, 2021
a871c00
fix changelog conflicts
ajschmidt8 Feb 26, 2021
1e91b97
Merge pull request #1429 from ajschmidt8/branch-0.19-merge-0.18
ajschmidt8 Feb 26, 2021
ca89594
Add boost 1.0 license file. (#1401)
seunghwak Mar 1, 2021
0adc558
Update C++ MG PageRank test (#1419)
seunghwak Mar 1, 2021
860bc15
prepare changelog (#1433)
ajschmidt8 Mar 1, 2021
07f3d71
Add R-mat generator (#1411)
seunghwak Mar 2, 2021
7974502
update default path of setup to use the new directory paths in build …
ChuckHastings Mar 3, 2021
c1047ed
Replace rmm::device_vector & thrust::host_vector with rmm::device_uve…
seunghwak Mar 4, 2021
65f2f5b
Remove raft handle duplication (#1436)
Iroy30 Mar 4, 2021
b7e6809
Create cuGraph developers guide (#1431)
ChuckHastings Mar 4, 2021
e525040
Streams infra + support in egonet (#1435)
afender Mar 5, 2021
85012ca
Update C++ MG PageRank and SG PageRank, Katz Centrality, BFS, and SSS…
seunghwak Mar 5, 2021
128abf0
Update FAISS to 1.7.0 (#1444)
BradReesWork Mar 9, 2021
6096b60
Updated NCCL to version 2.8.4 (#1445)
BradReesWork Mar 10, 2021
4535396
Update Changelog Link (#1446)
ajschmidt8 Mar 10, 2021
5e35518
Update and Test Renumber bindings (#1427)
Iroy30 Mar 15, 2021
591f3fb
Fix bugs in copy_v_transform_reduce_key_aggregated_out_nbr & groupby_…
seunghwak Mar 15, 2021
fe0cfc7
Update to make notebook_list.py compatible with numba 0.53 (#1455)
rlratzel Mar 16, 2021
a7c4ebd
Remove literals passed to `device_uvector::set_element_async` (#1453)
harrism Mar 17, 2021
c5ce119
Updating docs (#1448)
BradReesWork Mar 17, 2021
1c8da69
Removed unused dependencies from libcugraph recipe, moved non-test sc…
rlratzel Mar 18, 2021
ab4b77b
Add additional datasets to improve coverage (#1441)
jnke2016 Mar 18, 2021
254a999
Added cmake function and .hpp template for generating version_config.…
rlratzel Mar 22, 2021
7256f32
Fix for bug in SCC on self-loops (#1475)
aschaffer Mar 23, 2021
5c05a88
DOC v0.20 Updates
raydouglass Mar 25, 2021
26a203d
Update CHANGELOG.md
raydouglass Mar 25, 2021
76fad0e
ENH Change conda build directories to work with ccache (#1452)
dillon-cullinan Mar 26, 2021
b85bd47
TSP solver bug fix (#1480)
hlinsen Mar 26, 2021
1f0f14e
MS BFS python APIs + EgoNet updates (#1469)
afender Mar 26, 2021
ce80798
ENH Update conda recipes pinning of repo dependencies (#1485)
mike-wendt Mar 29, 2021
e60d9f7
Update Louvain to use new graph primitives and pattern accelerators (…
ChuckHastings Mar 30, 2021
22e9e2b
Add indirection and replace algorithms with new renumbering (#1484)
Iroy30 Mar 30, 2021
f2e5a87
Implement C/CUDA RandomWalks functionality (#1439)
aschaffer Mar 30, 2021
8d9043a
Merge pull request #1492 from rapidsai/branch-0.19
GPUtester Mar 31, 2021
7a2b02b
Multiple graph generator with power law distribution on sizes (#1483)
afender Mar 31, 2021
c0ca55f
Merge pull request #1494 from rapidsai/branch-0.19
GPUtester Mar 31, 2021
daa9622
Create C++ documentation (#1489)
ChuckHastings Mar 31, 2021
cbc648c
Merge pull request #1495 from rapidsai/branch-0.19
GPUtester Mar 31, 2021
59f6df6
Revert "Update conda recipes pinning of repo dependencies" (#1493)
raydouglass Mar 31, 2021
38bfd7d
Merge pull request #1497 from rapidsai/branch-0.19
GPUtester Mar 31, 2021
a7b6342
Fix MNMG test failures and skip tests that are not supported on Pasca…
jnke2016 Apr 2, 2021
34118f1
Merge pull request #1506 from rapidsai/branch-0.19
GPUtester Apr 2, 2021
d1ec7ac
Clean up nullptr cuda_stream_view arguments (#1504)
hlinsen Apr 2, 2021
a14e50e
Merge pull request #1507 from rapidsai/branch-0.19
GPUtester Apr 2, 2021
8222f31
pascal renumbering fix (#1505)
Iroy30 Apr 2, 2021
48bf058
Reduce the size of the cugraph libraries (#1503)
robertmaynard Apr 2, 2021
75615d8
Merge pull request #1508 from rapidsai/branch-0.19
GPUtester Apr 2, 2021
a6edf62
Updating RAFT tag (#1509)
afender Apr 5, 2021
1dcb6f5
Merge pull request #1511 from rapidsai/branch-0.19
GPUtester Apr 5, 2021
9a1ab09
Update graph partitioning scheme (#1443)
seunghwak Apr 6, 2021
e183a3b
Merge pull request #1512 from rapidsai/branch-0.19
GPUtester Apr 6, 2021
b442f3b
Updated NetworkX version to 2.5.1 (#1510)
rlratzel Apr 6, 2021
11bac9f
Merge pull request #1514 from rapidsai/branch-0.19
GPUtester Apr 6, 2021
1b34e26
Improve graph primitives performance on graphs with widely varying ve…
seunghwak Apr 7, 2021
97a4b07
Merge pull request #1517 from rapidsai/branch-0.19
GPUtester Apr 7, 2021
79c3ba0
Add utility function for computing a secondary cost for BFS and SSSP …
hlinsen Apr 7, 2021
fb14030
Merge pull request #1518 from rapidsai/branch-0.19
GPUtester Apr 7, 2021
63e69fc
Random Walks - Python Bindings (#1516)
jnke2016 Apr 7, 2021
33f9e49
Merge pull request #1522 from rapidsai/branch-0.19
GPUtester Apr 7, 2021
9fd4f3c
Update docs and remove all warnings (#1521)
ayushdg Apr 8, 2021
e9d09ee
fix mg_renumber non-deterministic errors (#1523)
Iroy30 Apr 9, 2021
f6a0c2c
Merge pull request #1524 from rapidsai/branch-0.19
GPUtester Apr 9, 2021
62c1c68
Fixed copyright date and format. (#1526)
rlratzel Apr 12, 2021
db20b48
Merge pull request #1527 from rapidsai/branch-0.19
GPUtester Apr 12, 2021
db17426
disabling shallow fetch for cuhoret (#1535)
afender Apr 14, 2021
f5ba9e7
Undo cuco::static_map bug workarounds (#1520)
seunghwak Apr 15, 2021
aa04421
Reorganized docs and environment files (#1537)
BradReesWork Apr 16, 2021
e37af35
New C++ testing structure (#1529)
ChuckHastings Apr 19, 2021
36371e9
Update CUDA version in build scripts (#1541)
ajschmidt8 Apr 19, 2021
7fb335a
update bfs backend, tests and expose depth limit (#1532)
Iroy30 Apr 20, 2021
4a26dd7
update changelog
raydouglass Apr 21, 2021
9c0f7d1
Fix doc build paths for CI (#1554)
ajschmidt8 Apr 22, 2021
250f2c8
Merge remote-tracking branch 'origin/branch-0.18' into branch-0.19
raydouglass Apr 23, 2021
d4decff
Merge pull request #1557 from raydouglass/merge-18-into-19
raydouglass Apr 23, 2021
53be1f9
Update our thrust version to 1.12 (#1553)
ChuckHastings Apr 23, 2021
e40570a
Update build system and docs to new minimum cugraph-0.20 requirements…
seunghwak Apr 26, 2021
f6cecf5
Add centrality and random walk notebook (#1546)
BradReesWork Apr 28, 2021
9011eec
Remove conda & pip installs from doc script (#1563)
ajschmidt8 Apr 28, 2021
cff84f5
Add new graph structure (#1404)
Iroy30 Apr 28, 2021
8b1004e
Added Random Walks COO convertor and profiling (#1531)
aschaffer Apr 28, 2021
79f8b18
ENH Remove defaults channel from conda build (#1564)
jjacobelli Apr 29, 2021
8c23813
Miscellaneous bug fixes (#1561)
seunghwak Apr 29, 2021
1c7142e
Enable correctness check in C++ testing by default. (#1560)
seunghwak Apr 29, 2021
c48c432
Merge remote-tracking branch 'upstream/branch-0.19' into branch-0.20-…
ajschmidt8 May 4, 2021
4cdd3c6
Merge pull request #1574 from ajschmidt8/branch-0.20-merge-0.19
ajschmidt8 May 4, 2021
70a8c9a
ENH Remove 'rapidsai-nightly' conda channel when building main branch…
jjacobelli May 5, 2021
79f0ed9
ENH Remove progress output on conda packages upload (#1578)
jjacobelli May 5, 2021
50b43f7
Fix Random Walks output format and handle missing weights. (#1567)
aschaffer May 5, 2021
e4f58eb
Fix multi-GPU hang on graph generation (#1572)
seunghwak May 6, 2021
924f678
add multi-column support in algorithms - part 1 (#1559)
Iroy30 May 6, 2021
7cb8583
Bindings for RMAT (#1573)
jnke2016 May 10, 2021
85ceac3
Bug fix for MNMG Louvain (#1597)
ChuckHastings May 12, 2021
d97638d
Bug fix in MG coarsen_grph (#1596)
seunghwak May 12, 2021
4905a35
Move headers into `include/cugraph` dir (#1582)
trxcllnt May 12, 2021
6a94802
Fixing broken path utility (#1576)
BradReesWork May 13, 2021
9853eca
Update the relabel function to skip relabeling on missing labels (#1598)
seunghwak May 13, 2021
7c326ac
Update release script (#1600)
raydouglass May 13, 2021
9c42957
Added `uninstall` target which uninstalls libcugraph and cugraph from…
rlratzel May 13, 2021
2871281
Update graph primitives to support vertex-tagging in frontier expansi…
seunghwak May 14, 2021
e5878b9
Refactor the graph generation (from edge list) code (#1565)
seunghwak May 14, 2021
ad92c1e
Move the utility function to gather distributed vectors from tests/co…
seunghwak May 14, 2021
a524206
DOC Update to v21.06.00
raydouglass May 17, 2021
fcf4bb5
Update docs build script (#1606)
ajschmidt8 May 19, 2021
9ac368e
DOC v21.08 Updates
raydouglass May 19, 2021
fe51a31
SG & MG Weakly Connected Components (#1604)
seunghwak May 19, 2021
b0644da
Update `CHANGELOG.md` links for calver (#1608)
ajschmidt8 May 21, 2021
ab19cbd
WCC performance/memory footprint optimization (#1605)
seunghwak May 21, 2021
570d811
Fea rmm device buffer change (#1609)
ChuckHastings May 21, 2021
34218cb
Merge remote-tracking branch 'upstream/branch-21.06' into branch-21.0…
ajschmidt8 May 24, 2021
3c0be5f
Merge pull request #1614 from ajschmidt8/branch-21.08-merge-21.06
ajschmidt8 May 24, 2021
03dae45
Update `cugraph` to with newest CMake features, including CPM for dep…
robertmaynard May 25, 2021
2fc40f8
Merge pull request #1620 from rapidsai/branch-21.06
GPUtester May 25, 2021
8b197f1
Fix developer guide examples for device_buffer (#1619)
harrism May 25, 2021
f1a9921
Merge pull request #1621 from rapidsai/branch-21.06
GPUtester May 25, 2021
e541104
address 'ValueError: Series contains NULL values' from from_cudf_edge…
mattf May 25, 2021
229615c
Merge pull request #1622 from rapidsai/branch-21.06
GPUtester May 25, 2021
54eaabe
Undo disabling MG C++ testing outputs for non-root processes (#1615)
seunghwak May 25, 2021
d6a19e9
Pass rmm memory allocator to cuco::static_map (#1617)
seunghwak May 25, 2021
32818fb
Merge pull request #1623 from rapidsai/branch-21.06
GPUtester May 25, 2021
d1f3fb9
Handle int64 in force atlas wrapper and update to uvector (#1607)
hlinsen May 25, 2021
9a5dab0
Merge pull request #1624 from rapidsai/branch-21.06
GPUtester May 25, 2021
0859228
Add mnmg out degree (#1592)
Iroy30 May 25, 2021
9fd4b55
Merge pull request #1626 from rapidsai/branch-21.06
GPUtester May 25, 2021
2bbef1d
Updated dependencies for CalVer (#1629)
rlratzel May 27, 2021
595d5b2
Initialize force_atlas2 `old_forces` device_uvector, use new `rmm::ex…
trxcllnt May 27, 2021
ce5b271
Implement Graph Batching functionality (#1580)
aschaffer May 28, 2021
0f8cb14
Use UCX-Py 0.20 (#1634)
jakirkham Jun 1, 2021
c51216c
Remove thread local thrust::sort (thrust::sort with the execution pol…
seunghwak Jun 1, 2021
e80a696
Correct install path for include folder to avoid double nesting (#1630)
dantegd Jun 1, 2021
faf2dbf
transform_reduce_e bug fixes (#1633)
ChuckHastings Jun 1, 2021
04997dc
WCC bindings (#1612)
Iroy30 Jun 1, 2021
45a50aa
Delete CUDA_ARCHITECTURES=OFF (#1638)
seunghwak Jun 1, 2021
1206b1b
Merge remote-tracking branch 'upstream/branch-21.06' into branch-21.0…
ajschmidt8 Jun 1, 2021
341f7bd
increment ucx-py version
ajschmidt8 Jun 1, 2021
33b2ee4
Merge pull request #1639 from ajschmidt8/branch-21.08-merge-21.06
ajschmidt8 Jun 1, 2021
575677f
add multi-column support in algorithms - part 2 (#1571)
Iroy30 Jun 2, 2021
52c04e2
Merge pull request #1641 from rapidsai/branch-21.06
GPUtester Jun 2, 2021
12d3a61
Remove Pascal guard and test cuGraph use of cuco::static_map on Pasca…
seunghwak Jun 3, 2021
bd2bf2a
Merge pull request #1642 from rapidsai/branch-21.06
GPUtester Jun 3, 2021
0d20a8b
Upgraded recipe and dev envs to NCCL 2.9.9 (#1636)
rlratzel Jun 3, 2021
4e20f73
adding test graphs - part 2 (#1603)
ChuckHastings Jun 3, 2021
637c139
Update the Random Walk binding (#1599)
Iroy30 Jun 3, 2021
ed0e3a2
MG WCC improvements (#1628)
seunghwak Jun 4, 2021
d30339b
Made call to cugraph.random_walks() ignore the unused return value (#…
rlratzel Jun 4, 2021
57ee866
Update UCX-Py version to 0.20 (#1649)
pentschev Jun 7, 2021
0c98d97
Merge remote-tracking branch 'upstream/branch-21.06' into branch-21.0…
ajschmidt8 Jun 7, 2021
6aab21f
Merge pull request #1651 from ajschmidt8/branch-21.08-merge-21.06
ajschmidt8 Jun 7, 2021
b0faf21
Bug fix in triangle counting (#1654)
ChuckHastings Jun 8, 2021
a526f40
Merge pull request #1655 from rapidsai/branch-21.06
GPUtester Jun 8, 2021
a2a2ba2
FIX update-version.sh for CalVer (#1658)
raydouglass Jun 9, 2021
484e168
Merge pull request #1659 from rapidsai/branch-21.06
GPUtester Jun 9, 2021
496a40a
update changelog
raydouglass Jun 9, 2021
5c1d7d8
FIX update-version.sh docs path
raydouglass Jun 9, 2021
2491a52
fix changelog (#1663)
ajschmidt8 Jun 10, 2021
2919cf1
Merge remote-tracking branch 'upstream/branch-21.06' into changelog-fix
ajschmidt8 Jun 11, 2021
f43415e
Merge pull request #1672 from BradReesWork/branch-21.08-merge-21.06
ajschmidt8 Jun 11, 2021
6b5079c
Update to changed `rmm::device_scalar` API (#1637)
harrism Jun 14, 2021
93c6e03
Update UCX-Py version to 0.21 (#1650)
pentschev Jun 14, 2021
4f7dbfc
Rename include/cugraph/patterns to include/cugraph/prims (#1644)
seunghwak Jun 15, 2021
e47c396
Added accidentally-removed cpp-mgtests target back to the valid args …
rlratzel Jun 15, 2021
40a57f5
Use nested include in destination of install headers to avoid docker …
dantegd Jun 15, 2021
237c6cd
Update pins to Dask/Distributed >= 2021.6.0 (#1666)
pentschev Jun 15, 2021
27444ed
Fea cleanup stream part1 (#1653)
ChuckHastings Jun 15, 2021
1030a49
Fea hungarian expose precision (#1673)
ChuckHastings Jun 16, 2021
7119b2f
Expose epsilon parameter (precision) through python layer (#1674)
ChuckHastings Jun 18, 2021
d01da40
Migrate old graph to legacy directory/namespace (#1675)
ChuckHastings Jun 21, 2021
2988ed5
Fix vertex partition offsets (#1680)
Iroy30 Jun 22, 2021
0cbbdd8
Use the 21.08 branch of rapids-cmake as rmm requires it (#1683)
robertmaynard Jun 23, 2021
4787a98
Delete legacy renumbering implementation (#1681)
ChuckHastings Jun 24, 2021
a13ed2f
Improve Random Walks performance (#1685)
aschaffer Jun 28, 2021
f714e3e
`CHECK_CUDA` macros in debug builds (#1687)
trxcllnt Jun 28, 2021
dfeb733
remove hardcoded dtype (#1689)
Iroy30 Jun 29, 2021
e2388f7
Fix int64 vertex_t (#1691)
Iroy30 Jun 30, 2021
187f2bc
fixing symmetrize_ddf (#1686)
jnke2016 Jun 30, 2021
1778d43
Ues std::optional (or thrust::optional) for optional parameters & fir…
seunghwak Jul 2, 2021
e2ac467
Updating Clang Version to 11.0.0 (#1688)
codereport Jul 7, 2021
7c41bb9
Update `conda` environment name for CI (#1699)
ajschmidt8 Jul 8, 2021
6ad797f
Fix the Louvain failure with 64 bit vertex IDs (#1696)
seunghwak Jul 9, 2021
aba3445
Use `library_dirs` for cython linking, link cudatoolkit libs, allow s…
trxcllnt Jul 9, 2021
1a63602
Delete unused/out-dated primitives (#1704)
seunghwak Jul 12, 2021
04f73b8
Update primitives to support DCSR (DCSC) segments (Part 1) (#1690)
seunghwak Jul 13, 2021
2b7d02f
replace cudf assert_eq (#1693)
jnke2016 Jul 13, 2021
7ad8fc3
Removed depricated code (#1705)
BradReesWork Jul 13, 2021
790a369
Updated for CUDA-specific py packages (#1709)
rlratzel Jul 14, 2021
7059467
Count if test (#1697)
kaatish Jul 14, 2021
9bcfa14
Fix `conda` uploads (#1712)
ajschmidt8 Jul 14, 2021
bc888a7
Doc updates (#1719)
BradReesWork Jul 20, 2021
7cb6021
Update primitives to support DCSR (DCSC) segments (Part 2/2) (#1703)
seunghwak Jul 20, 2021
c8f3754
Cascaded dispatch for type-erased API (#1711)
aschaffer Jul 20, 2021
0708601
revert cuco to latest dev branch, issues should be fixed (#1721)
ChuckHastings Jul 21, 2021
49aaff6
Fea speedup compile (#1702)
ChuckHastings Jul 22, 2021
f3f67e8
Fix MG_test bug (#1718)
jnke2016 Jul 22, 2021
e5b3599
Fix libfaiss dependency to not expressly depend on conda-forge (#1728)
jjacobelli Jul 22, 2021
e074f82
ReduceV test (#1710)
kaatish Jul 28, 2021
7f17b27
Pin max version for `dask` & `distributed` (#1736)
galipremsagar Jul 28, 2021
7c603dd
Pinning cuco to a specific commit hash for release (#1741)
rlratzel Jul 28, 2021
aab2a5c
Docs for RMAT (#1735)
BradReesWork Jul 29, 2021
421e4be
Changed cuco cmake function to return early if cuco has already been …
rlratzel Jul 29, 2021
96178f9
update changelog
raydouglass Aug 4, 2021
f7c22a6
include cpack (#1760)
ajschmidt8 Aug 6, 2021
97bfeed
Added guards for preventing k-truss execution on CUDA 11.4 systems (#…
rlratzel Aug 16, 2021
bf64c2c
Updated to handle CUDA version check on machines with no GPUs (#1777)
rlratzel Aug 17, 2021
8abf4ac
Remove -g from cython compile commands (#1783)
trxcllnt Aug 25, 2021
b681f73
update TSP with Texas State Copyright (#1814)
ChuckHastings Sep 16, 2021
fa6f0f1
back porting ktruss CUDA 11.4 guard to 21.08 (#1813)
rlratzel Sep 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 15 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Order matters - match of highest importance goes last (last match wins)

#doc code owners
datasets/ @rapidsai/cugraph-doc-codeowners
notebooks/ @rapidsai/cugraph-doc-codeowners
docs/ @rapidsai/cugraph-doc-codeowners
**/*.txt @rapidsai/cugraph-doc-codeowners
**/*.md @rapidsai/cugraph-doc-codeowners
**/*.rst @rapidsai/cugraph-doc-codeowners
**/*.ipynb @rapidsai/cugraph-doc-codeowners
**/*.pdf @rapidsai/cugraph-doc-codeowners
**/*.png @rapidsai/cugraph-doc-codeowners

#cpp code owners
cpp/ @rapidsai/cugraph-cpp-codeowners

Expand All @@ -9,7 +23,7 @@ python/ @rapidsai/cugraph-python-codeowners
**/cmake/ @rapidsai/cugraph-cmake-codeowners

#build/ops code owners
.github/ @rapidsai/ops-codeowners
.github/ @rapidsai/ops-codeowners
ci/ @rapidsai/ops-codeowners
conda/ @rapidsai/ops-codeowners
**/Dockerfile @rapidsai/ops-codeowners
Expand Down
37 changes: 37 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# https://github.com/actions/labeler#common-examples
# Adapted from https://github.com/rapidsai/cugraph/blob/main/.github/CODEOWNERS
# Labels culled from https://github.com/rapidsai/cugraph/labels

python:
- 'python/**'
- 'notebooks/**'

benchmarks:
- 'benchmarks/**'

doc:
- 'docs/**'
- '**/*.md'
- 'datasets/**'
- 'notebooks/**'
- '**/*.txt'
- '**/*.rst'
- '**/*.ipynb'
- '**/*.pdf'
- '**/*.png'

datasets:
- 'datasets/**'

cuGraph:
- 'cpp/**'

CMake:
- '**/CMakeLists.txt'
- '**/cmake/**'

gpuCI:
- 'ci/**'

conda:
- 'conda/**'
57 changes: 57 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Mark inactive issues and pull requests

on:
schedule:
- cron: "0 * * * *"

jobs:
mark-inactive-30d:
runs-on: ubuntu-latest
steps:
- name: Mark 30 day inactive issues and pull requests
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue has been labeled `inactive-30d` due to no recent activity in the past 30 days.
Please close this issue if no further response or action is needed.
Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
This issue will be labeled `inactive-90d` if there is no activity in the next 60 days.
stale-issue-label: "inactive-30d"
exempt-issue-labels: "0 - Blocked,0 - Backlog,good first issue"
days-before-issue-stale: 30
days-before-issue-close: -1
stale-pr-message: >
This PR has been labeled `inactive-30d` due to no recent activity in the past 30 days.
Please close this PR if it is no longer required.
Otherwise, please respond with a comment indicating any updates.
This PR will be labeled `inactive-90d` if there is no activity in the next 60 days.
stale-pr-label: "inactive-30d"
exempt-pr-labels: "0 - Blocked,0 - Backlog,good first issue"
days-before-pr-stale: 30
days-before-pr-close: -1
operations-per-run: 50
mark-inactive-90d:
runs-on: ubuntu-latest
steps:
- name: Mark 90 day inactive issues and pull requests
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
This issue has been labeled `inactive-90d` due to no recent activity in the past 90 days.
Please close this issue if no further response or action is needed.
Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
stale-issue-label: "inactive-90d"
exempt-issue-labels: "0 - Blocked,0 - Backlog,good first issue"
days-before-issue-stale: 90
days-before-issue-close: -1
stale-pr-message: >
This PR has been labeled `inactive-90d` due to no recent activity in the past 90 days.
Please close this PR if it is no longer required.
Otherwise, please respond with a comment indicating any updates.
stale-pr-label: "inactive-90d"
exempt-pr-labels: "0 - Blocked,0 - Backlog,good first issue"
days-before-pr-stale: 90
days-before-pr-close: -1
operations-per-run: 50
Loading