github dmlc/dgl 0.4.1
v0.4.1

latest releases: v2.1.0, v2.0.0, v1.1.3...
4 years ago

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

Don't miss a new dgl release

NewReleases is sending notifications on new releases.