2.3.1
版本发布时间: 2023-04-27 18:19:51
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
PyG 2.3.1 includes a variety of bugfixes.
Bug Fixes
- Fixed
cugraph
GNN layer support forpylibcugraphops==23.04
(#7023) - Removed
DeprecationWarning
ofTypedStorage
usage inDataLoader
(#7034) - Fixed a bug in
FastHGTConv
that computed values via parameters used to compute the keys (#7050) - Fixed
numpy
incompatiblity when reading files inPlanetoid
datasets (#7141) - Fixed
utils.subgraph
on unordered inputs (#7187) - Fixed support for
Data.num_edges
for nativetorch.sparse.Tensor
adjacency matrices (#7104)
Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.3.0...2.3.1