Skip to content

Releases: snap-stanford/deepsnap

v0.2.1

05 Sep 23:08
Compare
Choose a tag to compare

DeepSNAP 0.2.1 Release Notes

  • Use the collections.abc to be compatible with the PyTorch 1.9.0.
  • Minor modification to the hetero_gnn.py.
  • Use GitHub Actions for testing.
  • Some other minor modifications.

v0.2.0

07 Apr 05:47
Compare
Choose a tag to compare
  • Fixed bugs in Graph and HeteroGraph classes.
  • Added tensor backend for both the homogeneous and heterogeneous graphs.
  • Added SnapX backend for the undirected homogeneous graph.
  • New examples and new Colab notebooks.
  • Improved HeteroSAGEConv.
  • Updated Heterogeneous GNN Functions.
  • Updated documentation and code comments.
  • New benchmark for transformation.
  • Other minor updates and bug fixes.

Transform function improvement

30 Jun 01:52
Compare
Choose a tag to compare
  • Documentation for transform functions
  • Support transform functions for Batch that return multiple graphs (multiple batches of transformed graph will be returned)