Releases: microsoft/onnxscript
Releases · microsoft/onnxscript
v0.2.2
What's Changed
- Doc script const 1 by @leshabirukov in #2004
- Create stable apis for torch 2.7 by @justinchuby in #2063
- Fix misleading annotation in the documentation by @xadupre in #2046
- Enable extraction of rewritten subgraph as model-local function by @gramalingam in #2065
- Make onnxscript release 1ES compliant by @jchen351 in #2071
- Add a couple of variants of patterns in ORT fusions by @gramalingam in #2077
- [IR] Fix an error when checking for float8_e4m3fnuz type in ir.Tensor by @justinchuby in #2078
- Squeeze Reshape Identity optimization by @gramalingam in #2083
- add cudnn_enable flag to aten_layer_norm by @yushangdi in #2085
- Extensions to transformer fusions by @gramalingam in #2082
New Contributors
- @leshabirukov made their first contribution in #2004
- @jchen351 made their first contribution in #2071
- @yushangdi made their first contribution in #2085
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This release includes several bug fixes for the PyTorch->ONNX decomposition library (torchlib).
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- [torchlib] Simplify squeeze by @justinchuby in #2047
- [torchlib] Add memory_format to ones_like by @justinchuby in #2049
- Fix aten_pow when first input is a python constant by @xadupre in #2048
- [torchlib] Fix various implementations by @justinchuby in #2050
- Expose opset22 by @justinchuby in #2053
- Refactor ort specific fusions by @gramalingam in #2039
- [torchlib] Fix reflection pad by @justinchuby in #2037
- [torchlib] Make matmul trace_only by @justinchuby in #2055
- Minor cleanup by @gramalingam in #2056
- [torchlib] Simplify aten_trunc implementation by @justinchuby in #2057
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First official release
Full Changelog: https://github.com/microsoft/onnxscript/commits/v0.1.0