Skip to content

1.6.1

Compare
Choose a tag to compare
@rusty1s rusty1s released this 05 Aug 13:22
· 3944 commits to master since this release

This is a minor release, mostly focusing on PyTorch 1.6.0 support. All external wheels are now also available for PyTorch 1.6.0.

New Features

Bugfixes

  • Fixed a bug which prevented GNNExplainer to work with GATConv
  • Fixed the MessagePassing.jittable call when installing PyG via pip
  • Fixed a bug in torch-sparse where reduce functions with dim=0 did not yield the correct result
  • Fixed a bug in torch-sparse which suppressed all warnings