sklearn-onnx icon indicating copy to clipboard operation
sklearn-onnx copied to clipboard

Integrate with ONNX 1.16.0 release branch

Open cjvolzka opened this issue 1 year ago • 1 comments

We are releasing ONNX 1.16.0. A release branch is created (https://github.com/onnx/onnx/tree/rel-1.16.0). The planned release date is March 25, 2024. Release candidates are also available from TestPyPI: pip install -i https://test.pypi.org/simple/ --pre onnx

It is important to integrate ONNX release branch ASAP so that any issues and incompatibilities can be detected and resolved before the ONNX release.

Key updates:

In case a bug in ONNX is detected during integration of ONNX 1.16.0, please open a ONNX Bug Report and tag ONNX Release Manager @cjvolzka so that the bug is fixed in the ONNX release branch.

cjvolzka avatar Mar 05 '24 19:03 cjvolzka

PR: https://github.com/onnx/sklearn-onnx/pull/1077

cjvolzka avatar Mar 05 '24 19:03 cjvolzka

Any updates?

ogencoglu avatar Mar 29 '24 21:03 ogencoglu

Fixed with https://github.com/onnx/sklearn-onnx/pull/1084.

xadupre avatar Apr 04 '24 07:04 xadupre