Rhett Ying
|
2a1ac588d5
|
[release] bump version to 2.2.1 (#7389)
|
2024-05-10 08:19:44 +08:00 |
|
Rhett Ying
|
1b5c02c16c
|
[release] cherry-pick from master and release for 2.2.1 (#7388)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
Co-authored-by: Xinyu Yao <77922129+yxy235@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-05-10 08:16:17 +08:00 |
|
Rhett Ying
|
8873fb29d9
|
[release] update version (#7373)
|
2024-05-06 10:02:57 +08:00 |
|
Xinyu Yao
|
9090a8790c
|
[GraphBolt] Hyperlink support in subgraph_sampler. (#7354)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-28 13:06:52 +08:00 |
|
Rhett Ying
|
0de1de3dcd
|
[dev] upgrade minimum required torch version to 2.0.0 (#7358)
|
2024-04-26 16:58:15 +08:00 |
|
Xinyu Yao
|
ba9c1521f6
|
[GraphBolt] Update docstring related to cleaning up seed_nodes and node_pairs. (#7341)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-24 12:43:31 +08:00 |
|
peizhou001
|
2251683443
|
[Temporal]Fix tensor option mismatch issue (#7346)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2024-04-23 16:28:42 +08:00 |
|
Xinyu Yao
|
697a9977d5
|
[GraphBolt] Remove unused attributes in minibatch. (#7337)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-22 15:23:04 +08:00 |
|
Xinyu Yao
|
c997434cdb
|
[GraphBolt][CUDA] Update copy_to. (#7332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-22 11:36:30 +08:00 |
|
Muhammed Fatih BALIN
|
324fd97618
|
[GraphBolt][CUDA] Minibatch.to() patch. (#7330)
|
2024-04-20 08:34:26 -04:00 |
|
Muhammed Fatih BALIN
|
a3d20dce88
|
[GraphBolt][CUDA] Make _convert_to_sampled_subgraph lighter. (#7312)
|
2024-04-18 12:44:57 -04:00 |
|
pyynb
|
73acefeaac
|
[GraphBolt] Fix doc string of DiskBasedFeature (#7314)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-128.us-west-2.compute.internal>
|
2024-04-18 15:30:41 +08:00 |
|
pyynb
|
934761965d
|
[GraphBolt] Disable support for F_contiguous arrays in DiskBasedFeature (#7316)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-128.us-west-2.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2024-04-18 14:36:36 +08:00 |
|
Xinyu Yao
|
41a38486a5
|
[GraphBolt] Remove old version to in MiniBatch. (#7309)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-16 21:04:22 +08:00 |
|
Xinyu Yao
|
6309483d05
|
[GraphBolt] Remove old version subgraph sampler. (#7305)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-16 16:31:59 +08:00 |
|
Xinyu Yao
|
65272a53f2
|
[GraphBolt] Update docstring of ondisk dataset. (#7306)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-16 16:30:40 +08:00 |
|
Xinyu Yao
|
7612af0f18
|
[GraphBolt] Remove old version negative sampler. (#7302)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-15 12:51:09 +08:00 |
|
Xinyu Yao
|
21aeed86e3
|
[GraphBolt] Update docstring of itemset.py. (#7303)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-15 12:50:32 +08:00 |
|
Xinyu Yao
|
20e5e26697
|
[GraphBolt] Remove old version exclude edges. (#7299)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-12 14:30:06 +08:00 |
|
Mingbang Wang
|
c264a4109a
|
[Misc] rename a variable (#7260)
|
2024-04-10 13:33:08 +08:00 |
|
Xinyu Yao
|
0bd79a2bd9
|
[GraphBolt] Update name used in LegacyDataset. (#7283)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-09 13:03:56 +08:00 |
|
Xinyu Yao
|
d9caeaaafc
|
[GraphBolt] Update dataset names that exposed to users in examples. (#7280)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-08 17:06:49 +08:00 |
|
Muhammed Fatih BALIN
|
78df81015a
|
[GraphBolt] Add optimized unique_and_compact_batched. (#7239)
|
2024-04-07 04:55:08 -04:00 |
|
Muhammed Fatih BALIN
|
e5b92d2b79
|
[GraphBolt][CUDA] Remove overlap graph variable hacks. (#7263)
|
2024-04-06 19:56:00 -04:00 |
|
Muhammed Fatih BALIN
|
d3483fe1f1
|
[GraphBolt][CUDA] Optimize hetero sampling. (#7223)
|
2024-04-03 03:18:30 -04:00 |
|
yxy235
|
b743cdef71
|
[GraphBolt] Hack for original seed_nodes and node_pairs. (#7248)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-02 16:25:46 +08:00 |
|
Mingbang Wang
|
3df6e30180
|
[GraphBolt] Update __len__() and __getitem__() of ItemSet (#7253)
|
2024-04-02 11:04:08 +08:00 |
|
yxy235
|
efe28493d3
|
[GraphBolt] Modify examples to use seeds. (#7231)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-01 16:45:39 +08:00 |
|
xiangyuzhi
|
b725ee53d7
|
[Graphbolt] Disk feature fetcher (#7128)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal>
|
2024-04-01 16:01:43 +08:00 |
|
yxy235
|
fde1896f59
|
[GraphBolt] Fix to when using seeds. (#7245)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-28 13:38:14 +08:00 |
|
yxy235
|
3885da25f7
|
[GraphBolt] Modify _init_all_nodes_set to use seeds. (#7243)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-27 14:53:28 +08:00 |
|
yxy235
|
2f585940a8
|
[GraphBolt] Modify _seeds_preprocess in subgraph_sampler. (#7242)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-27 10:53:17 +08:00 |
|
Muhammed Fatih BALIN
|
7815fe8adc
|
[CUDA] Make sanity check optional for dgl.create_block. (#7240)
|
2024-03-26 10:14:03 +08:00 |
|
yxy235
|
1ad78fba61
|
[GraphBolt] Update minibatch to to support seeds. (#7235)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-22 13:47:06 +08:00 |
|
Muhammed Fatih BALIN
|
add12e5777
|
[GraphBolt] Remove unique requirement from in_subgraph. (#7222)
|
2024-03-20 13:22:14 +08:00 |
|
Muhammed Fatih BALIN
|
329d718ed4
|
[GraphBolt][Doc] Correct typo to fix rendering issue. (#7224)
|
2024-03-19 12:39:03 +08:00 |
|
hu chaochao
|
7129905e01
|
[Doc] The len(data) of TUDataset('DD') must be 1178. (#7219)
|
2024-03-18 09:42:27 -04:00 |
|
Muhammed Fatih BALIN
|
74c5e31dd1
|
[GraphBolt][Doc] Update layer_neighbor documentation for new args. (#7212)
|
2024-03-18 14:41:44 +08:00 |
|
yxy235
|
858c0b8632
|
[GraphBolt] Update to_pyg_data() to support get batch_size from seeds. (#7214)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-18 14:08:25 +08:00 |
|
Rhett Ying
|
396b0ec2d2
|
[release] add pandas into dependencies (#7218)
|
2024-03-18 10:24:02 +08:00 |
|
Muhammed Fatih BALIN
|
a272efed96
|
[GraphBolt] Implement labor dependent minibatching - python side. (#7208)
|
2024-03-13 13:05:19 -04:00 |
|
Muhammed Fatih BALIN
|
93990a90de
|
[GraphBolt] Refactor NeighborSamplerImpl (#7207)
|
2024-03-13 06:47:16 -04:00 |
|
Rhett Ying
|
8ab27b0581
|
[DistGB] enable replacement sampling with GraphBolt API (#7202)
|
2024-03-08 14:02:48 +08:00 |
|
yxy235
|
a7f1ab9f74
|
[GraphBolt] Modify labels dtype. (#7200)
|
2024-03-07 00:45:25 -05:00 |
|
Ramon Zhou
|
12fab559b5
|
[GraphBolt][PyG] Add more attributes in to_pyg_data (#7196)
|
2024-03-06 14:15:21 +08:00 |
|
Rhett Ying
|
a6505e86a4
|
[DistGB] revert toindex() but refine tests (#7197)
|
2024-03-06 09:56:40 +08:00 |
|
Muhammed Fatih BALIN
|
bc978736fc
|
[GraphBolt] torch.compile() support for gb.expand_indptr. (#7188)
|
2024-03-05 00:26:54 -05:00 |
|
Rhett Ying
|
8b266f5001
|
[doc] use tqdm from tqdm.auto (#7191)
|
2024-03-04 16:43:15 +08:00 |
|
Rhett Ying
|
4bd2eadf0c
|
[dev] bump master version to 2.2 (#7185)
|
2024-03-01 15:45:09 +08:00 |
|
Rhett Ying
|
494d4cd73f
|
[DistGB] enable graphbolt for homograph distDGL (#7182)
|
2024-03-01 15:03:47 +08:00 |
|