Skip to content

0.1.2

Latest

Choose a tag to compare

@jacopoventurin jacopoventurin released this 10 Dec 17:36
· 1 commit to main since this release

This release includes several upgrades:

  • Minor improvements in feature extraction for old PyG models.
  • Improved compilation engine:
    • Avoids compilation in problematic cases.
    • Automatically retries using torch._dynamo.config.suppress_errors to detect non-compilable code paths and fall back to eager mode when needed.
  • Modernization of the repository structure.

Full Changelog: v0.1.1...v0.1.2