1.6.1
版本发布时间: 2020-08-05 21:22:26
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
This is a minor release, mostly focusing on PyTorch 1.6.0 support. All external wheels are now also available for PyTorch 1.6.0.
New Features
-
WikiCS
dataset -
DeepGCN via
GENConv
andDeepGCNLayer
(thanks to @lightaime) -
PairNorm
(thanks to @gupta-abhay) -
LayerNorm
(thanks to @aluo-x)
Bugfixes
- Fixed a bug which prevented
GNNExplainer
to work withGATConv
- Fixed the
MessagePassing.jittable
call when installing PyG viapip
- Fixed a bug in
torch-sparse
where reduce functions withdim=0
did not yield the correct result - Fixed a bug in
torch-sparse
which suppressed all warnings