1. 13 Dec, 2018 1 commit
  2. 12 Dec, 2018 1 commit
    • Lingfan Yu's avatar
      [Doc] Fix document building for multiple tensor backends (#301) · 0cbe521b
      Lingfan Yu authored
      * remove loading backend in sse
      
      * build mxnet in a second run
      
      * a third run to fix everything
      
      * fix docstring in sampler
      
      * fix docstring in transformer
      
      * README for doc build
      
      * some reordering and printing
      
      * use filename_pattern instead of ignore_pattern to reduce warning at the cost of redundant work...
      
      * add env var to use mxnet in Jenkinsfile
      
      * remove step 3, it's already fixed by previous commit
      0cbe521b
  3. 11 Dec, 2018 5 commits
    • Minjie Wang's avatar
      [Release] update version (#297) · af23c457
      Minjie Wang authored
      * update version; add news.md; modify contributing.md
      
      * change urls to dmlc
      af23c457
    • Lingfan Yu's avatar
      [Doc] fix link in README (#296) · f896e490
      Lingfan Yu authored
      * fix mxnet link
      
      * fix issue link
      f896e490
    • Haibin Lin's avatar
      [DOC] Fix repo link (#295) · d10baaef
      Haibin Lin authored
      * Update index.rst
      
      * Update index.rst
      d10baaef
    • Da Zheng's avatar
      [Doc] update neighbor sampler doc. (#287) · 18ed7868
      Da Zheng authored
      18ed7868
    • Minjie Wang's avatar
      [Release] v0.1.3 (#288) · 597ac7f8
      Minjie Wang authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      
      * windows 7 -> 10
      
      * doc update
      
      * [Bugfix] Fix conversion from networkx (#286)
      
      * fix from_nx when no edge id available
      
      * add test cases
      
      * more detailed tests
      
      * more comments
      
      * [Bugfix] Switch to sparse_coo_matrix for torch 1.0+ (#282)
      
      * switch to sparse_coo_matrix for torch 1.0+
      
      * fix bug when the version is 0.4.1.post2
      
      * change to distutils
      597ac7f8
  4. 10 Dec, 2018 1 commit
  5. 07 Dec, 2018 6 commits
    • Gan Quan's avatar
      [Release] 0.1.2: Require Windows 10 (#277) · 322bd713
      Gan Quan authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      
      * windows 7 -> 10
      
      * doc update
      322bd713
    • Zihao Ye's avatar
      [Model]Transformer (#186) · 9f325542
      Zihao Ye authored
      * change the signature of node/edge filter
      
      * upd filter
      
      * Support multi-dimension node feature in SPMV
      
      * push transformer
      
      * remove some experimental settings
      
      * stable version
      
      * hotfix
      
      * upd tutorial
      
      * upd README
      
      * merge
      
      * remove redundency
      
      * remove tqdm
      
      * several changes
      
      * Refactor
      
      * Refactor
      
      * tutorial train
      
      * fixed a bug
      
      * fixed perf issue
      
      * upd
      
      * change dir
      
      * move un-related to contrib
      
      * tutuorial code
      
      * remove redundency
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * improve viz
      
      * universal done
      
      * halt norm
      
      * fixed a bug
      
      * add draw graph
      
      * fixed several bugs
      
      * remove dependency on core
      
      * upd format of README
      
      * trigger
      
      * trigger
      
      * upd viz
      
      * trigger
      
      * add transformer tutorial
      
      * fix tutorial
      
      * fix readme
      
      * small fix on tutorials
      
      * url fix in readme
      
      * fixed func link
      
      * upd
      9f325542
    • Gan Quan's avatar
      [Release] 0.1.2 updates (#276) · 37feb479
      Gan Quan authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      37feb479
    • Minjie Wang's avatar
      [Bugfix][Model] fix treelstm model (#274) · 3564fdc5
      Minjie Wang authored
      * fix bug after moving batcher out of dgl.data
      
      * disable mx utest
      3564fdc5
    • Da Zheng's avatar
      [Readme] add an M. (#273) · f491d6b9
      Da Zheng authored
      f491d6b9
    • Da Zheng's avatar
      small fixes in the immutable graph index. (#271) · c0d1f8e4
      Da Zheng authored
      * small fix in immutable graph index.
      
      * minor fix.
      c0d1f8e4
  6. 06 Dec, 2018 8 commits
  7. 05 Dec, 2018 16 commits
  8. 04 Dec, 2018 2 commits
    • Lingfan Yu's avatar
      [Doc] API doc string for many components (#245) · 274e1082
      Lingfan Yu authored
      * builtin function docstring
      
      * init docstring
      
      * view docstring
      
      * add init to index and fix
      
      * node /edge feature
      
      * Example -> Examples
      
      * fix func hyperlink
      
      * traversal
      
      * fix
      
      * from/to_networkx docstring
      
      * minor
      
      * fix duplicate label
      
      * comment about tensor framework
      
      * from scipy sparse matrix
      
      * fix format errors
      274e1082
    • Mufei Li's avatar
      [Doc] Computing with DGLGraph (#212) · 7cca5007
      Mufei Li authored
      * Docs for graph computing
      
      * Docs for graph computing
      
      * Fix
      
      * WIP
      
      * update the docstring
      7cca5007