Releases: pyg-team/pytorch_geometric
Releases · pyg-team/pytorch_geometric
1.2.1
- 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
- New models and operators, e.g., RENet, Signed Graph Convolution, Deep Graph Infomax, PPFNet, ...
- Minor bugfixes
- New converts
1.1.2
- bugfixes for bipartite message passing API
1.1.1
PointConv
bugfix for bipartite graphs.
1.1.0
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.2
- Added
remove_faces
parameter for face transforms
1.0.1
- 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
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
- 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