Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PyG 2.5.1_ Bugfixes source code.tar.gz | 2024-03-12 | 3.8 MB | |
PyG 2.5.1_ Bugfixes source code.zip | 2024-03-12 | 4.6 MB | |
README.md | 2024-03-12 | 941 Bytes | |
Totals: 3 Items | 8.4 MB | 0 |
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