1. 14 Sep, 2020 2 commits
  2. 13 Sep, 2020 1 commit
  3. 12 Sep, 2020 2 commits
  4. 05 Sep, 2020 2 commits
  5. 04 Sep, 2020 1 commit
  6. 03 Sep, 2020 1 commit
  7. 02 Sep, 2020 1 commit
  8. 31 Aug, 2020 1 commit
  9. 30 Aug, 2020 1 commit
  10. 29 Aug, 2020 1 commit
  11. 28 Aug, 2020 1 commit
  12. 27 Aug, 2020 1 commit
  13. 25 Aug, 2020 1 commit
  14. 20 Aug, 2020 2 commits
  15. 19 Aug, 2020 5 commits
  16. 18 Aug, 2020 7 commits
  17. 17 Aug, 2020 2 commits
    • 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
    • Tianjun Xiao's avatar
      [Doc] API Doc update for mxnet and tf, remove some degree check (#2028) · b1e69105
      Tianjun Xiao authored
      * mx tf relconv
      
      * use method instead of private attr
      
      * src and dst have different fc for gat
      
      * update edgeconv
      
      * change sage and sgconv
      
      * no degree check on gin
      
      * add remainding API doc
      
      * fix pylint
      
      * infer fc_src and fc_dst, only one tensor for block
      
      * fix pytest
      b1e69105
  18. 13 Aug, 2020 1 commit
  19. 12 Aug, 2020 5 commits
  20. 11 Aug, 2020 2 commits
    • Da Zheng's avatar
      [Distributed] Move server start code to initialize. (#2002) · 4efa3320
      Da Zheng authored
      * move server start code to initialize.
      
      * fix.
      
      * fix lint.
      
      * fix examples.
      
      * add more checks.
      4efa3320
    • Quan (Andy) Gan's avatar
      [Feature] Edge DataLoader for edge classification & link prediction (#1828) · f5eb80d2
      Quan (Andy) Gan authored
      * clean commit
      
      * oops forgot the most important files
      
      * use einsum
      
      * copy feature from frontier to block
      
      * Revert "copy feature from frontier to block"
      
      This reverts commit 5224ec963eb6a3ef1b6ab74d8ecbd44e4e42f285.
      
      * temp fix
      
      * unit test
      
      * fix
      
      * revert jtnn
      
      * lint
      
      * fix win64
      
      * docstring fixes and doc indexing
      
      * revert einsum in sparse bidecoder
      
      * fix some examples
      
      * lint
      
      * fix due to some tediousness in remove_edges
      
      * addresses comments
      
      * fix
      
      * more jtnn fixes
      
      * fix
      f5eb80d2