ONNX v1.13.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.
New operators
- Col2Im added in #3948
- BitwiseNot added in #4497
- BitwiseAnd, BitwiseOr and BitwiseXor added in #4496
Operator extensions
- Resize - New attributes:
antialias
,axes
andkeep_aspect_ratio_policy
, allow for bothscales
andsizes
to be provided when one of them is an empty constant #4126, #4388 - Pad - New attribute
axes
#4190 - OptionalHasElement - New input types handling #4326
- OptionalHasElement and OptionalGetElement - Accept tensor and sequence types #4421
- ScatterElement and ScatterND - Add
max
andmin
as supported reduction attributes #4411 - Split - Add support for uneven tensor splitting and a new
num_outputs
attribute #4481 - LpPool - New attributes:
ceil_mode
anddilations
#4534
Function updates
- CenterCropPad added in #4190
- mish added in #4350
- GroupNormalization added in #4621
Reference Python runtime
Reference Python runtime dependent on only Python and numpy has been added. #4483
Python 3.11 support
ONNX 1.13.0 supports Python 3.11. #4490
Apple Silicon support
Support for M1/M2 ARM processors has been added. #4642
More
ONNX 1.13.0 also comes with numerous:
- bugfixes
- infrastructure improvements
- CI improvements
- documentation updates
- security updates
For full details see Logistics for ONNX Release 1.13.0.
Deprecation notice
TENSOR_TYPE_TO_STORAGE_TENSOR_TYPE
has been deprecated #4270- ONNXIFI: ONNX Interface for Framework Integration has been deprecated #4431
Installation
You can upgrade to the latest release using pip install onnx --upgrade
or build from source following the README instructions.
Contributors
Thanks to these individuals for their contributions in this release since last 1.12.0 release: @AnandKri, @cbourjau, @jcwchen, @gramalingam, @garymm, @GaetanLepage, @ilya-lavrenov, @jnovikov, @JackBoosY, @jbachurski, @tjich, @jantonguirao, @justinchuby, @natke, @philass, @prasanthpul, @p-wysocki, @SpaceIm, @stephenneuendorffer,@take-cheeze, @sechkova, @thiagocrepaldi, @xadupre, @mszhanyi, @yuanyao-nv, @andife, @daquexian, @kylesayrs, @liqunfu, @longlee0622, @HSQ79815, @williamberman, @YanBC
The list has been acquired with a script written by Aaron Bockover.