-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version; add news.md; modify contributing.md * change urls to dmlc
- Loading branch information
1 parent
f896e49
commit af23c45
Showing
18 changed files
with
88 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
## Contributing to DGL | ||
|
||
If you are interested in contributing to DGL, your contributions will fall | ||
into two categories: | ||
1. You want to propose a new Feature and implement it | ||
- post about your intended feature, and we shall discuss the design and | ||
implementation. Once we agree that the plan looks good, go ahead and implement it. | ||
2. You want to implement a feature or bug-fix for an outstanding issue | ||
- Look at the outstanding issues | ||
- Especially look at the Low Priority and Medium Priority issues | ||
- Pick an issue and comment on the task that you want to work on this feature | ||
- If you need more context on a particular issue, please ask and we shall provide. | ||
|
||
Once you finish implementing a feature or bugfix, please send a Pull Request. | ||
Contribution is always welcomed. A good starting place is the roadmap issue, where | ||
you can find our current milestones. All contributions must go through pull requests | ||
and be reviewed by the committors. | ||
|
||
For document improvement, simply PR the change and prepend the title with `[Doc]`. | ||
|
||
For new features, we suggest first create an issue using the feature request template. | ||
Follow the template to describe the features you want to implement and your plans. | ||
We also suggest pick the features from the roadmap issue because they are more likely | ||
to be incoporated in the next release. | ||
|
||
For bug fix, we suggest first create an issue using the bug report template if the | ||
bug has not been reported yet. Please reply the issue that you'd like to help. Once | ||
the task is assigned, make the change in your fork and PR the codes. Remember to | ||
also refer to the issue where the bug is reported. | ||
|
||
Once your PR is merged, congratulation, you are now an contributor to the DGL project. | ||
We will put your name in the list below and also on our [website](https://www.dgl.ai/ack). | ||
|
||
Contributors | ||
------------ | ||
[Yizhi Liu](https://github.com/yzhliu) | ||
[Yifei Ma](https://github.com/yifeim) | ||
Hao Jin | ||
[Sheng Zha](https://github.com/szha) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
DGL release and change logs | ||
========== | ||
|
||
Refer to the roadmap issue for the on-going versions and features. | ||
|
||
0.1.3 | ||
----- | ||
Bug fix | ||
* Compatible with Pytorch v1.0 | ||
* Bug fix in networkx graph conversion. | ||
|
||
0.1.2 | ||
----- | ||
First open release. | ||
* Basic graph APIs. | ||
* Basic message passing APIs. | ||
* Pytorch backend. | ||
* MXNet backend. | ||
* Optimization using SPMV. | ||
* Model examples w/ Pytorch: | ||
- GCN | ||
- GAT | ||
- JTNN | ||
- DGMG | ||
- Capsule | ||
- LGNN | ||
- RGCN | ||
- Transformer | ||
- TreeLSTM | ||
* Model examples w/ MXNet: | ||
- GCN | ||
- GAT | ||
- RGCN | ||
- SSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters