pypi onnx 1.18.0
v1.18.0

latest release: 1.19.0
3 months ago

ONNX v1.18.0 is now available with exciting new features! We would like to thank everyone who contributed to this release!
Please visit onnx.ai to learn more about ONNX and associated projects.

Key Updates

ai.onnx Opset 23

Attention, Cast, CastLike, Constant, ConstantOfShape, DequantizeLinear, Flatten, Identity, If, Loop, Pad, QuantizeLinear, RMSNormalization, Reshape, RotaryEmbedding, Scan, Shape, Size, Squeeze, Transpose, Unsqueeze

IR Version 11

  • Added FLOAT4E2M1 and multi-device configuration support
  • Relaxed naming requirements (#6652)

Python support

  • Support Python 3.13
  • Experimental support for Python 3.13t (Windows, Mac)
  • Removed support for Python 3.8
  • Windows Arm64

Build

  • Minimum protobuf version is upgraded to v25.1
  • A new option ONNX_BUILD_CUSTOM_PROTOBUF is added for CMAKE (#6495)

What's Changed

Breaking Changes and Deprecations

  • Remove/raise exception when external file exists during onnx.save by @tonypottera24 in #6497
  • Remove python 3.8 workflows (python 3.8 is eol) by @cyyever in #6434
  • Deprecate all type casting functions by @justinchuby in #6639
  • GroupNormalization-18 is now deprecated and replaced by GroupNormalization-23 due to an incorrect definition (#6358)

Spec and Operator

Reference Implementation

Utilities and Tools

Build, CI and Tests

Documentation

  • Move INSTALL instruction to separate file by @andife in #6560
  • Fix Pad operator example in Python API docs (correct attribute usage) by @kolasaniv1996 in #6702

Other Changes

Contributors

Andreas Fehlner, Atanas Dimitrov, Bilyana Indzheva, Emmanuel Ferdman, G. Ramalingam, Ilya Lavrenov, Joaquin Anton, Joshua Lochner, Justin Chu, Kevin Chen, Liu Jinjie, Mehmet Can Farsak, Michał Górny, Nat Kershaw (MSFT), Nenad Banfic, Pete Warden, Po-Chu Hsu, Ramakrishnan Sivakumar, Rudro, Shubham Bhokare, Ti-Tai Wang, Xavier Dupré, Yuan Yao, Yulong Wang, Zijun Yu, cyyever, dependabot[bot], kolasaniv1996, mcollinswisc, seungwoo-ji

New Contributors

Full Changelog: v1.17.0...v1.18.0

Don't miss a new onnx release

NewReleases is sending notifications on new releases.