Skip to content

0.9.0 (2023-06-12)

Compare
Choose a tag to compare
@cbourjau cbourjau released this 12 Jul 18:43
· 58 commits to main since this release
233dd34

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 the num_outputs attribute is marked as required (so that Spox can infer the number of outputs).
  • Fix an issue where op.const handled numbers in the range(INT64MAX, UINT64MAX) incorrectly

Other changes

  • Inlining now no longer adds redundant Identity nodes and supports subgraphs, thanks to reimplementing the ONNX renaming routine.