项目文件夹

文件
Minjie Wang af23c45726 [Release] update version (#297)
* update version; add news.md; modify contributing.md

* change urls to dmlc
2018-12-11 15:40:51 -05:00

527 B

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