Skip to content

v0.4.1

Compare
Choose a tag to compare
@BarclayII BarclayII released this 05 Nov 03:15
· 232 commits to 0.4.x since this release

0.4.1 is released today!

This minor update includes:

CUDA 10.1 support (#950 )

Conda and pip users could install with

conda install -c dglteam dgl-cuda10.1
pip install dgl-cu101

MXNet NN modules support and their examples

(PR #890, @yzh119 )

  • GATConv
  • EdgeConv
  • SAGEConv
  • SGConv
  • APPNPConv
  • GINConv
  • GatedGraphConv
  • GMMConv
  • ChebConv
  • AGNNConv
  • NNConv
  • DenseGraphConv
  • DenseSAGEConv
  • DenseChebConv

Miscellaneous