Skip to content

Logistics for ONNX Release 1.15.0

liqun Fu edited this page Sep 18, 2023 · 15 revisions

ONNX Release 1.15.0

Release Manager: Liqun Fu

Target Release date: 10/10/2023

Timetable (plan)

  • 09/07 - Create v1.15.0 release wiki with release schedule. (done)
  • 09/22 - merge https://github.com/onnx/onnx/pull/5588 (prepare for rel-1.15.0)
  • 09/22 - Document key v1.15.0 changes for the release in this wiki.
  • 09/22 - Code freeze. All PRs must be validated and merged by this date.
  • 09/22 - Cut the release branch. branch name: rel-1.15.0, set VERSION_NUMBER content: 1.15.0rc1
  • 09/25 - Create test packages for v1.15.0rc1
  • 10/10 - 1.15.0 Release
  • post-release - Bump VERSION_NUMBER to 1.16.0, opset version will be bumped up once new/updated ops are added (https://github.com/onnx/onnx/pull/5114)

References

Changelog

New operators introduced in ai.onnx opset 20

all new operators are to be validated by TBD

Op Name Description Validation status ONNX PR
ImageDecoder
RegexFullMatch
StringConcat
StringSplit
AffineGrid
Celu

TBD

Operator updates in ai.onnx opset 20

all updated operators are to be validated by TBD

Op Name Description Validation status ONNX PR
ConstantOfShape :
GridSample :
ReduceMax :
ReduceMin :

Operator updates in ai.onnx.ml opset 4

all new operators are to be validated by TBD

Op Name Description Validation status ONNX PR
LabelEncoder

Function updates in ai.onnx opset 20

all new and updated operators are to be validated by

Function Name Description Validation status ONNX PR
TBD

Bugfixes and infrastructure improvements

Description PR Status Notes

CI improvements

Description PR Status Notes

Documentation updates

Description PR Status Notes

Security updates

Description PR Status Notes

Deprecation notice

Partner validation requests

Contributors

Thanks to these individuals for their contributions in this release since last 1.14.0 release: TBD

The list has been acquired with a script written by Aaron Bockover.