Note
Starting from v0.3, onnxscript.ir
is an alias of onnx_ir
. Visit https://github.com/onnx/ir-py for source code.
What's Changed
Breaking Changes
- [pass] Update LiftSubgraphInitializersToMainGraphPass to disallow variable shadowing by @justinchuby in #2348
- Formally drop python 3.8 support by @justinchuby in #2354
Optimizer and rewriter
- Fix cross attention in MHA by @gramalingam in #2337
- Implement
__repr__
for MatchResult by @justinchuby in #2353
ONNX IR
- Use onnx_ir as a dependency by @justinchuby in #2324
Torch Lib
- [torchlib] Set allowzero=True on Reshape where appropriate by @justinchuby in #2346
- [torchlib] Fix pow.Tensor_Scalar type promotion by @justinchuby in #2335
Other Changes
- Update publish pipelines to use 1ES templates by @justinchuby in #2349
Full Changelog: v0.2.7...v0.3.0