"apps/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "ad222fb9399332e0d7aaadeec7c06f8b91126b78"
- 10 Oct, 2022 1 commit
-
-
rudongyu authored
* add double radius node labeling * add doc * add test * fix lint issue * update * update * update * update * fix lint
-
- 05 Sep, 2022 1 commit
-
-
peizhou001 authored
* enable turn on/off libxsmm at runtime by adding a global config and related API Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-194.ap-northeast-1.compute.internal>
-
- 07 Jul, 2022 1 commit
-
-
Vibhu Jawa authored
* Added to_cugraph and from_cugraph functionality * fix from_cugraph example * Addressed Reviews * Fix linting * Apply suggestions to docstrings from code review Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * Add API docs and remove `from_cugraph` alias * move cugraph tests to tests/cugraph/test_basics.py * remove ununsed imports from test_basics.py * remove pytest.importorskip as no longer needed Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 15 Jun, 2022 1 commit
-
-
ndickson-nvidia authored
* * Added functions from dgl.transforms.functional that were missing from the list for documentation in dgl.rst * * Sorted transform ops list in dgl.rst in alphabetical order Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 30 Mar, 2022 2 commits
-
-
Krzysztof Sadowski authored
* radius graph * remove trailing whitespaces from docs * disable invalid name for transform func * disable radius graph module invalid name * move pylint disable before init * fix missing nodes from point set * update docs indexing * add compute mode as optional param * radius graph test * remove trailing whitespaces * fix precision when comparing tensors Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
rudongyu authored
* [Transform] Random Walk Positional Encoding & Laplacian Positional Encoding * Update python/dgl/transforms/module.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py & python/dgl/transforms/module.py * update python/dgl/transforms/functional.py * update doc indexing * update unit test * support weighted graphs for random_walk_pe * change reference * fix linter errors * fix datatype compatibility with MXNet & TF * fix device errors * fix result precision errors * change tensorflow abs api * reboost CI Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 28 Feb, 2022 1 commit
-
-
Mufei Li authored
* Update nn-pytorch.rst * Update dgl.data.rst * Update dgl.rst
-
- 27 Feb, 2022 1 commit
-
-
Quan (Andy) Gan authored
* huuuuge update * remove * lint * lint * fix * what happened to nccl * update multi-gpu unsupervised graphsage example * replace most of the dgl.mp.process with torch.mp.spawn * update if condition for use_uva case * update user guide * address comments * incorporating suggestions from @jermainewang * oops * fix tutorial to pass CI * oops * fix again Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 04 Nov, 2021 1 commit
-
-
Mufei Li authored
* Update * Fix * Fix * Update * Update * Update * Fix CI * Fix * Fix * Fix * Update * Update * Update * Fix * Fix * Fix for TF
-
- 12 Jul, 2021 1 commit
-
-
Rhett-Ying authored
* [Feature] enable edge reorder in dgl.reorder_graph() * refine doc string * refine doc string for dgl.reorder_graph * refine doc string further
-
- 06 Jul, 2021 1 commit
-
-
Zihao Ye authored
-
- 05 Jul, 2021 1 commit
-
-
Minjie Wang authored
* add docstring for missing API; fix some docstring * rename apis; address comments
-
- 30 Jun, 2021 1 commit
-
-
Rhett-Ying authored
* [Feature] Add dgl.reorder() to re-order graph according to specified strategy * fix unit test failure for metis reorder * fix unit test failure on mxnet_cpu * refine unit test for dgl.reorder * fix unit test failure on mxnet * fix array_equal error for mxnet unit test * fix unit test failure for mxnet * convert metis output to numpy array explicitly Co-authored-by:Tong He <hetong007@gmail.com>
-
- 10 Jun, 2021 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update * Update * Add files via upload * Add files via upload * Update * Lint * Add files via upload * Lint * Update * Update * Update * Update * Update * Lint Fix * Lint Co-authored-by:
Ubuntu <ubuntu@ip-172-31-12-161.us-west-2.compute.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 17 May, 2021 1 commit
-
-
Quan (Andy) Gan authored
* test commit * fixes * oops * add docs * lint * why does it say I have a trailing whitespace * oh ok * fixes * why there's an invalid argument error * address comments * fix * address comments
-
- 20 Feb, 2021 1 commit
-
-
Minjie Wang authored
* reorg * change titles * rm some stale API doc; minor fix * fix docs * add warning * rm new-tutorial run in ci * lint
-
- 24 Jan, 2021 1 commit
-
-
Quan (Andy) Gan authored
* first commit * more commit * fix and docstring * add to api reference * address comments * Update convert.py
-
- 06 Jan, 2021 1 commit
-
-
Zihao Ye authored
-
- 04 Jan, 2021 1 commit
-
-
Zihao Ye authored
* wip * udp * upd * fix typo * lint * lint * upd * upd * lint * lint * upd * upd * tftest * fix * fallback numpy * fix tf * docstring Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Minjie Wang authored
* WIP: api * dgl.sampling, dgl.data * dgl.sampling; dgl.dataloading * sampling packages * convert * subgraph * deprecate * subgraph APIs * All docstrings for convert/subgraph/transform * almost all funcs under dgl namespace * WIP: DGLGraph * done graph query * message passing functions * lint * fix merge error * fix test * lint * fix Co-authored-by:Quan Gan <coin2028@hotmail.com>
-
- 17 Aug, 2020 2 commits
-
-
Mufei Li authored
* Update graph * Fix for dgl.graph * from_scipy * Replace canonical_etypes with relations * from_networkx * Update for hetero_from_relations * Roll back the change of canonical_etypes to relations * heterograph * bipartite * Update doc * Fix lint * Fix lint * Fix test cases * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix test * Fix * Update * Use DGLError * Update * Update * Update * Update * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Update * Update * Update * Update * Update * Update * Update * Fix * Fix * Update * Update * Update * Update * Update * Update * rewrite sanity checks * delete unnecessary checks * Update * Update * Update * Update * Update * Update * Update * Update * Fix * Update * Update * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Update * Fix * Update * Fix Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* [Doc] User guide section 5 and 6 * oops * fix
-
- 14 Aug, 2020 1 commit
-
-
Jinjing Zhou authored
-
- 10 Aug, 2020 1 commit
-
-
Minjie Wang authored
-