Skip to content

Releases: pyg-team/pytorch_geometric

1.2.1

22 May 08:01
Compare
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
Compare
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
Compare
Choose a tag to compare
  • bugfixes for bipartite message passing API

1.1.1

02 Apr 05:33
Compare
Choose a tag to compare

PointConv bugfix for bipartite graphs.

1.1.0

01 Apr 06:46
Compare
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
Compare
Choose a tag to compare
  • SGC and APPNP layer

1.0.2

25 Jan 13:33
Compare
Choose a tag to compare
  • Added remove_faces parameter for face transforms

1.0.1

15 Jan 19:03
Compare
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
Compare
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++, ...

0.3.1

20 Oct 04:00
Compare
Choose a tag to compare
  • minor bug fixes (e.g. calls to torch-sparse had wrong argument order)
  • new operators and examples (GINConv and Infomax example)
  • added helpful evaluation functions