Skip to content

Releases: pyg-team/pytorch_geometric

1.3.0

29 Jun 14:25

Choose a tag to compare

  • Support for giant graph handling using NeighborSampler and bipartite message passing operators
  • Debugging support using the new debug API
  • Fixed TUDataset download errors
  • Added FeasStConv module
  • Improved networkx conversion functionality
  • Improved Data and DataLoader handling with customizable number_of_nodes (e.g. for holding two graphs in a single Data object)
  • Added GeniePath example
  • Added SAGPool module
  • Added geodesic distance computation using gdist (optional)
  • Improved PointNet and DGCNN classification and segmentation examples
  • Added subgraph functionality
  • Fixed GMMConv
  • Added a bunch of new datasets
  • Added fast implementations for random graph generation
  • Improved loop API
  • Minor bugfixes

Thanks to all contributors!

1.2.1

22 May 08:01

Choose a tag to compare

  • More convenient self-loop API (including addition of edge weights)
  • Small bugfixes, .e.g., DiffPool NaNs and empty edge indices treatment
  • New datasets have been added:
    • GEDDataset
    • DynamicFAUST
    • TOSCA
    • SHREC2016

1.2.0

29 Apr 07:29

Choose a tag to compare

  • New models and operators, e.g., RENet, Signed Graph Convolution, Deep Graph Infomax, PPFNet, ...
  • Minor bugfixes
  • New converts

1.1.2

05 Apr 05:28

Choose a tag to compare

  • bugfixes for bipartite message passing API

1.1.1

02 Apr 05:33

Choose a tag to compare

PointConv bugfix for bipartite graphs.

1.1.0

01 Apr 06:46

Choose a tag to compare

This release includes:

  • All Variants of Graph Autoencoders
  • Gated Graph Conv
  • DataParallel bugfixes
  • New transforms (Line Graph Transformation, Local Degree Profile, Sample Points with Normals)
  • PointNet++ example

1.0.3

07 Mar 17:14

Choose a tag to compare

  • SGC and APPNP layer

1.0.2

25 Jan 13:33

Choose a tag to compare

  • Added remove_faces parameter for face transforms

1.0.1

15 Jan 19:03

Choose a tag to compare

  • Finally completed documentation
  • Finally achieved 100% code coverage (every single line is tested)
  • Fixed a few minor bugs
  • Added the GlobalAttention layer from Li et al.

1.0.0

18 Dec 12:45

Choose a tag to compare

We made a bunch of improvements to PyTorch Geometric and added various new convolution and pooling operators, e.g., top_k pooling, PointCNN, Iterative Farthest Point Sampling, PointNet++, ...