1.4.1
This release mainly focuses on torch-scatter=2.0 support. As a result, PyTorch Geometric now requires PyTorch 1.4. If you are in the process of updating to PyTorch 1.4, please ensure that you also re-install all related external packages.
Features
- Graph Diffusion Convolution
- MinCUT Pooling
- CGCNNConv
TUDatasetcleaned versions, containing only non-isomorphic graphsGridSamplingtransformShapeNetdataset now comes with normals and better split options- TriMesh conversion utilities
ToSLICtransform for superpixel generation from images- Re-writing of
MessagePassinginterface with customaggregatemethods (no API changes)
Bugfixes
- Fixed some failure modes of
from_networkx.