Releases: justinchuby/torch-onnx
Releases · justinchuby/torch-onnx
v0.1.25
What's Changed
- Sync with pytorch/pytorch#136162 by @justinchuby in #205
Full Changelog: v0.1.24...v0.1.25
v0.1.24
What's Changed
- Remove eq to keep SymbolicTensor Hashable; Fix TorchTensor
__array__
by @justinchuby in #202
Full Changelog: v0.1.23...v0.1.24
v0.1.23
What's Changed
- Format verification infos by @justinchuby in #198
- Quote verification info dict by @justinchuby in #199
- Drop final None values as inputs for nodes in exporter graph by @justinchuby in #200
- Add assertion nodes to ignoring list by @justinchuby in #201
Full Changelog: v0.1.22...v0.1.23
v0.1.22
What's Changed
- Re-raise the exception if the dynamic shapes cannot be refined by @justinchuby in #197
Full Changelog: v0.1.21...v0.1.22
v0.1.21
What's Changed
- Fix segfault when handling fake tensors by @justinchuby in #191
- Address comments from PyTorch review by @justinchuby in #194
- Better faketensor support by @justinchuby in #195
Full Changelog: v0.1.20...v0.1.21
v0.1.20
What's Changed
- Refine the dynamic shapes based on the suggested fixes by @justinchuby in #180
- Handle output names in dynamic axes by @justinchuby in #184
- Properly handle Attributes in traceable functions by @justinchuby in #186
- Refactor errors by @justinchuby in #189
- Improve dynamo compatibility by @justinchuby in #190
- Implement serialization for VerificationInfo by @justinchuby in #174
- Handle sequence properly by @justinchuby in #187
New Contributors
- @dependabot made their first contribution in #179
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
- Fix function signature generation when param is not annotated by @justinchuby in #176
- Add ONNX model in report by @justinchuby in #177
- Schemas: add the missing type_constraints assignment by @justinchuby in #178
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- Fix histogram dtype in verification by @justinchuby in #170
- Update producer name to pytorch by @justinchuby in #171
- Handle Sym* types when getting input types by @justinchuby in #173
- Sync with PyTorch and use onnxscript stable apis by @justinchuby in #172
Full Changelog: v0.1.17...v0.1.18