Releases: pyg-team/pytorch_geometric
Releases · pyg-team/pytorch_geometric
1.3.0
29 Jun 14:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
bugfixes for bipartite message passing API
1.1.1
02 Apr 05:33
Compare
Sorry, something went wrong.
No results found
PointConv bugfix for bipartite graphs.
1.1.0
01 Apr 06:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.0.2
25 Jan 13:33
Compare
Sorry, something went wrong.
No results found
Added remove_faces parameter for face transforms
1.0.1
15 Jan 19:03
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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++, ...