- 10 Jun, 2019 1 commit
-
-
Mufei Li authored
* to_bidirected * to_bidirected * Fix style * Fix * Update * Fix * Fix * Update * Add examples
-
- 08 Jun, 2019 2 commits
-
-
HQ authored
* add graph_to * use backend copy_to * add test * fix test * framework agnostic to() test * disable pylint complaint * add examples * fix docstring * formatting * Format * Update test_to_device.py
-
Zihao Ye authored
* upd * upd * reformat * upd * upd * add test * fix arange * fix slight bug * upd * trigger * upd docs * upd * upd * upd * change subgraph to be raw data wrapper * upd * fix test
-
- 08 May, 2019 1 commit
-
-
Da Zheng authored
* add index. * update. * update tutorial.
-
- 17 Apr, 2019 1 commit
-
-
kitaev-chen authored
* add gin model * convert dataset.py to data_ont_the_fly way and put it into dgl.data module * convert dataset.py to data_ont_the_fly way and put it into dgl.data module python code checked * modified document and reference TUDataset; checked python part and bypass cpp part due to error * change tensor to numpy in dataset and transform in collate@Dataloader * Change minor format issue Change minor format issue * moved logging; adjusted tqdm etc
-
- 10 Apr, 2019 1 commit
-
-
VoVAllen authored
* add graph classification dataset * add node label * add TUDataset * Modify to consistent with Qi Huang's implementation * add docs * Add docs * Fix change of environment variable * Update tu.py * Update tu.py * Fix error when add node with np.int64
-
- 01 Apr, 2019 1 commit
-
-
aymenwah authored
* fix docs remote instead of remove * Update CONTRIBUTORS.md
-
- 13 Mar, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd * findedge/s * upd * upd * upd * upd * add test * remove redundancy * upd * upd * upd * upd * add edge_subgraph * explicit cast * add test immutable subg * reformat * reformat * fix bug * upd * hotfix * subgraph docs * fix adj mat * fix edges() order * add test * revert * upd * fix * upd
-
- 05 Mar, 2019 1 commit
-
-
Minjie Wang authored
* enable cython * add helper function and data structure for void_p vector return * move sampler from graph index to contrib.sampling * WIP * WIP * refactor layer sampling * pass tests * fix lint * fix graphsage * remove comments * pickle test * fix comments * update dev guide for cython build
-
- 02 Mar, 2019 1 commit
-
-
Minjie Wang authored
-
- 01 Mar, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd * findedge/s * upd * upd * upd * upd * add test * remove redundancy * upd * upd * upd * upd * add edge_subgraph * explicit cast * add test immutable subg * reformat * reformat * fix bug * upd * hotfix * subgraph docs
-
- 25 Feb, 2019 1 commit
-
-
Minjie Wang authored
* refactor graph conv * docs & tests * fix lint * fix lint * fix lint * fix lint script * fix lint * Update * Style fix * Fix style * Fix style * Fix gpu case * Fix for gpu case * Hotfix edgesoftmax docs * Handle repeated features * Add docstring * Set default arguments * Remove dropout from nn.conv * Fix * add util fn for renaming * revert gcn_spmv.py * mx folder * fix wierd bug * fix mx * fix lint
-
- 20 Feb, 2019 1 commit
-
-
VoVAllen authored
-
- 17 Feb, 2019 1 commit
-
-
Hao Zhang authored
* Create ppi.py * Create train_ppi.py * Update train_ppi.py * Update train_ppi.py * Create gat.py * Update train.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * Update train_ppi.py * Update ppi.py * Update train_ppi.py * update docs and readme
-
- 14 Feb, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 25 Jan, 2019 2 commits
-
-
Mufei Li authored
* batched_graph_classification * Fix * Fix * update tutorial with new dataset * Final * Fix doc for dataset * small fix
-
Minjie Wang authored
* minigc dataset * more comments * sphinx
-
- 12 Jan, 2019 1 commit
-
-
VoVAllen authored
* add rtfd * rrr * update * change env * temp fix * update * fix * fix * add * conf * Move file_pattern from Makefile to conf.py * remove yml * fix * fix * fix * fix * remove yml * remove yml * add doc docker * add dgl install script * change name * change dockerfile * fix * name * add * fix * fix * fix * fix * add doc-build files * remove unnecessary import os
-
- 10 Jan, 2019 1 commit
-
-
Mufei Li authored
* Max readout and consecutive labeling * Delete test_readout.py * Delete test_basics.py * Test case and fix * Recover accidentally removed file * Fix import order * Fix test case * Fix * Fix * Fix * Fix * Fix * revert * Fix * Fix * Fix
-
- 07 Jan, 2019 1 commit
-
-
Minjie Wang authored
-
- 06 Jan, 2019 1 commit
-
-
Quan (Andy) Gan authored
* test basics * batched graph & filter, mxnet filter fix * frame and function; bugfix * test graph adj and inc matrices * fixing start = 0 for mxnet * test index * inplace update & line graph * multi send recv * more tests * oops * more tests * removing old test files; readonly graphs for mxnet still kept * modifying test scripts * adding a placeholder for pytorch to reserve directory * torch 0.4.1 compat fixes * moving backend out of compute to avoid nose detection * tests guide * mx sparse-to-dense/sparse-to-numpy is buggy * oops * contribution guide for unit tests * printing incmat * printing dlpack * small push * typo * fixing duplicate entries that causes undefined behavior * move equal comparison to backend
-
- 04 Jan, 2019 3 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
* reorg the doc mainpage * contribute guide
-
Mufei Li authored
* reverse a graph * Reverse a graph * Fix * Revert "Fix" This reverts commit 1728826b4f3a083b76dfc0fdecd2bbf943a971b2. * Fix * Fix * Delete vcs.xml * Delete Project_Default.xml * Fix * Fix * Fix * Remove outdated test * Reorg transform and update reverse (#2) * Reorg transform and update reverse * Fix doc and test * Update test * Resolve conflict * CI oriented fix * Remove outdated import * Fix import * Fix import * define __all__ for wildcard imports * Fix import * Address circular imports * Fix * Fix test case * Fix * Fix * Remove unused import * Fix * Fix * Fix
-
- 27 Dec, 2018 1 commit
-
-
Aston Zhang authored
-
- 12 Dec, 2018 1 commit
-
-
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
-
- 11 Dec, 2018 1 commit
-
-
Haibin Lin authored
* Update index.rst * Update index.rst
-
- 07 Dec, 2018 2 commits
-
-
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
-
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
-
- 06 Dec, 2018 2 commits
-
-
Da Zheng authored
* add more unit tests for mxnet. * fix. * explain the batch dimension. * update doc. * disable unit tests on DFS. * fix graph traversal.
-
Minjie Wang authored
* faq & env * add update version script; 0.0.1 -> 0.1.0
-
- 05 Dec, 2018 4 commits
-
-
Lingfan Yu authored
* include/dgl/runtime * include * src/runtime * src/graph * src/scheduler * src * clean up CMakeLists * further clean up in cmake * install commands * python/dgl/_ffi/_cython * python/dgl/_ffi/_ctypes * python/dgl/_ffi * python/dgl * some fix * copy right
-
Da Zheng authored
-
VoVAllen authored
* add sse tutorial * add mxnet tutorial ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix ci * Fix ci * Fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix CI Fix CI image * permission fix * fix a bug in the code. * small fix * fix doc * fix ci * shorten the iters * fix * remove extra file * add load_backend api to dynamically switch to another backend * try fix * fix tutorial * fix tutorial * fix bug in tutorial
-
VoVAllen authored
-
- 04 Dec, 2018 4 commits
-
-
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
-
Mufei Li authored
* Docs for graph computing * Docs for graph computing * Fix * WIP * update the docstring
-
VoVAllen authored
Fix typo at doc index
-
VoVAllen authored
* improve capsule tutorial with jinyang * fix wrong layout of second-level tutorial * delete transformer
-
- 03 Dec, 2018 1 commit
-
-
Minjie Wang authored
* model tutorials overview * update the 1_first * revised overview and summarized "what is DGL" in glance
-