| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PyG 2.5.3_ Bugfixes source code.tar.gz | 2024-04-19 | 3.8 MB | |
| PyG 2.5.3_ Bugfixes source code.zip | 2024-04-19 | 4.6 MB | |
| README.md | 2024-04-19 | 603 Bytes | |
| Totals: 3 Items | 8.4 MB | 0 | |
PyG 2.5.3 includes a variety of bug fixes related to the MessagePassing refactoring.
Bug Fixes
- Ensure backward compatibility in
MessagePassingviatorch.load(#9105) - Prevent model compilation on custom
propagatefunctions (#9079) - Flush template file before closing it (#9151)
- Do not set
propagatemethod twice inMessagePassingfordecomposed_layers > 1(#9198)
Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.2...2.5.3