Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@justinchuby justinchuby released this 23 Apr 16:44
b68ec19

What's Changed

Breaking Changes

  • Constructor of ir.Function now takes metadata_props from the ir.Graph object. #2182

Core ONNX Script

  • Annotate script() with ParamSpec for more accurate typing by @justinchuby in #2178
  • Replace ast.NameConstant with ast.Constant and remove duplicates by @justinchuby in #2188

Optimizer and rewriter

ONNX IR

Torch Lib

Documentation

Other Changes

New Contributors

Full Changelog: v0.2.4...v0.2.5