2.5.1
版本发布时间: 2024-03-12 22:09:14
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
PyG 2.5.1 includes a variety of bugfixes.
Bug Fixes
- Ignore
self.propagate
appearances in comments when parsingMessagePassing
implementation (#9044) - Fixed
OSError
on read-only file systems withinMessagePassing
(#9032) - Made
MessagePassing
interface thread-safe (#9001) - Fixed metaclass conflict in
Dataset
(#8999) - Fixed import errors on
MessagePassing
modules with nested inheritance (#8973) - Fix
OSError
when downloading datasets withsimplecache
(#8932)
Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.0...2.5.1