0.9.0 (2023-06-12)
New features
- The opset
ai.onnx@19
(ONNX 1.14) is now shipped with Spox.
Bug fixes
- The constructor for
ai.onnx@18::Split
is no longer generated incorrectly. No extraneous attribute is generated anymore, and thenum_outputs
attribute is marked as required (so that Spox can infer the number of outputs). - Fix an issue where
op.const
handled numbers in therange(INT64MAX, UINT64MAX)
incorrectly
Other changes
- Inlining now no longer adds redundant
Identity
nodes and supports subgraphs, thanks to reimplementing the ONNX renaming routine.