1. 30 Jul, 2022 1 commit
  2. 28 Jun, 2022 1 commit
  3. 03 Jun, 2022 1 commit
  4. 23 May, 2022 1 commit
  5. 20 May, 2022 1 commit
  6. 25 Apr, 2022 1 commit
  7. 07 Apr, 2022 1 commit
  8. 30 Mar, 2022 1 commit
    • Krzysztof Sadowski's avatar
      [Feature] Radius Graph (#3829) · 4c7bd314
      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: default avatarMufei Li <mufeili1996@gmail.com>
      4c7bd314
  9. 23 Mar, 2022 1 commit
  10. 23 Feb, 2022 1 commit
    • Minjie Wang's avatar
      [NN] Rework RelGraphConv and HGTConv (#3742) · 0227ddfb
      Minjie Wang authored
      * WIP: TypedLinear and new RelGraphConv
      
      * wip
      
      * further simplify RGCN
      
      * a bunch of tweak for performance; add basic cpu support
      
      * update on segmm
      
      * wip: segment.cu
      
      * new backward kernel works
      
      * fix a bunch of bugs in kernel; leave idx_a for future
      
      * add nn test for typed_linear
      
      * rgcn nn test
      
      * bugfix in corner case; update RGCN README
      
      * doc
      
      * fix cpp lint
      
      * fix lint
      
      * fix ut
      
      * wip: hgtconv; presorted flag for rgcn
      
      * hgt code and ut; WIP: some fix on reorder graph
      
      * better typed linear init
      
      * fix ut
      
      * fix lint; add docstring
      0227ddfb
  11. 17 Feb, 2022 1 commit
  12. 27 Jan, 2022 1 commit
  13. 07 Dec, 2021 1 commit
  14. 06 Dec, 2021 1 commit
  15. 02 Dec, 2021 1 commit
  16. 22 Nov, 2021 1 commit
  17. 21 Nov, 2021 1 commit
  18. 19 Nov, 2021 1 commit
  19. 10 Nov, 2021 1 commit
    • Mufei Li's avatar
      [NN] GNNExplainer (#3490) · dfa32ae0
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * lint fix
      
      * lint fix
      
      * Fix lint
      
      * Update
      
      * Fix CI
      
      * Fix CI
      
      * Fix
      
      * CI
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix CI
      
      * Fix CI
      dfa32ae0
  20. 03 Nov, 2021 1 commit
  21. 27 Oct, 2021 1 commit
  22. 14 Oct, 2021 1 commit
  23. 13 Jul, 2021 1 commit
  24. 25 Jun, 2021 1 commit
  25. 11 Jun, 2021 1 commit
  26. 01 Jun, 2021 1 commit
  27. 27 Apr, 2021 1 commit
  28. 18 Mar, 2021 2 commits
  29. 03 Mar, 2021 1 commit
  30. 12 Feb, 2021 1 commit
  31. 29 Jan, 2021 1 commit
  32. 28 Jan, 2021 1 commit
  33. 26 Jan, 2021 1 commit
  34. 14 Jan, 2021 1 commit
  35. 13 Jan, 2021 1 commit
  36. 04 Jan, 2021 1 commit
  37. 07 Dec, 2020 1 commit
  38. 18 Aug, 2020 1 commit
  39. 17 Aug, 2020 1 commit
    • Mufei Li's avatar
      [Doc/Feature] Refactor, doc update and behavior fix for graphs (#1983) · be444e52
      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: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      be444e52