2.5.3
版本发布时间: 2024-04-19 19:37:44
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
PyG 2.5.3 includes a variety of bug fixes related to the MessagePassing
refactoring.
Bug Fixes
- Ensure backward compatibility in
MessagePassing
viatorch.load
(#9105) - Prevent model compilation on custom
propagate
functions (#9079) - Flush template file before closing it (#9151)
- Do not set
propagate
method twice inMessagePassing
fordecomposed_layers > 1
(#9198)
Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.2...2.5.3